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

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

    Modifier and Type
    Method
    Description
    protected Map<String,Object>
    call(Map<String,?> params)
    call template
    execute(Map<String,?> args)
     
    protected String
    로깅 문자열 조회
    protected String
    str(Object obj)
     

    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
  • Constructor Details

    • UstraProcedureJdbcCall

      public UstraProcedureJdbcCall(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
  • Method Details

    • execute

      public Map<String,Object> execute(Map<String,?> args)
      Specified by:
      execute in interface org.springframework.jdbc.core.simple.SimpleJdbcCallOperations
      Overrides:
      execute in class org.springframework.jdbc.core.simple.SimpleJdbcCall
    • call

      protected Map<String,Object> call(Map<String,?> params)
      call template
      Parameters:
      params -
      Returns:
    • getLoggingString

      protected String getLoggingString(Map<String,?> params)
      로깅 문자열 조회
      Parameters:
      params -
      Returns:
    • str

      protected String str(Object obj)