|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeclarationContextIF | |
---|---|
net.ontopia.topicmaps.db2tm | The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps. |
net.ontopia.topicmaps.query.core | Contains the interfaces through which interaction with query processors, queries, and query results are done. |
net.ontopia.topicmaps.query.utils | This package provides query utility classes. |
Uses of DeclarationContextIF in net.ontopia.topicmaps.db2tm |
---|
Methods in net.ontopia.topicmaps.db2tm that return DeclarationContextIF | |
---|---|
DeclarationContextIF |
Context.getDeclarationContext()
|
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.core |
---|
Methods in net.ontopia.topicmaps.query.core with parameters of type DeclarationContextIF | |
---|---|
QueryResultIF |
QueryProcessorIF.execute(java.lang.String query,
DeclarationContextIF context)
PUBLIC: Parses and executes the query in the given context, returning the results. |
QueryResultIF |
QueryProcessorIF.execute(java.lang.String query,
java.util.Map<java.lang.String,?> arguments,
DeclarationContextIF context)
PUBLIC: Parses and executes the query in the given context binding the parameters in the query to the values given in the 'arguments' map, returning the results. |
ParsedQueryIF |
QueryProcessorIF.parse(java.lang.String query,
DeclarationContextIF context)
PUBLIC: Parses the query in the given context, returning an object representing the result. |
ParsedModificationStatementIF |
QueryProcessorIF.parseUpdate(java.lang.String statement,
DeclarationContextIF context)
PUBLIC: Parses the update statement in the given context, returning an object representing the result. |
int |
QueryProcessorIF.update(java.lang.String query,
DeclarationContextIF context)
PUBLIC: Runs the update statement in the given declaration context, returning the number of modified objects. |
int |
QueryProcessorIF.update(java.lang.String query,
java.util.Map<java.lang.String,?> arguments,
DeclarationContextIF context)
PUBLIC: Runs the update statement in the given declaration context with the given parameters, returning the number of modified objects. |
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.utils |
---|
Methods in net.ontopia.topicmaps.query.utils that return DeclarationContextIF | |
---|---|
DeclarationContextIF |
QueryWrapper.getDeclarationContext()
|
static DeclarationContextIF |
QueryUtils.parseDeclarations(TopicMapIF topicmap,
java.lang.String declarations)
PUBLIC: Parses a set of tolog declarations and returns an object representing the resulting declaration context. |
static DeclarationContextIF |
QueryUtils.parseDeclarations(TopicMapIF topicmap,
java.lang.String declarations,
DeclarationContextIF context)
PUBLIC: Parses a set of tolog declarations in an existing context, and returns an object representing the resulting nested declaration context. |
Methods in net.ontopia.topicmaps.query.utils with parameters of type DeclarationContextIF | |
---|---|
static DeclarationContextIF |
QueryUtils.parseDeclarations(TopicMapIF topicmap,
java.lang.String declarations,
DeclarationContextIF context)
PUBLIC: Parses a set of tolog declarations in an existing context, and returns an object representing the resulting nested declaration context. |
void |
QueryWrapper.setDeclarationContext(DeclarationContextIF context)
|
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |