|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISqlUpdate | |
|---|---|
| com.googlecode.jpattern.orm.query | |
| com.googlecode.jpattern.orm.query.sql | |
| Uses of ISqlUpdate in com.googlecode.jpattern.orm.query |
|---|
| Methods in com.googlecode.jpattern.orm.query that return ISqlUpdate | |
|---|---|
ISqlUpdate |
ISqlExecutor.update(String sql,
IGeneratedKeyReader generatedKeyReader,
Object... args)
Issue an update statement using a PreparedStatementCreator to provide SQL and any required parameters. |
ISqlUpdate |
SqlExecutor.update(String sql,
IGeneratedKeyReader generatedKeyReader,
Object... args)
|
ISqlUpdate |
ISqlExecutor.update(String sql,
Object... args)
Perform a single SQL update operation (such as an insert, update or delete statement). |
ISqlUpdate |
SqlExecutor.update(String sql,
Object... args)
|
| Uses of ISqlUpdate in com.googlecode.jpattern.orm.query.sql |
|---|
| Classes in com.googlecode.jpattern.orm.query.sql that implement ISqlUpdate | |
|---|---|
class |
SqlUpdate
|
class |
SqlUpdateGKReader
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||