SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

Package kodo.jdbc.sql

SQL Abstraction

See:
          Description

Interface Summary
Joins Tracks joins made when traversing relations in a select.
Result A result from the execution of a query or stored procedure.
Row Logical representation of a table row for insert/update/delete.
RowManager Manages rows during an insert/update/delete process.
Select Abstraction of a SQL SELECT statement.
 

Class Summary
AbstractResult A Result implementation designed to be subclassed easily by implementations.
AbstractRow  
AbstractSQLServerDictionary Dictionary for the SQL Server databases (Sybase and MS SQL Server).
AccessDictionary Dictionary for Access via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
DB2Dictionary Dictionary for IBM DB2 database.
DBDictionary Class which allows the creation of SQL dynamically, in a database agnostic fashion.
DBMetaData The DBMetaData class is a wrapper around a DatabaseMetaData instance.
FoxProDictionary Dictionary for Visual FoxPro via DataDirect SequeLink and DataDirect ODBC FoxPro driver.
HSQLDictionary Dictionary for Hypersonic SQL database.
InformixDictionary Dictionary for Informix database.
JDataStoreDictionary Dictionary for Borland JDataStore
Join Represents a SQL join.
MySQLDictionary Dictionary for MySQL.
OracleDictionary Dictionary for Oracle.
PointbaseDictionary Dictionary for Pointbase Embedded.
PostgresDictionary Dictionary for Postgres.
ResultSetResult Base Result implementation wrapped around a result set.
SelectResult  
SQLBuffer Buffer for SQL statements that can be used to create java.sql.PreparedStatements.
SQLServerDictionary Dictionary for MS SQLServer.
SybaseDictionary Dictionary for Sybase.
 

Package kodo.jdbc.sql Description

SQL Abstraction

Utilities for generating SQL.


SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.