Class InsertStatement
java.lang.Object
net.ontopia.topicmaps.query.parser.TologStatement
net.ontopia.topicmaps.query.parser.ModificationStatement
net.ontopia.topicmaps.query.parser.InsertStatement
INTERNAL: Represents a parsed INSERT statement.
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.query.parser.ModificationStatement
litlist, queryFields inherited from class net.ontopia.topicmaps.query.parser.TologStatement
options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoStaticUpdates(TopicMapIF topicmap, Map arguments) intdoUpdates(QueryMatches matches) voidsetCTMPart(String ctm, ParseContextIF context) toString()Methods inherited from class net.ontopia.topicmaps.query.parser.ModificationStatement
addLit, close, getEmbeddedQuery, getIndex, getLitList, getValue, setClauseList, toStringLitlistMethods inherited from class net.ontopia.topicmaps.query.parser.TologStatement
getOptions, setOptions
-
Constructor Details
-
InsertStatement
public InsertStatement()
-
-
Method Details
-
doStaticUpdates
- Specified by:
doStaticUpdatesin classModificationStatement- Throws:
InvalidQueryException
-
doUpdates
- Specified by:
doUpdatesin classModificationStatement- Throws:
InvalidQueryException
-
toString
-
setCTMPart
- Throws:
InvalidQueryException
-