Uses of Class
org.apache.ddlutils.model.IndexColumn

Packages that use IndexColumn
org.apache.ddlutils.model This package contains the classes making up the database model. 
 

Uses of IndexColumn in org.apache.ddlutils.model
 

Methods in org.apache.ddlutils.model that return IndexColumn
 IndexColumn IndexImpBase.getColumn(int idx)
          Returns the indicated column making up this index.
 IndexColumn Index.getColumn(int idx)
          Returns the indicated column making up this index.
 IndexColumn[] IndexImpBase.getColumns()
          Returns the columns that make up this index.
 IndexColumn[] Index.getColumns()
          Returns the columns that make up this index.
 

Methods in org.apache.ddlutils.model with parameters of type IndexColumn
 void IndexImpBase.addColumn(IndexColumn column)
          Adds a column that makes up this index.
 void Index.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 IndexImpBase.removeColumn(IndexColumn column)
          Removes the given index column from this index.
 void Index.removeColumn(IndexColumn column)
          Removes the given index column from this index.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.