public abstract class RowIdHandler extends FilterDataHandler
Constructor and Description |
---|
RowIdHandler(DataHandler handler) |
Modifier and Type | Method and Description |
---|---|
PyObject |
getRowId(java.sql.Statement stmt)
Return the row id of the last insert statement.
|
protected abstract java.lang.String |
getRowIdMethodName()
Return the name of the method that returns the last row id.
|
__chain__, getPyObject, postExecute, preExecute, setJDBCObject, setJDBCObject
checkNull, createUnsupportedTypeSQLException, getMetaDataName, getProcedure, getPyObject, getSystemDataHandler, read, read, registerOut, toString
public RowIdHandler(DataHandler handler)
protected abstract java.lang.String getRowIdMethodName()
public PyObject getRowId(java.sql.Statement stmt) throws java.sql.SQLException
getRowId
in class FilterDataHandler
stmt
- java.sql.SQLException