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