Package com.mrivanplays.sqlhelper.statement.executement
-
Interface Summary Interface Description ThrowableHolder Represents a holder for throwable utilities.ThrowableHolder.ThrowableCallable<T> Represents a throwable callable, aFunctionalInterface
which's functional method isThrowableHolder.ThrowableCallable.call()
, which can throw anSQLException
ThrowableHolder.ThrowableRunnable Represents a throwable runnable, aFunctionalInterface
which's functional method isThrowableHolder.ThrowableRunnable.run()
, which can throw anSQLException
-
Class Summary Class Description StatementCompletionStage<T> Represents a statement completion stage.