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 TypeMethodDescriptionvoidGrouperDdlCompareIndexColumn.setDatabaseColumn(IndexColumn databaseColumn) voidGrouperDdlCompareIndexColumn.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 TypeMethodDescriptionvoidIndex.addColumn(IndexColumn column) Adds a column that makes up this index.voidIndexImpBase.addColumn(IndexColumn column) Adds a column that makes up this index.booleanIndexColumn.equalsIgnoreCase(IndexColumn other) Compares this index column to the given one while ignoring the case of identifiers.voidIndex.removeColumn(IndexColumn column) Removes the given index column from this index.voidIndexImpBase.removeColumn(IndexColumn column) Removes the given index column from this index.