| Package | Description |
|---|---|
| schemacrawler.plugin | |
| schemacrawler.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumDataTypeInfo |
| 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 |
ColumnDataType
Represents a column type.
|
interface |
ForeignKey
Represents a foreign-key mapping to a primary key in another table.
|
interface |
Function
Represents a database function.
|
interface |
FunctionParameter
Represents a column in a database procedure.
|
interface |
Index
Represents an index on a database table.
|
interface |
IndexColumn |
interface |
PrimaryKey
Represents a primary key in a table.
|
interface |
Procedure
Represents a database procedure.
|
interface |
ProcedureParameter
Represents a column in a database procedure.
|
interface |
ResultsColumn
Represents a column in a result set.
|
interface |
Routine |
interface |
RoutineParameter<R extends Routine> |
interface |
Table
Represents a table in the database.
|
interface |
TableConstraint
Represents a table constraint.
|
interface |
TableConstraintColumn |
interface |
TableReference
Represents a foreign-key mapping to a primary key in another table.
|
interface |
View
Represents a view in the database.
|
interface |
WeakAssociation |
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.