Class SingleRowSimpleTypeExecutor
java.lang.Object
org.zalando.sprocwrapper.proxy.executors.SingleRowSimpleTypeExecutor
- All Implemented Interfaces:
Executor
- Author:
- jmussler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteSProc(DataSource ds, String sql, Object[] args, int[] types, InvocationContext invocationContext, Class<?> returnType) static Class<?> mapReturnType(Class<?> returnType)
-
Field Details
-
SIMPLE_TYPES
-
-
Constructor Details
-
SingleRowSimpleTypeExecutor
public SingleRowSimpleTypeExecutor()
-
-
Method Details
-
mapReturnType
-
executeSProc
public Object executeSProc(DataSource ds, String sql, Object[] args, int[] types, InvocationContext invocationContext, Class<?> returnType) - Specified by:
executeSProcin interfaceExecutor
-