public final class BundleStatement extends Object
SQLBundle, which can be prepared and executed.| Modifier and Type | Method and Description |
|---|---|
void |
assignParameters(PreparedStatement ps,
Object... parameters)
Assign the parameters to a prepared statement of this type.
|
int |
executeUpdate(Connection dbc,
Object... parameters)
Execute the statement as an update statement.
|
PreparedStatement |
prepare(Connection dbc,
Object... parameters)
Create a preparedStatement from the stored statement, and assign the parameters.
|
public PreparedStatement prepare(Connection dbc, Object... parameters) throws SQLException
dbc - parameters - SQLExceptionpublic void assignParameters(PreparedStatement ps, @Nonnull Object... parameters) throws SQLException
ps - parameters - SQLExceptionpublic int executeUpdate(Connection dbc, Object... parameters) throws SQLException
dbc - parameters - SQLExceptionCopyright © 2017 etc.to. All rights reserved.