Package | Description |
---|---|
schemacrawler.filter | |
schemacrawler.schema | |
schemacrawler.schemacrawler |
Modifier and Type | Class and Description |
---|---|
class |
InclusionRuleFilter<N extends NamedObjectWithAttributes> |
Modifier and Type | Interface and Description |
---|---|
interface |
BaseColumn<P extends DatabaseObjectReference>
Column for tables and routines.
|
interface |
Catalog
Database and connection information.
|
interface |
Column
Represents a column in a database table or routine.
|
interface |
ColumnDataType
Represents a column type.
|
interface |
DatabaseObject
Represents a database object.
|
interface |
DatabaseObjectReference
Represents a table in the database.
|
interface |
DependantObject<P extends DatabaseObjectReference & DatabaseObject>
Represents the dependent of a database object, such as a column or an
index, which are dependents of a table.
|
interface |
ForeignKey
Represents a foreign-key mapping to a primary key in another table.
|
interface |
Function
Represents a database function.
|
interface |
FunctionColumn
Represents a column in a database procedure.
|
interface |
Index
Represents an index on a database table.
|
interface |
IndexColumn |
interface |
PartialDatabaseObject
Represents a database object, with partially populated metadata.
|
interface |
PrimaryKey
Represents a primary key in a table.
|
interface |
Procedure
Represents a database procedure.
|
interface |
ProcedureColumn
Represents a column in a database procedure.
|
interface |
ResultsColumn
Represents a column in a result set.
|
interface |
Routine |
interface |
RoutineColumn<R extends RoutineReference> |
interface |
RoutineReference
Represents a routine in the database.
|
interface |
Schema
Represents the database schema.
|
interface |
Sequence
Represents a database sequence.
|
interface |
Synonym
Represents a database synonym.
|
interface |
Table
Represents a table in the database.
|
interface |
TableConstraint
Represents a table constraint.
|
interface |
TableConstraintColumn |
interface |
TableReference
Represents a table in the database.
|
interface |
Trigger
Represents an trigger.
|
interface |
View
Represents a view in the database.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaReference |
Modifier and Type | Class and Description |
---|---|
class |
BaseCatalogDecorator |
Copyright © 2000-2014 Sualeh Fatehi. All rights reserved.