| Package | Description |
|---|---|
| org.apache.ddlutils.model |
This package contains the classes making up the database model.
|
| Modifier and Type | Method and Description |
|---|---|
IndexColumn |
CloneHelper.clone(IndexColumn source,
Table targetTable,
boolean caseSensitive)
Returns a clone of the given index column.
|
IndexColumn |
Index.getColumn(int idx)
Returns the indicated column making up this index.
|
IndexColumn |
IndexImplBase.getColumn(int idx)
Returns the indicated column making up this index.
|
IndexColumn[] |
Index.getColumns()
Returns the columns that make up this index.
|
IndexColumn[] |
IndexImplBase.getColumns()
Returns the columns that make up this index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Index.addColumn(IndexColumn column)
Adds a column that makes up this index.
|
void |
IndexImplBase.addColumn(IndexColumn column)
Adds a column that makes up this index.
|
IndexColumn |
CloneHelper.clone(IndexColumn source,
Table targetTable,
boolean caseSensitive)
Returns a clone of the given index column.
|
boolean |
IndexColumn.equalsIgnoreCase(IndexColumn other)
Compares this index column to the given one while ignoring the case of identifiers.
|
void |
Index.removeColumn(IndexColumn column)
Removes the given index column from this index.
|
void |
IndexImplBase.removeColumn(IndexColumn column)
Removes the given index column from this index.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.