public class TaskEngineProcBatch extends AbstractTaskEngineSQL<SqlCallableStatement>
SQL_RESOURCE_ID, SQL_ROWCOUNT| Constructor and Description |
|---|
TaskEngineProcBatch(ScriptManager scriptManager,
VTransactionManager transactionManager,
SqlDataBaseManager sqlDataBaseManager)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
protected SqlCallableStatement |
createStatement(String procName,
SqlConnection connection)
Crée le Statement pour le select ou bloc sql.
|
int |
doExecute(SqlConnection connection,
SqlCallableStatement statement)
Exécution de la requête.
|
execute, getConnectionProvider, getDataBaseManager, getParams, getSqlQuery, getVTransactionResourceId, preProcessQuery, setInParameter, setInParameters, setOutParametersgetTaskDefinition, getValue, process, setResult@Inject public TaskEngineProcBatch(ScriptManager scriptManager, VTransactionManager transactionManager, SqlDataBaseManager sqlDataBaseManager)
scriptManager - Manager de traitment de scriptsprotected final SqlCallableStatement createStatement(String procName, SqlConnection connection)
createStatement in class AbstractTaskEngineSQL<SqlCallableStatement>procName - Requête SQLconnection - Connexion vers la base de donnéespublic int doExecute(SqlConnection connection, SqlCallableStatement statement) throws SQLException
doExecute in class AbstractTaskEngineSQL<SqlCallableStatement>connection - Connexion BDDstatement - RequêteSQLException - Erreur sqlCopyright © 2015. All Rights Reserved.