public interface DatabaseDelegate
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close connection to the database
Overridden to suppress throwing Exception
|
void |
execute(java.util.Collection<java.lang.String> statements,
java.lang.String scriptPath,
boolean continueOnError,
boolean ignoreFailedDrops)
Execute collection of statements
|
void |
execute(java.lang.String statement,
java.lang.String scriptPath,
int lineNumber,
boolean continueOnError,
boolean ignoreFailedDrops)
Execute statement by the implementation of the delegate
|
void execute(java.lang.String statement,
java.lang.String scriptPath,
int lineNumber,
boolean continueOnError,
boolean ignoreFailedDrops)
void execute(java.util.Collection<java.lang.String> statements,
java.lang.String scriptPath,
boolean continueOnError,
boolean ignoreFailedDrops)
void close()
close in interface java.lang.AutoCloseable