| Package | Description |
|---|---|
| schemacrawler.schema | |
| schemacrawler.utility |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrimaryKey
Represents a primary key in a table.
|
| Modifier and Type | Method and Description |
|---|---|
<I extends Index> |
Table.lookupIndex(java.lang.String name)
Gets an index by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
IndexColumn.getIndex()
Gets the index this column belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Index> |
Table.getIndexes()
Gets the list of indexes.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
MetaDataUtility.columnNames(Index index) |
static boolean |
MetaDataUtility.containsGeneratedColumns(Index index) |
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.