com.shift.framework.persistance
Class ProcedureParam

java.lang.Object
  extended by com.shift.framework.persistance.ProcedureParam

public class ProcedureParam
extends java.lang.Object

»ç¿ëÀÚ°¡ ÁöÁ¤ÇÑ Äõ¸®¸¦ ÅëÇØ ¼³Á¤µÈ ÆÄ¶ó¹ÌÅÍ Á¤º¸¸¦ Ç¥ÇöÇÑ´Ù.

Since:
2006.04.04
Version:
1.0
Author:
Shift Information & Communication

Constructor Summary
ProcedureParam(java.util.List list)
           
 
Method Summary
 void result(java.sql.CallableStatement cstmt, java.util.Map map)
           
 void setCallParam(java.sql.CallableStatement cstmt, java.util.Map map)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcedureParam

public ProcedureParam(java.util.List list)
Method Detail

setCallParam

public void setCallParam(java.sql.CallableStatement cstmt,
                         java.util.Map map)
                  throws java.sql.SQLException,
                         java.lang.IllegalArgumentException,
                         java.lang.IllegalAccessException,
                         java.lang.reflect.InvocationTargetException,
                         java.lang.ClassNotFoundException,
                         java.lang.NoSuchFieldException
Parameters:
cstmt -
map -
Throws:
java.sql.SQLException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.ClassNotFoundException
java.lang.NoSuchFieldException

result

public void result(java.sql.CallableStatement cstmt,
                   java.util.Map map)
            throws java.sql.SQLException,
                   java.lang.IllegalArgumentException,
                   java.lang.IllegalAccessException,
                   java.lang.reflect.InvocationTargetException,
                   java.lang.ClassNotFoundException,
                   java.lang.NoSuchFieldException
Throws:
java.sql.SQLException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.ClassNotFoundException
java.lang.NoSuchFieldException