| AddressRangeMapDB |
RangeMapDB provides a generic value range map backed by a database table.
|
| AddressSetPropertyMapDB |
AddressSetPropertyMap that uses a RangeMapDB to maintain a set of addresses.
|
| AndQuery |
Combines two queries such that this query is the logical "AND" of the two queries.
|
| DatabaseTableUtils |
Collection of static functions for upgrading various database tables.
|
| EmptyRecordIterator |
Implementation of a RecordIterator that is always empty.
|
| FieldMatchQuery |
Query implementation used to test a field in a record to match a given value.
|
| FieldRangeQuery |
Query implementation used to test a field in a record to fall within a range of values.
|
| IndexedAddressIterator |
Iterates over a FieldIterator; the field is the address but not
the key; the column for the field must be indexed.
|
| NotQuery |
Negates the given query such that this query is the logical "NOT" of the given query.
|
| OrQuery |
Combines two queries such that this query is the logical "OR" of the two queries.
|
| QueryRecordIterator |
Iterator that only returns records from another iterator that match the given query.
|
| SharedRangeMapDB |
Deprecated.
|
| StringMatchQuery |
Query for matching string fields with wildcard string.
|
| SynchronizedAddressSetCollection |
|