Class UstraPostgreProcedureJdbcCall
java.lang.Object
org.springframework.jdbc.core.simple.AbstractJdbcCall
org.springframework.jdbc.core.simple.SimpleJdbcCall
com.gsitm.ustra.java.data.utils.procedure.UstraProcedureJdbcCall
com.gsitm.ustra.java.data.utils.procedure.UstraPostgreProcedureJdbcCall
- All Implemented Interfaces:
org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
-
Field Summary
Fields inherited from class org.springframework.jdbc.core.simple.AbstractJdbcCall
logger -
Constructor Summary
ConstructorsConstructorDescriptionUstraPostgreProcedureJdbcCall(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Method Summary
Methods inherited from class com.gsitm.ustra.java.data.utils.procedure.UstraProcedureJdbcCall
execute, getLoggingString, strMethods 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
-
UstraPostgreProcedureJdbcCall
public UstraPostgreProcedureJdbcCall(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
-
Method Details
-
call
Description copied from class:UstraProcedureJdbcCallcall template- Overrides:
callin classUstraProcedureJdbcCall- Returns:
-