public interface PersistHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch()
Add this for batch execution.
|
void |
bind()
Get the sql and bind the statement.
|
void |
close()
Close resources including underlying preparedStatement.
|
void |
execute()
Execute now for non-batch execution.
|
String |
getBindLog()
Return the bind log.
|
String getBindLog()
void bind()
throws SQLException
SQLExceptionvoid addBatch()
throws SQLException
SQLExceptionvoid execute()
throws SQLException
SQLExceptionvoid close()
throws SQLException
SQLExceptionCopyright © 2014. All Rights Reserved.