Package net.ontopia.topicmaps.query.utils


package net.ontopia.topicmaps.query.utils
This package provides query utility classes.
  • Class
    Description
    INTERNAL: Immutable Map implementation that stores its keys and values in two arrays.
    INTERNAL: Iterator which returns each object returned by the query, checking each row against the previous to avoid duplicates.
    INTERNAL: Iterator that iterates over a QueryResultIF and returns a new immutable Map instance for each query result row.
    PUBLIC: Utility methods for getting QueryProcessorIFs for a topic map.
    EXPERIMENTAL: Class a la Spring's JDBC templates to simplify use of the tolog query engine API.
    EXPERIMENTAL: Interface to be implemented by row mappers used by the queryForList method on QueryWrapper.
    INTERNAL: Iterator that iterates over a QueryResultIF and returns an immutable Map instance for each query result row.
    PUBLIC: Query profiler for tolog.