| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | setJDBCObject(PreparedStatement
the prepared statement stmt, int the index currently being used index, PyObject the object to be set on the statement object)Overrides com. Use ParameterMetaData if available to dynamically cast to the appropriate JDBC type. |
| JDBC30DataHandler | back to summary |
|---|---|
| public JDBC30DataHandler(DataHandler datahandler) Handle JDBC 3.0 additions. | |
| setJDBCObject | back to summary |
|---|---|
| public void setJDBCObject(PreparedStatement stmt, int index, PyObject object) throws SQLException Overrides com. Use ParameterMetaData if available to dynamically cast to the appropriate JDBC type.
| |