| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.schema | |
| schemacrawler.utility |
| Constructor and Description |
|---|
NotLoadedException(TableConstraint constraint) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ForeignKey
Represents a foreign-key mapping to a primary key in another table.
|
interface |
PrimaryKey
Represents a primary key in a table.
|
interface |
TableReference
Represents a foreign-key mapping to a primary key in another table.
|
interface |
WeakAssociation |
| Modifier and Type | Method and Description |
|---|---|
<C extends TableConstraint> |
Table.lookupTableConstraint(String name)
Gets a table constraint by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
TableConstraint |
TableConstraintColumn.getTableConstraint()
Gets the table constraint this column belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TableConstraint> |
Table.getTableConstraints()
Gets the constraints for the table.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MetaDataUtility.getColumnsListAsString(TableConstraint tableConstraint,
Identifiers identifiers)
Gets a comma-separated list of columns for an index.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.