public class ParameterSetOperation extends Object
PreparedStatementInvocationHandler| Constructor and Description |
|---|
ParameterSetOperation() |
ParameterSetOperation(Method method,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Method |
getMethod() |
static boolean |
isRegisterOutParameterOperation(ParameterSetOperation operation)
Check the given operation is
CallableStatement.registerOutParameter(int, int) method by method name. |
static boolean |
isSetNullParameterOperation(ParameterSetOperation operation)
Check the given operation is
setNull method by method name. |
void |
setArgs(Object[] args) |
void |
setMethod(Method method) |
public static boolean isRegisterOutParameterOperation(ParameterSetOperation operation)
CallableStatement.registerOutParameter(int, int) method by method name.operation - a parameter set operationregisterOutParameter operationpublic static boolean isSetNullParameterOperation(ParameterSetOperation operation)
setNull method by method name.operation - a parameter set operationsetNull operationpublic Method getMethod()
public void setMethod(Method method)
public Object[] getArgs()
public void setArgs(Object[] args)
Copyright © 2025. All rights reserved.