Uses of Interface
net.ontopia.topicmaps.query.spi.ResultIF
-
Packages that use ResultIF Package Description net.ontopia.topicmaps.query.spi Provides a set of service provider interfaces for adding new predicates to the tolog query language. -
-
Uses of ResultIF in net.ontopia.topicmaps.query.spi
Methods in net.ontopia.topicmaps.query.spi with parameters of type ResultIF Modifier and Type Method Description abstract void
ProcessPredicate. process(Object[] row, boolean[] boundparams, ResultIF result)
EXPERIMENTAL: Processes the input row and pushes result rows to the result.
-