public class Call extends SqlStatement<Call>
| Modifier and Type | Method and Description |
|---|---|
This |
addCustomizer(StatementCustomizer customizer)
Provides a means for custom statement modification.
|
void |
close() |
ConfigRegistry |
getConfig()
Returns the configuration registry associated with this object.
|
StatementContext |
getContext() |
Handle |
getHandle() |
OutParameters |
invoke()
Invoke the callable statement
|
Call |
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
|
bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, bindASCIIStream, bindASCIIStream, bindBean, bindBean, bindBeanList, bindBinaryStream, bindBinaryStream, bindBySqlType, bindBySqlType, bindByType, bindByType, bindByType, bindByType, bindFields, bindFields, bindList, bindList, bindMap, bindMethods, bindMethods, bindNamedArgumentFinder, bindNull, bindNull, cleanupHandleCommit, cleanupHandleRollback, defineList, defineList, getBinding, getSql, setQueryTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, define, getConfig, registerArgument, registerArrayType, registerArrayType, registerArrayType, registerCollector, registerColumnMapper, registerColumnMapper, registerColumnMapper, registerExtension, registerRowMapper, registerRowMapper, registerRowMapper, setMapKeyColumn, setMapValueColumn, setSqlArrayArgumentStrategy, setSqlParser, setTemplateEngine, setTimingCollectorpublic OutParameters invoke()
public Call registerOutParameter(int position, int sqlType)
position - the parameter position (zero-based)sqlType - an SQL type constant as defined by Types or by the JDBC vendor.public Call registerOutParameter(int position, int sqlType, CallableStatementMapper mapper)
position - the parameter position (zero-based)sqlType - an SQL type constant as defined by Types or by the JDBC vendor.mapper - a mapper which converts the CallableStatement to a desired output type.public Call registerOutParameter(String name, int sqlType)
name - the parameter namesqlType - an SQL type constant as defined by Types or by the JDBC vendor.public Call registerOutParameter(String name, int sqlType, CallableStatementMapper mapper)
name - the parameter namesqlType - an SQL type constant as defined by Types or by the JDBC vendor.mapper - a mapper which converts the CallableStatement to a desired output type.public final This addCustomizer(StatementCustomizer customizer)
Query.setMaxRows(int)customizer - instance to be used to customize a statementpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic ConfigRegistry getConfig()
ConfigurablegetConfig in interface Configurable<This>public final StatementContext getContext()
public Handle getHandle()
Copyright © 2017. All rights reserved.