Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.model.IndexColumn
Packages that use IndexColumn
Package
Description
This package contains the classes making up the database model.
-
Uses of IndexColumn in edu.internet2.middleware.grouper.ddl
Methods in edu.internet2.middleware.grouper.ddl that return IndexColumnModifier and TypeMethodDescriptionGrouperDdlCompareIndexColumn.getDatabaseColumn()
GrouperDdlCompareIndexColumn.getJavaColumn()
Methods in edu.internet2.middleware.grouper.ddl with parameters of type IndexColumnModifier and TypeMethodDescriptionvoid
GrouperDdlCompareIndexColumn.setDatabaseColumn
(IndexColumn databaseColumn) void
GrouperDdlCompareIndexColumn.setJavaColumn
(IndexColumn javaColumn) -
Uses of IndexColumn in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.model
Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.model that return IndexColumnModifier and TypeMethodDescriptionIndex.getColumn
(int idx) Returns the indicated column making up this index.IndexImpBase.getColumn
(int idx) Returns the indicated column making up this index.Index.getColumns()
Returns the columns that make up this index.IndexImpBase.getColumns()
Returns the columns that make up this index.Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.model with parameters of type IndexColumnModifier and TypeMethodDescriptionvoid
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.