com.im.commons.db 5.9.2

Package com.im.commons.db.ddl

Interface Summary
AbstractDBInfo.ColumnValueConvertor  
AbstractDBInfo.ColumnValueConvertorFactory  
AbstractInfo  
DBDatabaseInfo Provides static information about the database.
DBDatabaseInfo.NativeType Represents a database column native type.
DBIndexInfo.Column A column used in the index.
DBTableInfo Database info class for a database table.
LazyLoader  
 

Class Summary
AbstractDBInfo  
AbstractDBInfo.PlatformNativeType  
DBColInfo Database info class for a database column.
DBConstraintInfo Information about a constraint for a database table.
DBForeignKeyInfo Database info class for a foreign key definition.
DBIndexInfo Information about an index on a database table.
DBIndexInfo.IndexColumn  
DBItemsCache A holder and cache for DB-related items such as TableSetInfo.
DBSequenceInfo Database info class for a database sequence.
DBTableInfoImpl  
DBTableInfoProxy  
DBTriggerInfo why getCalogName() and getSchemaName() - are not these given by parent DFTableInfo? I thought DFTriggerInfo instances are obtained from table, so parent of table (schema, catalog) is given this way.
 

Enum Summary
DBColInfo.ImplementationType  
DBConstraintInfo.Type  
DBDatabaseInfo.ColumnSizing Definition of sizing characteristics of column length or scale.
DBDatabaseInfo.ColumnSQLType Column native types.
DBDatabaseInfo.DatabaseOperation Types of database operations.
DBDatabaseInfo.PKType Supported primary key types
DBDatabaseInfo.ResizingSupported Enumeration of values for whether a database column can be resized.
DBTableInfo.Type Enum of supported physical database artifacts that can be used.
DBTriggerInfo.TriggerEventType I - insert (fired while inserting new row), U - update (fired while updating existing row), D - delete, and combinations
DBTriggerInfo.TriggerFiringType when: A - after update/insert action, B - before
DBTriggerInfo.TriggerProperty Optional attributes of trigger, which are loaded from db metadata repositories.
GenericColumnType Generic database column types.
 


com.im.commons.db 5.9.2