public class PreparedStatementExecutor
extends java.lang.Object
| Constructor and Description |
|---|
PreparedStatementExecutor(ExecutorEngine aExecutorEngine) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(java.util.List<java.sql.Statement> aStatements) |
java.util.List<java.sql.ResultSet> |
executeQuery(java.util.List<java.sql.Statement> aStatements) |
int |
executeUpdate(java.util.List<java.sql.Statement> aStatements) |
public PreparedStatementExecutor(ExecutorEngine aExecutorEngine)
public java.util.List<java.sql.ResultSet> executeQuery(java.util.List<java.sql.Statement> aStatements)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int executeUpdate(java.util.List<java.sql.Statement> aStatements)
throws java.sql.SQLException
java.sql.SQLExceptionpublic boolean execute(java.util.List<java.sql.Statement> aStatements)
throws java.sql.SQLException
java.sql.SQLException