|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.impl.utils.AbstractIndex
net.ontopia.topicmaps.impl.rdbms.index.RDBMSIndex
net.ontopia.topicmaps.impl.rdbms.index.OccurrenceIndex
public class OccurrenceIndex
INTERNAL: The rdbms occurrence index implementation.
| Method Summary | |
|---|---|
Collection<OccurrenceIF> |
getOccurrences(String value)
INTERNAL: Gets all occurrences that have the specified value independent of datatype. |
Collection<OccurrenceIF> |
getOccurrences(String value,
LocatorIF datatype)
INTERNAL: Gets all occurrences that have the specified value and datatype. |
Collection<OccurrenceIF> |
getOccurrencesByPrefix(String prefix)
INTERNAL: Gets all occurrences of any datatype that have a value starting with the specified prefix. |
Collection<OccurrenceIF> |
getOccurrencesByPrefix(String prefix,
LocatorIF datatype)
INTERNAL: Gets all occurrences that have the specifed datatype and a value starting with the specified prefix. |
Iterator<String> |
getValuesGreaterThanOrEqual(String value)
INTERNAL: Gets all occurrence values that are greather than or equal to the given value. |
Iterator<String> |
getValuesSmallerThanOrEqual(String value)
INTERNAL: Gets all occurrence values that are smaller than or equal to the given value. |
| Methods inherited from class net.ontopia.topicmaps.impl.rdbms.index.RDBMSIndex |
|---|
executeQuery, getIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Collection<OccurrenceIF> getOccurrences(String value)
OccurrenceIndexIF
getOccurrences in interface OccurrenceIndexIF
public Collection<OccurrenceIF> getOccurrences(String value,
LocatorIF datatype)
OccurrenceIndexIF
getOccurrences in interface OccurrenceIndexIFpublic Collection<OccurrenceIF> getOccurrencesByPrefix(String prefix)
OccurrenceIndexIF
getOccurrencesByPrefix in interface OccurrenceIndexIF
public Collection<OccurrenceIF> getOccurrencesByPrefix(String prefix,
LocatorIF datatype)
OccurrenceIndexIF
getOccurrencesByPrefix in interface OccurrenceIndexIFpublic Iterator<String> getValuesGreaterThanOrEqual(String value)
OccurrenceIndexIF
getValuesGreaterThanOrEqual in interface OccurrenceIndexIFpublic Iterator<String> getValuesSmallerThanOrEqual(String value)
OccurrenceIndexIF
getValuesSmallerThanOrEqual in interface OccurrenceIndexIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||