com.ziclix.python.sql
public abstract class FilterDataHandler extends DataHandler
Version: $Revision: 2414 $
| Constructor Summary | |
|---|---|
| FilterDataHandler(DataHandler delegate)
Constructor FilterDataHandler
| |
| Method Summary | |
|---|---|
| PyObject | getPyObject(ResultSet set, int col, int type)
Method getPyObject
|
| PyObject | getRowId(Statement stmt)
Returns the row id of the last executed statement.
|
| void | postExecute(Statement stmt)
Method postExecute
|
| void | preExecute(Statement stmt)
Method preExecute
|
| void | setJDBCObject(PreparedStatement stmt, int index, PyObject object)
Method setJDBCObject
|
| void | setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type)
Method setJDBCObject
|
| PyObject | __chain__()
Returns a list of datahandlers chained together through the use of delegation.
|
Parameters: delegate
Parameters: set col type
Returns: PyObject
Throws: SQLException
Parameters: stmt
Returns: PyObject
Throws: SQLException
Parameters: stmt
Throws: SQLException
Parameters: stmt
Throws: SQLException
Parameters: stmt index object
Throws: SQLException
Parameters: stmt index object type
Throws: SQLException
Returns: a list of datahandlers chained together through the use of delegation