public interface FunctionContext extends Closeable
| Modifier and Type | Method and Description |
|---|---|
Connection |
acquireConnection() |
DatabaseInterface |
databaseInterface() |
Map<String,Object> |
get(String name) |
String |
getMethod() |
void |
handleEmpty() |
void |
handleNotFound() |
void |
handleOk(Object object) |
void |
rollback() |
DatabaseInterface databaseInterface()
String getMethod()
Connection acquireConnection() throws SQLException
SQLExceptionvoid rollback()
void handleNotFound()
void handleEmpty()
void handleOk(Object object)
Copyright © 2022 Cesar Martinez. All rights reserved.