Uses of Package
com.im.commons.db.ddl
-
Packages that use com.im.commons.db.ddl Package Description com.im.commons.db com.im.commons.db.columnhandling com.im.commons.db.ddl com.im.commons.db.ddl.tablesets com.im.commons.db.dml com.im.commons.db.util -
Classes in com.im.commons.db.ddl used by com.im.commons.db Class Description DBColInfo Database info class for a database column.DBConstraintInfo Information about a constraint for a database table.DBDatabaseInfo Provides static information about the database.DBDatabaseInfo.ColumnSQLType Column native types.DBDatabaseInfo.NativeType Represents a database column native type.DBForeignKeyInfo Database info class for a foreign key definition.DBIndexInfo Information about an index on a database table.DBSequenceInfo Database info class for a database sequence.DBTableInfo Database info class for a database table.LazyLoader -
Classes in com.im.commons.db.ddl used by com.im.commons.db.columnhandling Class Description DBDatabaseInfo Provides static information about the database.DBDatabaseInfo.ColumnSQLType Column native types. -
Classes in com.im.commons.db.ddl used by com.im.commons.db.ddl Class Description AbstractDBInfo.ColumnValueConvertor AbstractDBInfo.ColumnValueConvertorFactory AbstractInfo DBColInfo Database info class for a database column.DBColInfo.ImplementationType DBConstraintInfo Information about a constraint for a database table.DBConstraintInfo.Type DBDatabaseInfo Provides static information about the database.DBDatabaseInfo.ColumnSizing Definition of sizing characteristics of column length or scale.DBDatabaseInfo.ColumnSQLType Column native types.DBDatabaseInfo.DatabaseOperation Types of database operations.DBDatabaseInfo.NativeType Represents a database column native type.DBDatabaseInfo.PKType Supported primary key typesDBDatabaseInfo.ResizingSupported Enumeration of values for whether a database column can be resized.DBForeignKeyInfo Database info class for a foreign key definition.DBIndexInfo Information about an index on a database table.DBIndexInfo.Column A column used in the index.DBItemsCache A holder and cache for DB-related items such as TableSetInfo.DBTableInfo Database info class for a database table.DBTableInfo.Type The types ofDBTableInfo
s.DBTableInfoImpl 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.DBTriggerInfo.TriggerEventType I - insert (fired while inserting new row), U - update (fired while updating existing row), D - delete, and combinationsDBTriggerInfo.TriggerFiringType when: A - after update/insert action, B - beforeDBTriggerInfo.TriggerProperty Optional attributes of trigger, which are loaded from db metadata repositories.GenericColumnType Generic database column types.LazyLoader -
Classes in com.im.commons.db.ddl used by com.im.commons.db.ddl.tablesets Class Description AbstractInfo DBItemsCache A holder and cache for DB-related items such as TableSetInfo.DBTableInfo Database info class for a database table. -
Classes in com.im.commons.db.ddl used by com.im.commons.db.dml Class Description DBDatabaseInfo Provides static information about the database.DBTableInfo Database info class for a database table. -
Classes in com.im.commons.db.ddl used by com.im.commons.db.util Class Description DBTableInfo Database info class for a database table.