public interface PreparedStatementGenerator extends AutoCloseable
AutoCloseable
as to take care of closing the necessary resources after actions on the Statement has been performed.| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PreparedStatement |
createStatement()
Creates a PreparedStatement object for the SQL code this generator has been bound to.
|
PreparedStatement createStatement() throws SQLException
SQLExceptionvoid close()
throws SQLException
close in interface AutoCloseableSQLExceptionCopyright © 2017–2024. All rights reserved.