Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Class
com.healthmarketscience.jackcess.Index

Packages that use Index
com.healthmarketscience.jackcess   
 

Uses of Index in com.healthmarketscience.jackcess
 

Subclasses of Index in com.healthmarketscience.jackcess
 class BigIndex
          Implementation of an Access table index which supports large indexes.
 class SimpleIndex
          Simple implementation of an Access table index
 

Methods in com.healthmarketscience.jackcess that return Index
 Index Cursor.getIndex()
           
 Index Index.EntryCursor.getIndex()
           
 Index Table.getIndex(java.lang.String name)
           
 

Methods in com.healthmarketscience.jackcess that return types with arguments of type Index
 java.util.List<Index> Table.getIndexes()
           
 

Methods in com.healthmarketscience.jackcess with parameters of type Index
 int Index.compareTo(Index other)
           
static Cursor Cursor.createIndexCursor(Table table, Index index)
          Creates an indexed cursor for the given table.
static Cursor Cursor.createIndexCursor(Table table, Index index, java.lang.Object[] startRow, boolean startInclusive, java.lang.Object[] endRow, boolean endInclusive)
          Creates an indexed cursor for the given table, narrowed to the given range.
static Cursor Cursor.createIndexCursor(Table table, Index index, java.lang.Object[] startRow, java.lang.Object[] endRow)
          Creates an indexed cursor for the given table, narrowed to the given range.
static java.util.Map<java.lang.String,java.lang.Object> Cursor.findRow(Table table, Index index, java.util.Map<java.lang.String,java.lang.Object> rowPattern)
          Convenience method for finding a specific row in an indexed table which matches a given row "pattern".
static java.lang.Object Cursor.findValue(Table table, Index index, Column column, Column columnPattern, java.lang.Object valuePattern)
          Convenience method for finding a specific row in a table which matches a given row "pattern".
 CursorBuilder CursorBuilder.setIndex(Index index)
          Sets an index to use for the cursor.
 


Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis