Uses of Class
org.hypergraphdb.query.impl.IndexBasedQuery.ScanType

Packages that use IndexBasedQuery.ScanType
org.hypergraphdb.query.impl   
 

Uses of IndexBasedQuery.ScanType in org.hypergraphdb.query.impl
 

Methods in org.hypergraphdb.query.impl that return IndexBasedQuery.ScanType
static IndexBasedQuery.ScanType IndexBasedQuery.ScanType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndexBasedQuery.ScanType[] IndexBasedQuery.ScanType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.hypergraphdb.query.impl with parameters of type IndexBasedQuery.ScanType
IndexBasedQuery(HGIndex<java.lang.Object,java.lang.Object> index, IndexBasedQuery.ScanType scanType)
           Construct a query that will scan the whole index - either its keys or its values depending on the scanKeys parameter.