| java.lang.Object com.ziclix.python.sql.DataHandler com.ziclix.python.sql.FilterDataHandler com.ziclix.python.sql.handler.SQLServerDataHandler
SQLServerDataHandler | public class SQLServerDataHandler extends FilterDataHandler (Code) | | SQLServer specific data handling.
author: brian zimmer author: last revised by $Author: bzimmer $ version: $Revision: 2414 $ |
UNICODE_VARCHAR | final public static int UNICODE_VARCHAR(Code) | | Field UNICODE_VARCHAR
|
SQLServerDataHandler | public SQLServerDataHandler(DataHandler datahandler)(Code) | | Decorator for handling SQLServer specific issues.
Parameters: datahandler - the delegate DataHandler |
getPyObject | public PyObject getPyObject(ResultSet set, int col, int type) throws SQLException(Code) | | Given a ResultSet, column and type, return the appropriate
Jython object.
Note: DO NOT iterate the ResultSet.
Parameters: set - the current ResultSet set to the current row Parameters: col - the column number (adjusted properly for JDBC) Parameters: type - the column type throws: SQLException - if the type is unmappable |
Methods inherited from com.ziclix.python.sql.DataHandler | public PyObject __chain__()(Code)(Java Doc) final public static boolean checkNull(PreparedStatement stmt, int index, PyObject object, int type) throws SQLException(Code)(Java Doc) public String getMetaDataName(PyObject name)(Code)(Java Doc) public Procedure getProcedure(PyCursor cursor, PyObject name) throws SQLException(Code)(Java Doc) public PyObject getPyObject(ResultSet set, int col, int type) throws SQLException(Code)(Java Doc) public PyObject getPyObject(CallableStatement stmt, int col, int type) throws SQLException(Code)(Java Doc) public PyObject getRowId(Statement stmt) throws SQLException(Code)(Java Doc) final public static DataHandler getSystemDataHandler()(Code)(Java Doc) public void postExecute(Statement stmt) throws SQLException(Code)(Java Doc) public void preExecute(Statement stmt) throws SQLException(Code)(Java Doc) final public static byte[] read(InputStream stream)(Code)(Java Doc) final public static String read(Reader reader)(Code)(Java Doc) public void registerOut(CallableStatement statement, int index, int colType, int dataType, String dataTypeName) throws SQLException(Code)(Java Doc) public void setJDBCObject(PreparedStatement stmt, int index, PyObject object) throws SQLException(Code)(Java Doc) public void setJDBCObject(PreparedStatement stmt, int index, PyObject object, int type) throws SQLException(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|