| Package | Description |
|---|---|
| org.apache.ddlutils.model |
This package contains the classes making up the database model.
|
| Modifier and Type | Method and Description |
|---|---|
IndexColumn |
Index.getColumn(int idx)
Returns the indicated column making up this index.
|
IndexColumn |
IndexImpBase.getColumn(int idx)
Returns the indicated column making up this index.
|
IndexColumn[] |
Index.getColumns()
Returns the columns that make up this index.
|
IndexColumn[] |
IndexImpBase.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 |
IndexImpBase.addColumn(IndexColumn column)
Adds a column that makes up this index.
|
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 |
IndexImpBase.removeColumn(IndexColumn column)
Removes the given index column from this index.
|
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.