public interface ParsedModificationStatementIF extends ParsedStatementIF
Modifier and Type | Method and Description |
---|---|
int |
update()
PUBLIC: Runs the statement, returning the number of rows modified.
|
int |
update(Map<String,?> params)
PUBLIC: Runs the statement with the given parameters, returning
the number of rows modified.
|
int update() throws InvalidQueryException
InvalidQueryException
int update(Map<String,?> params) throws InvalidQueryException
InvalidQueryException