com.ziclix.python.sql |
|
Java Source File Name | Type | Comment |
DataHandler.java | Class | The DataHandler is responsible mapping the JDBC data type to
a Jython object. |
DateFactory.java | Interface | Provide an extensible way to create dates for zxJDBC. |
DBApiType.java | Class | This class wraps the types from java.sql.Type in order for
PyCursor to differentiate between a regular PyInteger and
a SQL datatype value. |
Fetch.java | Class | The responsibility of a Fetch instance is to manage the iteration of a
ResultSet. |
FilterDataHandler.java | Class | A FilterDataHandler contains some other DataHandler, which it uses
as its basic source of functionality, possibly transforming the calls
along the way or providing additional functionality. |
JavaDateFactory.java | Class | Produce java.[util|sql] type dates. |
JDBC20DataHandler.java | Class | Support for JDBC 2.x type mappings, including Arrays, CLOBs and BLOBs. |
JDBC30DataHandler.java | Class | Support for JDBC 3.x additions, notably ParameterMetaData. |
Procedure.java | Class | This class provides the necessary functionality to call stored
procedures. |
PyConnection.java | Class | A connection to the database. |
PyCursor.java | Class | These objects represent a database cursor, which is used to manage the
context of a fetch operation. |
PyExtendedCursor.java | Class | A cursor with extensions to the DB API 2.0. |
PyStatement.java | Class | |
WarningEvent.java | Class | An event signalling the a SQLWarning was encountered
while building results from a ResultSet. |
WarningListener.java | Interface | |
zxJDBC.java | Class | Creates database connections. |