public class JDBC30DataHandler extends FilterDataHandler
| Constructor | Description |
|---|---|
JDBC30DataHandler(DataHandler datahandler) |
Handle JDBC 3.0 additions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
setJDBCObject(java.sql.PreparedStatement stmt,
int index,
PyObject object) |
Use ParameterMetaData if available to dynamically cast to the appropriate
JDBC type.
|
checkNull, getMetaDataName, getProcedure, getPyObject, getSystemDataHandler, read, read, registerOut, toString__chain__, getPyObject, getRowId, postExecute, preExecute, setJDBCObjectpublic 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