| Package | Description |
|---|---|
| schemacrawler.schema |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseColumn<D extends DatabaseObject>
Column for tables and routines.
|
interface |
Column
Represents a column in a database table or routine.
|
interface |
DependantObject<P extends 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 |
FunctionParameter
Represents a column in a database procedure.
|
interface |
Grant<D extends DatabaseObject> |
interface |
Index
Represents an index on a database table.
|
interface |
IndexColumn |
interface |
PrimaryKey
Represents a primary key in a table.
|
interface |
Privilege<D extends DatabaseObject>
Represents a privilege of a table or column.
|
interface |
ProcedureParameter
Represents a column in a database procedure.
|
interface |
ResultsColumn
Represents a column in a result set.
|
interface |
RoutineParameter<R extends Routine> |
interface |
TableConstraint
Represents a table constraint.
|
interface |
TableConstraintColumn |
interface |
TableReference
Represents a foreign-key mapping to a primary key in another table.
|
interface |
Trigger
Represents a trigger.
|
interface |
WeakAssociation |
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.