com.ziclix.python.sql
public class JDBC30DataHandler extends FilterDataHandler
Version: $Revision: 2315 $
Constructor Summary | |
---|---|
JDBC30DataHandler(DataHandler datahandler)
Handle JDBC 3.0 additions.
|
Method Summary | |
---|---|
void | setJDBCObject(PreparedStatement stmt, int index, PyObject object)
Use ParameterMetaData if available to dynamically cast to the appropriate
JDBC type.
|
Parameters: stmt the prepared statement index the index currently being used object the object to be set on the statement
Throws: SQLException