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 int
Index. addIndexColumn(IndexColumn ic)
Add IndexColumn to this index.boolean
IndexColumn. equals(IndexColumn ic)
Return true if given IndexColumn matches this one.boolean
Index. presentAt(int pos, IndexColumn incol)
Is given IndexColumn present at given position in collection?
-