SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Package com.solarmetric.rd.kodo.impl.jdbc.runtime

JDBC Runtime

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.
UpdateManager This interface is used to customize the way that updates are made to database records.
 

Class Summary
AbstractResult A Result implementation designed to be subclassed easily by implementations that are not backed by a ResultSet.
AbstractRow Abstract Row implementation that funnels all methods to the Row.setObject(com.solarmetric.rd.kodo.impl.jdbc.schema.Column, java.lang.Object, int, java.lang.Object) and Row.whereObject(com.solarmetric.rd.kodo.impl.jdbc.schema.Column, java.lang.Object, int, java.lang.Object) functions.
ConnectionInfo Struct to hold data about the current connection state.
JDBCPersistenceManagerFactory PersistenceManagerFactory type for use with the JDBC runtime.
JDBCResultObjectProvider Object provider implementation wrapped around a JDBC Result.
JDBCStoreManager StoreManager plugin that uses JDBC to store persistent data in a relational data store.
ResultSetResult Base Result implementation wrapped around a result set.
Select Abstraction of a SQL SELECT statement.
UpdateManagerImpl Standard update manager, capable of statement batching and foreign key constraint evaluation.
 

Package com.solarmetric.rd.kodo.impl.jdbc.runtime Description

JDBC Runtime

Runtime services for the JDBC JDO implementation.


SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

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