public static class CreateSqlObject.Impl extends Object implements Handler
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object target,
Object[] args,
HandleSupplier handle)
Executes a SQL Object method, and returns the result.
|
public Impl(Method method)
public Object invoke(Object target, Object[] args, HandleSupplier handle) throws Exception
Handlerinvoke in interface Handlertarget - 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 © 2017. All rights reserved.