public class JDBCPrepareStatementWithStringArrayInterceptor extends Object implements InstanceMethodsAroundInterceptor
JDBCPrepareStatementWithStringArrayInterceptor return SWPreparedStatement instance that wrapper the
real preparedStatement instance when the client call org.postgresql.jdbc.PgConnection#prepareStatement(String,
String[]) method. method.| 构造器和说明 |
|---|
JDBCPrepareStatementWithStringArrayInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
afterMethod(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
Object ret) |
void |
beforeMethod(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
MethodInterceptResult result) |
void |
handleMethodException(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
Throwable t) |
public JDBCPrepareStatementWithStringArrayInterceptor()
public void beforeMethod(EnhancedInstance objInst, Method method, Object[] allArguments, Class<?>[] argumentsTypes, MethodInterceptResult result) throws Throwable
beforeMethod 在接口中 InstanceMethodsAroundInterceptorThrowablepublic Object afterMethod(EnhancedInstance objInst, Method method, Object[] allArguments, Class<?>[] argumentsTypes, Object ret) throws Throwable
afterMethod 在接口中 InstanceMethodsAroundInterceptorThrowablepublic void handleMethodException(EnhancedInstance objInst, Method method, Object[] allArguments, Class<?>[] argumentsTypes, Throwable t)
Copyright © 2018 The Apache Software Foundation. All rights reserved.