| Modifier and Type | Field and Description |
|---|---|
| public static final int | UNICODE_VARCHAR
Field UNICODE_VARCHAR |
| Access | Constructor and Description |
|---|---|
| public | SQLServerDataHandler(DataHandler
the delegate DataHandler datahandler)Decorator for handling SQLServer specific issues. |
| Modifier and Type | Method and Description |
|---|---|
| public Procedure | getProcedure(PyCursor
an open cursor cursor, PyObject the name of the procedure to invoke name)Overrides com. A factory method for determing the correct procedure class to use per the cursor type. |
| public PyObject | getPyObject(ResultSet
the current ResultSet set to the current row set, int the column number (adjusted properly for JDBC) col, int the column type type)Overrides com. Given a ResultSet, column and type, return the appropriate Jython object. |
| UNICODE_VARCHAR | back to summary |
|---|---|
| public static final int UNICODE_VARCHAR Field UNICODE_VARCHAR | |
| SQLServerDataHandler | back to summary |
|---|---|
| public SQLServerDataHandler(DataHandler datahandler) Decorator for handling SQLServer specific issues.
| |
| getProcedure | back to summary |
|---|---|
| public Procedure getProcedure(PyCursor cursor, PyObject name) throws SQLException Overrides com. Doc from com. A factory method for determing the correct procedure class to use per the cursor type. an instance of a Procedure | |
| getPyObject | back to summary |
|---|---|
| public PyObject getPyObject(ResultSet set, int col, int type) throws SQLException Overrides com. Given a ResultSet, column and type, return the appropriate Jython object. Note DO NOT iterate the ResultSet.
Doc from com. PyObject
| |