public class SQLExecutorImpl extends Object implements SQLExecutor
| Constructor and Description |
|---|
SQLExecutorImpl(String connectionURL,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSQL(Consumer<Connection> execute) |
void |
executeSQLFile(String resourceName) |
public void executeSQL(Consumer<Connection> execute)
executeSQL in interface SQLExecutorpublic void executeSQLFile(String resourceName)
executeSQLFile in interface SQLExecutorCopyright © 2023. All rights reserved.