|
Class Summary |
| Cursor |
This subclass of QueryResults provides rows
of an sql query form cache. |
| DeleteStatement |
DeleteStatement is that class that represents the delete sql
statement. |
| HsqlInterface |
It's overrides SqlInterface's methods for constructing sql statements
where this implementation differs from ANSI or is not specified by ANSI. |
| InformixInterface |
It's overrides SqlInterface's methods for constructing sql statements
where this implementation differs from ANSI or is not specified by ANSI. |
| InsertStatement |
InsertStatement is that class that represents the insert sql
statement. |
| InterbaseInterface |
It's overrides SqlInterface's methods for constructing sql statements
where Interbase's implementaion differs from ANSI or is not specified by ANSI. |
| MySQLInterface |
It's overrides SqlInterface's methods for constructing sql statements
where Interbase's implementaion differs from ANSI or is not specified by ANSI. |
| OracleInterface |
It's overrides SqlInterface's methods for constructing sql statements
where Oracle's implementation differs from ANSI or is not specified by ANSI. |
| PostgreSQLInterface |
It's overrides SqlInterface's methods for constructing sql statements
where Interbase's implementaion differs from ANSI or is not specified by ANSI. |
| QueryResults |
QueryResults is the class-mapped equivalent of
a JDBC ResultsSet. |
| SelectStatement |
SelectStatement is that class that represents the select sql
statement. |
| SqlInterface |
This class implements a part of RelationalDatabase
It provides methods to build sql strings and statements
and to convert data values into sql strings. |
| SqlInterfaceFactory |
Associates a name with an instance of SqlInterface. |
| SqlInterfaceFactory.SqlInterfaceEntry |
Single entry of SQLInterface |
| SqlServerInterface |
It's overrides SqlInterface's methods for constructing sql statements
where MS SQL Server implementation differs from ANSI or is not specified by ANSI. |
| SQLStatement |
SQLStatement is an abstract class that represents the sql
statement. |
| SybaseInterface |
It's overrides SqlInterface's methods for constructing sql statements
where Sybase's implementaion differs from ANSI or is not specified by ANSI. |
| Types |
Types is the class that maps the type of the property
with SQLType (e.g. |
| UpdateStatement |
UpdateStatement is that class that represents the update sql
statement. |