Modifier and Type | Method and Description |
---|---|
JdbcSession |
JdbcSession.autocommit(boolean autocommit)
Shall we auto-commit?
|
JdbcSession |
JdbcSession.clear()
Clear all pre-set parameters (args, preparations, etc).
|
JdbcSession |
JdbcSession.execute()
Make SQL request expecting no response from the server.
|
JdbcSession |
JdbcSession.prepare(Preparation prp)
Run this preparation before executing the statement.
|
JdbcSession |
JdbcSession.set(Object value)
Set new parameter for the query.
|
JdbcSession |
JdbcSession.sql(String sql)
Use this SQL query (with optional parameters inside).
|
Copyright © 2012–2015 jcabi.com. All rights reserved.