Package org.zalando.sprocwrapper.proxy
Class MapStoredProcedureParameter
- java.lang.Object
-
- org.zalando.sprocwrapper.proxy.MapStoredProcedureParameter
-
public class MapStoredProcedureParameter extends Object
-
-
Constructor Summary
Constructors Constructor Description MapStoredProcedureParameter(Class<?> clazz, Method m, String typeName, int sqlType, int javaPosition, boolean sensitive)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.zalando.sprocwrapper.proxy.StoredProcedureParametercreateParameter(Class<?> clazz, Type genericType, Method m, String typeName, int sqlType, int javaPosition, boolean sensitive)intgetJavaPos()intgetType()StringgetTypeName()booleanisSensitive()ObjectmapParam(Object value, Connection connection)
-
-
-
Method Detail
-
mapParam
public Object mapParam(Object value, Connection connection)
-
createParameter
public static org.zalando.sprocwrapper.proxy.StoredProcedureParameter createParameter(Class<?> clazz, Type genericType, Method m, String typeName, int sqlType, int javaPosition, boolean sensitive) throws InstantiationException, IllegalAccessException, NoSuchMethodException, InvocationTargetException, SecurityException, IllegalArgumentException
-
getJavaPos
public int getJavaPos()
-
isSensitive
public boolean isSensitive()
-
getType
public int getType()
-
getTypeName
public String getTypeName()
-
-