Package org.zalando.sprocwrapper.proxy
Class MapStoredProcedureParameter
java.lang.Object
org.zalando.sprocwrapper.proxy.MapStoredProcedureParameter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapStoredProcedureParameter(Class<?> clazz, Method m, String typeName, int sqlType, int javaPosition, boolean sensitive) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.zalando.sprocwrapper.proxy.StoredProcedureParametercreateParameter(Class<?> clazz, Type genericType, Method m, String typeName, int sqlType, int javaPosition, boolean sensitive) intintgetType()booleanmapParam(Object value, Connection connection)
-
Field Details
-
SQL_MAPPING
-
typeName
-
type
protected final int type -
javaPos
protected final int javaPos -
clazz
-
sensitive
protected final boolean sensitive
-
-
Constructor Details
-
MapStoredProcedureParameter
-
-
Method Details
-
mapParam
-
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
-