Package | Description |
---|---|
com.whitestein.lsps.common.ddl |
Modifier and Type | Method and Description |
---|---|
ColumnMetadata |
TableMetadata.getColumnMetadata(String columnName)
Returns the column metadata for the given column name.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnMetadata> |
TableMetadata.getColumns()
Returns a collection of table columns.
|
List<ColumnMetadata> |
PrimaryKeyMetadata.getColumns()
Returns a list of the index columns.
|
List<ColumnMetadata> |
IndexMetadata.getColumns()
Returns a list of the index columns.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PrimaryKeyMetadata.containsColumn(ColumnMetadata column)
Returns true if this primary key contains the given column.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.