| Package | Description |
|---|---|
| com.agimatec.dbtransform | |
| com.agimatec.sql.meta | |
| com.agimatec.sql.meta.checking |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CatalogConversion.transformIndex(IndexDescription newContraint,
IndexDescription constraint) |
| Modifier and Type | Method and Description |
|---|---|
IndexDescription |
IndexDescription.deepCopy() |
IndexDescription |
TableDescription.findConstraintForColumns(List<String> columns) |
IndexDescription |
TableDescription.findIndexForColumns(List<String> columns) |
IndexDescription |
TableDescription.getConstraint(int i) |
IndexDescription |
TableDescription.getConstraint(String indexName) |
IndexDescription |
TableDescription.getIndex(int i) |
IndexDescription |
TableDescription.getIndex(String indexName) |
IndexDescription |
TableDescription.getPrimaryKey() |
| Modifier and Type | Method and Description |
|---|---|
List<IndexDescription> |
TableDescription.findIndicesForColumns(List<String> columns) |
List<IndexDescription> |
TableDescription.getConstraints() |
List<IndexDescription> |
TableDescription.getIndices() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableDescription.addConstraint(IndexDescription aIndex) |
void |
TableDescription.addIndex(IndexDescription aIndex) |
void |
TableDescription.setPrimaryKey(IndexDescription aPrimaryKey) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatabaseSchemaChecker.compareSingleIndexDescription(IndexDescription xmlIndexDescription,
IndexDescription databaseIndexDescription) |
Copyright © 2008–2018. All rights reserved.