SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Package com.solarmetric.kodo.impl.jdbc.schema

Schema Management

See:
          Description

Interface Summary
DBDictionary Interface which allows the creation of SQL dynamically, in a database agnostic fashion.
NameGenerator A NameGenerator is an interface to how name generation should take place in the database.
 

Class Summary
ClassDBSequenceFactory DBSequenceFactory subclass that overrides methods to be class sensitive.
ClassSequenceFactory SequenceFactory implementation that uses a sequence per class to generate numbers.
Column Represents a database column.
DBDictionaryFactory Factory class to instantiate a dictionary.
DBMetaData The DBMetaData class is a wrapper around a DatabaseMetaData instance.
DBSequenceFactory SequenceFactory implementation that uses a database table for sequence number generation.
DefaultNameGenerator An implementation of NameGenerator whose generated names are simple the same as the indicated name.
Index Represents a database index.
MD5NameGenerator An implementation of NameGenerator that generates names based on the MD5 sum of the specified target name.
SchemaTool The SchemaTool is used to manage the database schema for JDO instances.
SQLTypes Symbolic constants used to represent the various possible SQL types for a value.
Table Represents a database table.
TrueSequenceFactory SequenceFactory implementation that uses a singular database sequence to generate numbers.
 

Package com.solarmetric.kodo.impl.jdbc.schema Description

Schema Management

This package provides utilities for managing the schema of persistent objects stored in a relational database.


SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

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