public class PostgresCallableStatementSupport extends Object implements CallableStatementSupport
Modifier and Type | Field and Description |
---|---|
static PostgresCallableStatementSupport |
INSTANCE
Singleton access
|
Constructor and Description |
---|
PostgresCallableStatementSupport() |
Modifier and Type | Method and Description |
---|---|
void |
registerParameters(String procedureName,
CallableStatement statement,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SessionImplementor session) |
String |
renderCallableStatement(String procedureName,
ParameterStrategy parameterStrategy,
List<ParameterRegistrationImplementor<?>> parameterRegistrations,
SessionImplementor session) |
public static final PostgresCallableStatementSupport INSTANCE
public String renderCallableStatement(String procedureName, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SessionImplementor session)
renderCallableStatement
in interface CallableStatementSupport
public void registerParameters(String procedureName, CallableStatement statement, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SessionImplementor session)
registerParameters
in interface CallableStatementSupport
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.