public class Call extends SqlStatement<Call>
| Modifier and Type | Method and Description |
|---|---|
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, bindByType, bindByType, bindFields, bindFields, bindList, bindList, bindMap, bindMethods, bindMethods, bindMethodsList, bindNamedArgumentFinder, bindNull, bindNull, bindNVarchar, bindNVarchar, bindPojo, bindPojo, cleanupHandleCommit, cleanupHandleRollback, defineList, defineList, defineNamedBindings, getBinding, getSql, setQueryTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCustomizer, configure, define, getConfig, registerArgument, registerArrayType, registerArrayType, registerArrayType, registerArrayType, registerCollector, registerColumnMapper, registerColumnMapper, registerColumnMapper, registerColumnMapper, registerColumnMapper, registerExtension, registerRowMapper, registerRowMapper, registerRowMapper, registerRowMapper, setMapKeyColumn, setMapValueColumn, setSqlArrayArgumentStrategy, setSqlLogger, setSqlParser, setTemplateEnginepublic 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 void close()
close in interface Closeableclose in interface AutoCloseablepublic ConfigRegistry getConfig()
ConfigurablegetConfig in interface Configurable<This>public final StatementContext getContext()
public Handle getHandle()
Copyright © 2019. All rights reserved.