public class TaskEngineProc extends AbstractTaskEngineSQL<SqlCallableStatement>
SQL_RESOURCE_ID, SQL_ROWCOUNT| Constructor and Description |
|---|
TaskEngineProc(ScriptManager scriptManager)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSqlQuery(String sql)
Vérification de la syntaxe sql.
|
protected SqlCallableStatement |
createStatement(String procName,
SqlConnection connection)
Crée le Statement pour le select ou bloc sql.
|
protected int |
doExecute(SqlConnection connection,
SqlCallableStatement statement)
Exécution de la requête.
|
execute, getConnectionProvider, getDataBaseManager, getKTransactionResourceId, getParams, getSqlQuery, preProcessQuery, setOutParameter, setParameter, setParametersgetTaskDefinition, getValue, process, setValue@Inject public TaskEngineProc(ScriptManager scriptManager)
scriptManager - Manager de traitment de scriptsprotected final void checkSqlQuery(String sql)
checkSqlQuery in class AbstractTaskEngineSQL<SqlCallableStatement>sql - Syntaxe sql de la requêteprotected int doExecute(SqlConnection connection, SqlCallableStatement statement) throws SQLException
doExecute in class AbstractTaskEngineSQL<SqlCallableStatement>connection - Connexion BDDstatement - RequêteSQLException - Erreur sqlprotected final SqlCallableStatement createStatement(String procName, SqlConnection connection)
createStatement in class AbstractTaskEngineSQL<SqlCallableStatement>procName - Requête SQLconnection - Connexion vers la base de donnéesCopyright © 2015. All Rights Reserved.