| 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 |
|---|---|
Index |
IndexColumn.getIndex()
Gets the index this column belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Index> |
Table.getIndexes()
Gets the list of indexes.
|
com.annimon.stream.Optional<? extends Index> |
Table.lookupIndex(String name)
Gets an index by unqualified name.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
MetaDataUtility.columnNames(Index index) |
static boolean |
MetaDataUtility.containsGeneratedColumns(Index index) |
Copyright © 2000-2017 Sualeh Fatehi. All rights reserved.