Uses of Class
adams.db.indices.IndexColumn
-
Packages that use IndexColumn Package Description adams.db.indices -
-
Uses of IndexColumn in adams.db.indices
Methods in adams.db.indices with parameters of type IndexColumn Modifier and Type Method Description intIndex. addIndexColumn(IndexColumn ic)Add IndexColumn to this index.booleanIndexColumn. equals(IndexColumn ic)Return true if given IndexColumn matches this one.booleanIndex. presentAt(int pos, IndexColumn incol)Is given IndexColumn present at given position in collection?
-