public class JDBC30DataHandler extends FilterDataHandler
Constructor and Description |
---|
JDBC30DataHandler(DataHandler datahandler)
Handle JDBC 3.0 additions.
|
Modifier and Type | Method and Description |
---|---|
void |
setJDBCObject(PreparedStatement stmt,
int index,
PyObject object)
Use ParameterMetaData if available to dynamically cast to the appropriate
JDBC type.
|
__chain__, getPyObject, getRowId, postExecute, preExecute, setJDBCObject
checkNull, getMetaDataName, getProcedure, getPyObject, getSystemDataHandler, read, read, registerOut, toString
public JDBC30DataHandler(DataHandler datahandler)
public void setJDBCObject(PreparedStatement stmt, int index, PyObject object) throws SQLException
setJDBCObject
in class FilterDataHandler
stmt
- the prepared statementindex
- the index currently being usedobject
- the object to be set on the statementSQLException