| Modifier and Type | Field and Description |
|---|---|
| private DataHandler |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | Returns: a list of datahandlers chained together through the use of delegationOverrides com. Returns a list of datahandlers chained together through the use of delegation. |
| public PyObject | Returns: PyObjectOverrides com. Method getPyObject |
| public PyObject | Returns: PyObjectOverrides com. Returns the row id of the last executed statement. |
| public void | postExecute(Statement stmt)
Overrides com. Method postExecute |
| public void | |
| public void | setJDBCObject(PreparedStatement stmt, int index, PyObject object)
Overrides com. Method setJDBCObject |
| public void | setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type)
Overrides com. Method setJDBCObject |
| delegate | back to summary |
|---|---|
| private DataHandler delegate | |
| FilterDataHandler | back to summary |
|---|---|
| public FilterDataHandler(DataHandler delegate) Constructor FilterDataHandler | |
| __chain__ | back to summary |
|---|---|
| public PyObject __chain__() Overrides com. Returns a list of datahandlers chained together through the use of delegation.
| |
| getPyObject | back to summary |
|---|---|
| public PyObject getPyObject(ResultSet set, int col, int type) throws SQLException Overrides com. Method getPyObject
| |
| getRowId | back to summary |
|---|---|
| public PyObject getRowId(Statement stmt) throws SQLException Overrides com. Returns the row id of the last executed statement.
| |
| postExecute | back to summary |
|---|---|
| public void postExecute(Statement stmt) throws SQLException Overrides com. Method postExecute | |
| preExecute | back to summary |
|---|---|
| public void preExecute(Statement stmt) throws SQLException Overrides com. Method preExecute | |
| setJDBCObject | back to summary |
|---|---|
| public void setJDBCObject(PreparedStatement stmt, int index, PyObject object) throws SQLException Overrides com. Method setJDBCObject | |
| setJDBCObject | back to summary |
|---|---|
| public void setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type) throws SQLException Overrides com. Method setJDBCObject | |