Uses of Class
org.jdbi.v3.core.statement.Call
Packages that use Call
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
statement package provides most of the Fluent API
to drive statement execution.-
Uses of Call in org.jdbi.v3.core
Methods in org.jdbi.v3.core that return CallModifier and TypeMethodDescriptionHandle.createCall(CharSequence sql) Create a call to a stored procedure.Handle.createCall(String sql) Create a call to a stored procedure. -
Uses of Call in org.jdbi.v3.core.statement
Methods in org.jdbi.v3.core.statement that return CallModifier and TypeMethodDescriptionCall.registerOutParameter(int position, int sqlType) Register a positional output parameter.Call.registerOutParameter(int position, int sqlType, CallableStatementMapper mapper) Register a positional output parameter.Call.registerOutParameter(String name, int sqlType) Register a named output parameter.Call.registerOutParameter(String name, int sqlType, CallableStatementMapper mapper) Register a named output parameter. -
Uses of Call in org.jdbi.v3.sqlobject.statement.internal
Fields in org.jdbi.v3.sqlobject.statement.internal with type parameters of type CallModifier and TypeFieldDescriptionprivate final BiFunction<OutParameters,Call, ?> SqlCallHandler.resultTransformerMethods in org.jdbi.v3.sqlobject.statement.internal that return CallModifier and TypeMethodDescription(package private) CallSqlCallHandler.createStatement(Handle handle, String locatedSql) Methods in org.jdbi.v3.sqlobject.statement.internal that return types with arguments of type CallModifier and TypeMethodDescriptionprivate BiFunction<OutParameters,Call, ?> SqlCallHandler.createResultTransformer(Class<?> sqlObjectType, Method method) Methods in org.jdbi.v3.sqlobject.statement.internal with parameters of type CallModifier and TypeMethodDescription(package private) voidSqlCallHandler.configureReturner(Call call, SqlObjectStatementConfiguration cfg)