| Modifier and Type | Interface and Description |
|---|---|
| public interface | DateFactory
Provide an extensible way to create dates for zxJDBC. |
| public interface |
| Modifier and Type | Class and Description |
|---|---|
| pack-priv class | |
| pack-priv class | |
| public class | DataHandler
The DataHandler is responsible mapping the JDBC data type to a Jython object. |
| public class | DBApiType
This class wraps the types from java.sql.Type in order for PyCursor to differentiate between a regular PyInteger and a SQL datatype value. |
| pack-priv class | DynamicFetch
Dynamically construct the results from an execute*(). |
| pack-priv class | |
| public abstract class | Fetch
The responsibility of a Fetch instance is to manage the iteration of a ResultSet. |
| public abstract class | FilterDataHandler
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. |
| public class | JavaDateFactory
Produce java.[util|sql] type dates. |
| public class | JDBC20DataHandler
Support for JDBC 2.x type mappings, including Arrays, CLOBs and BLOBs. |
| public class | JDBC30DataHandler
Support for JDBC 3.x additions, notably ParameterMetaData. |
| public class | Jython22DataHandler
A copy of the DataHandler class as it was before Jython 2.5. |
| public class | Procedure
This class provides the necessary functionality to call stored procedures. |
| public class | PyConnection
A connection to the database. |
| public class | PyCursor
These objects represent a database cursor, which is used to manage the context of a fetch operation. |
| public class | PyExtendedCursor
A cursor with extensions to the DB API 2.0. |
| public class | PyStatement
Class PyStatement |
| pack-priv class | StaticFetch
This version of fetch builds the results statically. |
| public class | WarningEvent
An event signalling the a SQLWarning was encountered while building results from a ResultSet. |
| public class | zxJDBC
Creates database connections. |
| pack-priv class |