Additional top-level class in compilation unit: ExtendedCursorFunc.
| Modifier and Type | Field and Description |
|---|---|
| protected static PyList | __members__
Field __members__
|
| protected static PyList | __methods__
Field __methods__
|
| Access | Constructor and Description |
|---|---|
| pack-priv | |
| pack-priv | |
| pack-priv | PyExtendedCursor(PyConnection connection, boolean dynamicFetch, PyObject rsType, PyObject rsConcur)
Constructor PyExtendedCursor |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | Returns: the value for the attribute of the specified namethe name of the attribute of interest name)Overrides com. Finds the attribute. |
| protected void | |
| public static void | classDictInit(PyObject dict)
Hides com. Initializes the module. |
| protected void | |
| protected void | foreignkeys(PyObject primaryQualifier, PyObject primaryOwner, PyObject primaryTable, PyObject foreignQualifier, PyObject foreignOwner, PyObject foreignTable)
Gets a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ. |
| protected String | |
| protected void | primarykeys(PyObject
a schema name qualifier, PyObject an owner name owner, PyObject a table name table)Gets a description of a table's primary key columns. |
| protected void | procedurecolumns(PyObject qualifier, PyObject owner, PyObject procedure, PyObject column)
Gets the columns for the procedure. |
| protected void | procedures(PyObject qualifier, PyObject owner, PyObject procedure)
Gets a description of the stored procedures available for the qualifier and owner. |
| protected void | |
| protected void | |
| protected void | |
| public String | Returns: a string representation of the object.Overrides com. String representation of the object. |
| protected void | |
| protected void | versioncolumns(PyObject
a schema name qualifier, PyObject an owner name owner, PyObject a table name table)Gets a description of a table's columns that are automatically updated when any value in a row is updated. |
| __members__ | back to summary |
|---|---|
| protected static PyList __members__ Hides com. Field __members__ | |
| __methods__ | back to summary |
|---|---|
| protected static PyList __methods__ Hides com. Field __methods__ | |
| PyExtendedCursor | back to summary |
|---|---|
| pack-priv PyExtendedCursor(PyConnection connection) Constructor PyExtendedCursor | |
| PyExtendedCursor | back to summary |
|---|---|
| pack-priv PyExtendedCursor(PyConnection connection, boolean dynamicFetch) Constructor PyExtendedCursor | |
| PyExtendedCursor | back to summary |
|---|---|
| pack-priv PyExtendedCursor(PyConnection connection, boolean dynamicFetch, PyObject rsType, PyObject rsConcur) Constructor PyExtendedCursor | |
| __findattr_ex__ | back to summary |
|---|---|
| public PyObject __findattr_ex__(String name) Overrides com. Finds the attribute. | |
| bestrow | back to summary |
|---|---|
| protected void bestrow(PyObject qualifier, PyObject owner, PyObject table) Gets a description of a table's optimal set of columns that uniquely identifies a row. They are ordered by SCOPE. | |
| classDictInit | back to summary |
|---|---|
| public static void classDictInit(PyObject dict) Hides com. Initializes the module. | |
| columns | back to summary |
|---|---|
| protected void columns(PyObject qualifier, PyObject owner, PyObject table, PyObject column) Returns the columns for a table. | |
| foreignkeys | back to summary |
|---|---|
| protected void foreignkeys(PyObject primaryQualifier, PyObject primaryOwner, PyObject primaryTable, PyObject foreignQualifier, PyObject foreignOwner, PyObject foreignTable) Gets a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ. | |
| getMetaDataName | back to summary |
|---|---|
| protected String getMetaDataName(PyObject name) Method getMetaDataName
| |
| primarykeys | back to summary |
|---|---|
| protected void primarykeys(PyObject qualifier, PyObject owner, PyObject table) Gets a description of a table's primary key columns. They are ordered by COLUMN_NAME. | |
| procedurecolumns | back to summary |
|---|---|
| protected void procedurecolumns(PyObject qualifier, PyObject owner, PyObject procedure, PyObject column) Gets the columns for the procedure. | |
| procedures | back to summary |
|---|---|
| protected void procedures(PyObject qualifier, PyObject owner, PyObject procedure) Gets a description of the stored procedures available for the qualifier and owner. | |
| statistics | back to summary |
|---|---|
| protected void statistics(PyObject qualifier, PyObject owner, PyObject table, PyObject unique, PyObject accuracy) Gets a description of a table's indices and statistics. They are ordered by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION. | |
| tables | back to summary |
|---|---|
| protected void tables(PyObject qualifier, PyObject owner, PyObject table, PyObject type) Only table descriptions matching the catalog, schema, table name and type criteria are returned. They are ordered by TABLE_TYPE, TABLE_SCHEM and TABLE_NAME. | |
| tabletypeinfo | back to summary |
|---|---|
| protected void tabletypeinfo() Gets a description of possible table types. | |
| toString | back to summary |
|---|---|
| public String toString() Overrides com. String representation of the object. | |
| typeinfo | back to summary |
|---|---|
| protected void typeinfo(PyObject type) Gets a description of the type information for a given type.
| |
| versioncolumns | back to summary |
|---|---|
| protected void versioncolumns(PyObject qualifier, PyObject owner, PyObject table) Gets a description of a table's columns that are automatically updated when any value in a row is updated. They are unordered. | |