Package net.ontopia.topicmaps.query.core
Interface ParsedModificationStatementIF
- All Superinterfaces:
ParsedStatementIF
PUBLIC: Represents a parsed modification statement, such as DELETE,
INSERT, UPDATE, and QUERY.
- Since:
- 5.1.0
-
Method Summary
-
Method Details
-
update
PUBLIC: Runs the statement, returning the number of rows modified.- Throws:
InvalidQueryException
-
update
PUBLIC: Runs the statement with the given parameters, returning the number of rows modified.- Throws:
InvalidQueryException
-