Package proai.util

Interface Summary
DDLConverter Interface for a converter of TableSpec objects to RDBMS-specific DDL code.
 

Class Summary
ColumnSpec  
DBUtil  
McKoiDDLConverter  
MySQLDDLConverter  
OracleDDLConverter  
PostgresDDLConverter This class is based on Hubert Stigler's contribution to the fedora-users mailing list on April 4th, 2006.
SetSpec  
StreamUtil Static methods for working with streams (and strings).
TableSpec A holder of table specification information that helps in producing RDBMS-generic DDL "CREATE TABLE" commands.
TableSpecDeserializer