Modifier and Type | Method and Description |
---|---|
JdbcSession |
JdbcSession.autocommit(boolean autocommit)
Shall we auto-commit?
|
JdbcSession |
JdbcSession.execute()
Make SQL request expecting no response from the server.
|
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–2014 jcabi.com. All rights reserved.