Java org.springframework.jdbc.core CallableStatementCreatorFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.core CallableStatementCreatorFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.core CallableStatementCreatorFactory.

The text is from its open source code.

Constructor

CallableStatementCreatorFactory(String callString, List declaredParameters)
Create a new factory with the given SQL and the given parameters.

Method

CallableStatementCreatornewCallableStatementCreator(@Nullable Map params)
Return a new CallableStatementCreator instance given this parameters.
CallableStatementCreatornewCallableStatementCreator(ParameterMapper inParamMapper)
Return a new CallableStatementCreator instance given this parameter mapper.