net.ontopia.topicmaps.query.core
Interface ParsedModificationStatementIF

All Superinterfaces:
ParsedStatementIF

public interface ParsedModificationStatementIF
extends ParsedStatementIF

PUBLIC: Represents a parsed modification statement, such as DELETE, INSERT, UPDATE, and QUERY.

Since:
5.1.0

Method Summary
 int update()
          PUBLIC: Runs the statement, returning the number of rows modified.
 int update(java.util.Map<java.lang.String,?> params)
          PUBLIC: Runs the statement with the given parameters, returning the number of rows modified.
 

Method Detail

update

int update()
           throws InvalidQueryException
PUBLIC: Runs the statement, returning the number of rows modified.

Throws:
InvalidQueryException

update

int update(java.util.Map<java.lang.String,?> params)
           throws InvalidQueryException
PUBLIC: Runs the statement with the given parameters, returning the number of rows modified.

Throws:
InvalidQueryException


Copyright © 2000-2012 Ontopia.