|
||||||||||
| 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 | |
|---|---|
java.util.Collection<OccurrenceIF> |
getOccurrences(java.lang.String value)
INTERNAL: Gets all occurrences that have the specified value independent of datatype. |
java.util.Collection<OccurrenceIF> |
getOccurrences(java.lang.String value,
LocatorIF datatype)
INTERNAL: Gets all occurrences that have the specified value and datatype. |
java.util.Collection<OccurrenceIF> |
getOccurrencesByPrefix(java.lang.String prefix)
INTERNAL: Gets all occurrences of any datatype that have a value starting with the specified prefix. |
java.util.Collection<OccurrenceIF> |
getOccurrencesByPrefix(java.lang.String prefix,
LocatorIF datatype)
INTERNAL: Gets all occurrences that have the specifed datatype and a value starting with the specified prefix. |
java.util.Iterator<OccurrenceIF> |
getValuesGreaterThanOrEqual(java.lang.String value)
INTERNAL: Gets all occurrence values that are greather than or equal to the given value. |
java.util.Iterator<OccurrenceIF> |
getValuesSmallerThanOrEqual(java.lang.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 java.util.Collection<OccurrenceIF> getOccurrences(java.lang.String value)
OccurrenceIndexIF
getOccurrences in interface OccurrenceIndexIF
public java.util.Collection<OccurrenceIF> getOccurrences(java.lang.String value,
LocatorIF datatype)
OccurrenceIndexIF
getOccurrences in interface OccurrenceIndexIFpublic java.util.Collection<OccurrenceIF> getOccurrencesByPrefix(java.lang.String prefix)
OccurrenceIndexIF
getOccurrencesByPrefix in interface OccurrenceIndexIF
public java.util.Collection<OccurrenceIF> getOccurrencesByPrefix(java.lang.String prefix,
LocatorIF datatype)
OccurrenceIndexIF
getOccurrencesByPrefix in interface OccurrenceIndexIFpublic java.util.Iterator<OccurrenceIF> getValuesGreaterThanOrEqual(java.lang.String value)
OccurrenceIndexIF
getValuesGreaterThanOrEqual in interface OccurrenceIndexIFpublic java.util.Iterator<OccurrenceIF> getValuesSmallerThanOrEqual(java.lang.String value)
OccurrenceIndexIF
getValuesSmallerThanOrEqual in interface OccurrenceIndexIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||