| Modifier and Type | Field and Description |
|---|---|
| private static Object | |
| private static Map |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | Returns: an object representing the last row idOverrides com. Return the row id of the last insert statement. |
| protected abstract String | Returns: name of the method that returns the last row idReturn 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. |
| CHECKED | back to summary |
|---|---|
| private static Object CHECKED | |
| ROWIDS | back to summary |
|---|---|
| private static Map<Class<?>, Object> ROWIDS | |
| RowIdHandler | back to summary |
|---|---|
| public RowIdHandler(DataHandler handler) | |
| getRowId | back to summary |
|---|---|
| public PyObject getRowId(Statement stmt) throws SQLException Overrides com. Return the row id of the last insert statement.
| |
| getRowIdMethodName | back to summary |
|---|---|
| protected abstract String getRowIdMethodName() 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.
| |