| Constructor and Description |
|---|
SqlScriptsHandler(Class<?> sqlObjectType,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object target,
Object[] args,
HandleSupplier hs)
Executes a SQL Object method, and returns the result.
|
public Object invoke(Object target, Object[] args, HandleSupplier hs) throws Exception
Handlerinvoke in interface Handlertarget - the SQL Object instance being invokedargs - the arguments that were passed to the method.hs - a (possibly lazy) Handle supplier.Exception - any exception thrown by the method.Copyright © 2018. All rights reserved.