public class SQLServerProcedure extends Procedure
COLUMN_TYPE, columns, cursor, DATA_TYPE, DATA_TYPE_NAME, inputSet, LENGTH, NAME, NULLABLE, PRECISION, procedureCatalog, procedureName, procedureSchema, SCALE| Constructor and Description |
|---|
SQLServerProcedure(PyCursor cursor,
PyObject name) |
| Modifier and Type | Method and Description |
|---|---|
protected PyObject |
getDefault()
The value for a missing schema or catalog.
|
protected java.lang.String |
getProcedureName()
Construct a procedure name for the relevant schema and catalog information.
|
fetchColumns, isInput, normalizeInput, prepareCall, prepareCall, registerOutParameters, toSqlprotected PyObject getDefault()
ProceduregetDefault in class ProcedureDatabaseMetaData.getProcedureColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)protected java.lang.String getProcedureName()
ProceduregetProcedureName in class Procedure