com.ziclix.python.sql.handler
Class MySQLDataHandler
- java.lang.Object
-
- com.ziclix.python.sql.DataHandler
-
- com.ziclix.python.sql.FilterDataHandler
-
- com.ziclix.python.sql.handler.RowIdHandler
-
- com.ziclix.python.sql.handler.MySQLDataHandler
-
public class MySQLDataHandler extends RowIdHandler
MySQL specific data handling.
-
-
Constructor Summary
Constructors Constructor and Description MySQLDataHandler(DataHandler datahandler)Decorator for handling MySql specific issues.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidsetJDBCObject(java.sql.PreparedStatement stmt, int index, PyObject object, int type)Handle LONGVARCHAR.-
Methods inherited from class com.ziclix.python.sql.handler.RowIdHandler
getRowId
-
Methods inherited from class com.ziclix.python.sql.FilterDataHandler
__chain__, getPyObject, postExecute, preExecute, setJDBCObject
-
Methods inherited from class com.ziclix.python.sql.DataHandler
checkNull, getMetaDataName, getProcedure, getPyObject, getSystemDataHandler, read, read, registerOut, toString
-
-
-
-
Constructor Detail
-
MySQLDataHandler
public MySQLDataHandler(DataHandler datahandler)
Decorator for handling MySql specific issues.- Parameters:
datahandler- the delegate DataHandler
-
-
Method Detail
-
setJDBCObject
public void setJDBCObject(java.sql.PreparedStatement stmt, int index, PyObject object, int type) throws java.sql.SQLExceptionHandle LONGVARCHAR.- Overrides:
setJDBCObjectin classFilterDataHandler- Parameters:
stmt- the current PreparedStatementindex- the index for which this object is boundobject- the PyObject in questiontype- the java.sql.Types for which this PyObject should be bound- Throws:
java.sql.SQLException
-
-
DataMelt 3.0 © DataMelt by jWork.ORG