Class UstraProcedureJdbcCall
java.lang.Object
org.springframework.jdbc.core.simple.AbstractJdbcCall
org.springframework.jdbc.core.simple.SimpleJdbcCall
com.gsitm.ustra.java.data.utils.procedure.UstraProcedureJdbcCall
- All Implemented Interfaces:
org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
- Direct Known Subclasses:
UstraPostgreProcedureJdbcCall
public class UstraProcedureJdbcCall
extends org.springframework.jdbc.core.simple.SimpleJdbcCall
-
Field Summary
Fields inherited from class org.springframework.jdbc.core.simple.AbstractJdbcCall
logger -
Constructor Summary
ConstructorsConstructorDescriptionUstraProcedureJdbcCall(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Method Summary
Methods inherited from class org.springframework.jdbc.core.simple.SimpleJdbcCall
declareParameters, execute, execute, executeFunction, executeFunction, executeFunction, executeObject, executeObject, executeObject, returningResultSet, useInParameterNames, withCatalogName, withFunctionName, withNamedBinding, withoutProcedureColumnMetaDataAccess, withProcedureName, withReturnValue, withSchemaNameMethods inherited from class org.springframework.jdbc.core.simple.AbstractJdbcCall
addDeclaredParameter, addDeclaredRowMapper, checkCompiled, compile, compileInternal, doExecute, doExecute, doExecute, getCallableStatementFactory, getCallParameters, getCallString, getCatalogName, getInParameterNames, getJdbcTemplate, getProcedureName, getScalarOutParameterName, getSchemaName, isCompiled, isFunction, isNamedBinding, isReturnValueRequired, matchInParameterValuesWithCallParameters, matchInParameterValuesWithCallParameters, onCompileInternal, setAccessCallParameterMetaData, setCatalogName, setFunction, setInParameterNames, setNamedBinding, setProcedureName, setReturnValueRequired, setSchemaName
-
Constructor Details
-
UstraProcedureJdbcCall
public UstraProcedureJdbcCall(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
-
Method Details
-
execute
- Specified by:
executein interfaceorg.springframework.jdbc.core.simple.SimpleJdbcCallOperations- Overrides:
executein classorg.springframework.jdbc.core.simple.SimpleJdbcCall
-
call
call template- Parameters:
params-- Returns:
-
getLoggingString
로깅 문자열 조회- Parameters:
params-- Returns:
-
str
-