Uses of Interface
net.ontopia.topicmaps.query.core.DeclarationContextIF
Packages that use DeclarationContextIF
Package
Description
The implementation of and public API to the DB2TM module for
converting relational data (in CSV files or RDBMSs) to Topic Maps.
Provides interfaces for the Navigator Tag Libraries
and Framework.
Logic tags, which define the execution context, modify the
context, and control the flow of execution.
Provides utility classes for the Navigator Tag Libraries and
Framework.
Contains the interfaces through which interaction with query
processors, queries, and query results are done.
Contains the in-memory implementation of the query language.
Contains the rdbms implementation of the query language.
Contains the code that parses tolog queries.
This package provides query utility classes.
-
Uses of DeclarationContextIF in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm declared as DeclarationContextIFMethods in net.ontopia.topicmaps.db2tm that return DeclarationContextIF -
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.core
Methods in net.ontopia.topicmaps.query.core with parameters of type DeclarationContextIFModifier and TypeMethodDescriptionQueryProcessorIF.execute(String query, Map<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.QueryProcessorIF.execute(String query, DeclarationContextIF context) PUBLIC: Parses and executes the query in the given context, returning the results.QueryProcessorIF.parse(String query, DeclarationContextIF context) PUBLIC: Parses the query in the given context, returning an object representing the result.QueryProcessorIF.parseUpdate(String statement, DeclarationContextIF context) PUBLIC: Parses the update statement in the given context, returning an object representing the result.intQueryProcessorIF.update(String query, Map<String, ?> arguments, DeclarationContextIF context) PUBLIC: Runs the update statement in the given declaration context with the given parameters, returning the number of modified objects.intQueryProcessorIF.update(String query, DeclarationContextIF context) PUBLIC: Runs the update statement in the given declaration context, returning the number of modified objects. -
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type DeclarationContextIFModifier and TypeMethodDescriptionQueryProcessor.execute(String query, Map arguments, DeclarationContextIF context) QueryProcessor.execute(String query, DeclarationContextIF context) QueryProcessor.parse(String query, DeclarationContextIF context) protected TologQueryQueryProcessor.parseQuery(String query, DeclarationContextIF context) QueryProcessor.parseUpdate(String statement, DeclarationContextIF context) protected ModificationStatementQueryProcessor.parseUpdateStatement(String statement, DeclarationContextIF ctx) intQueryProcessor.update(String query, Map<String, ?> params, DeclarationContextIF context) intQueryProcessor.update(String query, DeclarationContextIF context) -
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.impl.rdbms
Methods in net.ontopia.topicmaps.query.impl.rdbms with parameters of type DeclarationContextIFModifier and TypeMethodDescriptionQueryProcessor.execute(String query, Map arguments, DeclarationContextIF context) QueryProcessor.execute(String query, DeclarationContextIF context) QueryProcessor.parse(String query, DeclarationContextIF context) protected ParsedQueryQueryProcessor.parseQuery(String query, DeclarationContextIF context) QueryProcessor.parseUpdate(String statement, DeclarationContextIF context) voidQueryProcessor.setContext(DeclarationContextIF context) intQueryProcessor.update(String query, Map<String, ?> arguments, DeclarationContextIF context) intQueryProcessor.update(String query, DeclarationContextIF context) -
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.parser
Classes in net.ontopia.topicmaps.query.parser that implement DeclarationContextIFModifier and TypeClassDescriptionclassINTERNAL: Represents the local context in which a tolog query or rule file is being parsed. -
Uses of DeclarationContextIF in net.ontopia.topicmaps.query.utils
Methods in net.ontopia.topicmaps.query.utils that return DeclarationContextIFModifier and TypeMethodDescriptionQueryWrapper.getDeclarationContext()static DeclarationContextIFQueryUtils.parseDeclarations(TopicMapIF topicmap, String declarations) PUBLIC: Parses a set of tolog declarations and returns an object representing the resulting declaration context.static DeclarationContextIFQueryUtils.parseDeclarations(TopicMapIF topicmap, 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 DeclarationContextIFModifier and TypeMethodDescriptionstatic DeclarationContextIFQueryUtils.parseDeclarations(TopicMapIF topicmap, 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.voidQueryWrapper.setDeclarationContext(DeclarationContextIF context) -
Uses of DeclarationContextIF in net.ontopia.topicmaps.rest
Methods in net.ontopia.topicmaps.rest that return DeclarationContextIFModifier and TypeMethodDescriptionOntopiaRestApplication.getDeclarationContext(TopicMapIF topicmap) -
Uses of DeclarationContextIF in ontopoly.conversion
Fields in ontopoly.conversion declared as DeclarationContextIFMethods in ontopoly.conversion with parameters of type DeclarationContextIFModifier and TypeMethodDescriptionprotected static voidUpgradeBase.removeAssociations(String atype, String[] rtypes, QueryProcessorIF qp, DeclarationContextIF dc) protected static voidUpgradeBase.removeObjects(TopicMapIF topicMap, DeclarationContextIF dc, String removalQuery) protected static voidUpgradeBase.translateAssociations(String atype1, String[] rtypes1, String atype2, String[] rtypes2, TopicMapIF tm, LocatorIF base_on, QueryProcessorIF qp, DeclarationContextIF dc) -
Uses of DeclarationContextIF in ontopoly.model
Methods in ontopoly.model that return DeclarationContextIFConstructors in ontopoly.model with parameters of type DeclarationContextIFModifierConstructorDescriptionQueryMapper(QueryProcessorIF processor, DeclarationContextIF context)