Class SqlScriptsHandler
java.lang.Object
org.jdbi.v3.sqlobject.statement.internal.SqlScriptsHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(Object target, Object[] args, HandleSupplier hs) Executes a SQL Object method, and returns the result.
-
Constructor Details
-
SqlScriptsHandler
-
-
Method Details
-
invoke
Description copied from interface:Handler
Executes a SQL Object method, and returns the result.
-