Package schemacrawler.schema

Interface Summary
BaseColumn Column for tables and procedures.
Catalog Represents the database.
CheckConstraint Represents a table constraint.
Column Represents a column in a database table or procedure.
ColumnDataType Represents a column type.
ColumnMap Represents a single column mapping from a primary key column to a foreign key column.
Database Database and connection information.
DatabaseInfo Database and connection information.
DatabaseObject Represents a database object.
DatabaseProperty  
DependantNamedObject Represents the dependent of a database object, such as a column or an index, which are dependents of a table.
DependantObject Represents the dependent of a database object, such as a column or an index, which are dependents of a table.
ForeignKey Represents a foreign-key mapping to a primary key in another table.
ForeignKeyColumnMap Represents a single column mapping from a primary key column to a foreign key column.
Index Represents an index on a database table.
IndexColumn  
JdbcDriverInfo JDBC driver information.
JdbcDriverProperty Represents a JDBC driver property, and it's value.
NamedObject Represents a named object.
PrimaryKey Represents a primary key in a table.
Privilege Represents a privilege of a table or column.
Privilege.Grant  
Procedure Represents a database procedure.
ProcedureColumn Represents a column in a database procedure.
ResultsColumn Represents a column in a result set.
ResultsColumns Represents a result set, a result of a query.
Schema Represents the database schema.
SchemaCrawlerInfo Database and connection information.
Table Represents a table in the database.
Trigger Represents an trigger.
View Represents a view in the database.
 

Enum Summary
ActionOrientationType Action orientation type.
CheckOptionType View check options.
ConditionTimingType Constraint type.
EventManipulationType Constraint type.
ForeignKeyDeferrability The deferrability value for foreign keys.
ForeignKeyUpdateRule Foreign key update and delete rules.
IndexColumnSortSequence An enumeration wrapper around index sort sequences.
IndexType An enumeration wrapper around index types.
ProcedureColumnType An enumeration wrapper around procedure column types.
ProcedureType An enumeration wrapper around JDBC procedure types.
RoutineBodyType Routine body.
SearchableType An enumeration wrapper around JDBC procedure types.
TableRelationshipType  
TableType An enumeration wrapper around JDBC table types.
 



Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.