- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Method reference for PDO related methods.
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(PdoInvocationHandler invocationHandler, InterceptableMethod method, Object[] args) Invokes a PDO related method.
-
Method Details
-
invoke
Object invoke(PdoInvocationHandler invocationHandler, InterceptableMethod method, Object[] args) throws Throwable Invokes a PDO related method.- Parameters:
invocationHandler
- the invocation handlermethod
- the interceptable methodargs
- the method args- Returns:
- the method's return value
- Throws:
Throwable
- if invocation fails
-