| Constructor and Description |
|---|
CreateSqlObjectHandler(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object target,
Object[] args,
HandleSupplier handle)
Executes a SQL Object method, and returns the result.
|
public CreateSqlObjectHandler(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 © 2020. All rights reserved.