|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.query.parser.TologStatement net.ontopia.topicmaps.query.parser.ModificationStatement net.ontopia.topicmaps.query.parser.InsertStatement
public class InsertStatement
INTERNAL: Represents a parsed INSERT statement.
Field Summary |
---|
Fields inherited from class net.ontopia.topicmaps.query.parser.ModificationStatement |
---|
litlist, query |
Fields inherited from class net.ontopia.topicmaps.query.parser.TologStatement |
---|
options |
Constructor Summary | |
---|---|
InsertStatement()
|
Method Summary | |
---|---|
int |
doStaticUpdates(TopicMapIF topicmap,
java.util.Map arguments)
|
int |
doUpdates(QueryMatches matches)
|
void |
setCTMPart(java.lang.String ctm,
ParseContextIF context)
|
java.lang.String |
toString()
|
Methods inherited from class net.ontopia.topicmaps.query.parser.ModificationStatement |
---|
addLit, close, getEmbeddedQuery, getIndex, getLitList, getValue, setClauseList, toStringLitlist |
Methods inherited from class net.ontopia.topicmaps.query.parser.TologStatement |
---|
getOptions, setOptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InsertStatement()
Method Detail |
---|
public int doStaticUpdates(TopicMapIF topicmap, java.util.Map arguments) throws InvalidQueryException
doStaticUpdates
in class ModificationStatement
InvalidQueryException
public int doUpdates(QueryMatches matches) throws InvalidQueryException
doUpdates
in class ModificationStatement
InvalidQueryException
public java.lang.String toString()
toString
in class java.lang.Object
public void setCTMPart(java.lang.String ctm, ParseContextIF context) throws InvalidQueryException
InvalidQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |