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

public class UstraPostgreProcedureJdbcCall extends UstraProcedureJdbcCall
  • Field Summary

    Fields inherited from class org.springframework.jdbc.core.simple.AbstractJdbcCall

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    UstraPostgreProcedureJdbcCall(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,Object>
    call(Map<String,?> params)
    call template

    Methods inherited from class com.gsitm.ustra.java.data.utils.procedure.UstraProcedureJdbcCall

    execute, getLoggingString, str

    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, withSchemaName

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait