public interface Handler
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object target,
Object[] args,
HandleSupplier handle)
Executes a SQL Object method, and returns the result.
|
Object invoke(Object target, Object[] args, HandleSupplier handle) throws Exception
target - the SQL Object instance being invokedargs - the arguments that were passed to the method.handle - a (possibly lazy) Handle supplier.Exception - any exception thrown by the method.Copyright © 2019. All rights reserved.