|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParsedModificationStatementIF
PUBLIC: Represents a parsed modification statement, such as DELETE, INSERT, UPDATE, and QUERY.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
int update()
throws InvalidQueryException
InvalidQueryException
int update(Map<String,?> params)
throws InvalidQueryException
InvalidQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||