| Access | Constructor and Description |
|---|---|
| public | MySQLDataHandler(DataHandler
the delegate DataHandler datahandler)Decorator for handling MySql specific issues. |
| Modifier and Type | Method and Description |
|---|---|
| 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. Handle LONGVARCHAR. |
| MySQLDataHandler | back to summary |
|---|---|
| public MySQLDataHandler(DataHandler datahandler) Decorator for handling MySql specific issues.
| |
| 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. Handle LONGVARCHAR.
| |