@FunctionalInterface
public interface SQLExecutor
Modifier and Type | Field and Description |
---|---|
static SQLConnectionConsumer |
COMMIT |
static SQLConnectionConsumer |
ROLLBACK |
Modifier and Type | Method and Description |
---|---|
void |
execute(SQLConnectionConsumer consumer) |
static final SQLConnectionConsumer COMMIT
static final SQLConnectionConsumer ROLLBACK
void execute(SQLConnectionConsumer consumer) throws java.lang.Exception
java.lang.Exception