| Access | Constructor and Description |
|---|---|
| public | PostgresqlDataHandler(DataHandler
the delegate DataHandler datahandler)Decorator for handling Postgresql specific issues. |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | Returns: the mapped Python objectthe result set set, int the column number col, int the SQL type type)Overrides com. Override to handle Postgresql related issues. |
| protected String | getRowIdMethodName()
Implements abstract com. Return the name of the method that returns the last row id. The method can take no arguments but the return type is flexible and will be figured out by the Jython runtime system. |
| public void | setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type)
Overrides com. Provide fixes for Postgresql driver. |
| public void | setJDBCObject(PreparedStatement stmt, int index, PyObject object)
Overrides com. Method setJDBCObject |
| PostgresqlDataHandler | back to summary |
|---|---|
| public PostgresqlDataHandler(DataHandler datahandler) Decorator for handling Postgresql specific issues.
| |
| getPyObject | back to summary |
|---|---|
| public PyObject getPyObject(ResultSet set, int col, int type) throws SQLException Overrides com. Override to handle Postgresql related issues.
the mapped Python object
| |
| getRowIdMethodName | back to summary |
|---|---|
| protected String getRowIdMethodName() Implements abstract com. Doc from com. Return the name of the method that returns the last row id. The method can take no arguments but the return type is flexible and will be figured out by the Jython runtime system. | |
| setJDBCObject | back to summary |
|---|---|
| public void setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type) throws SQLException Overrides com. Provide fixes for Postgresql driver.
| |
| setJDBCObject | back to summary |
|---|---|
| public void setJDBCObject(PreparedStatement stmt, int index, PyObject object) throws SQLException Overrides com. Doc from com. Method setJDBCObject
| |