@FunctionalInterface public interface SqlRunnable
java.lang.Runnable that throws
a SQLException if an error occurred while it ran.| Modifier and Type | Method and Description |
|---|---|
void |
run() |
static <T> SqlRunnable |
wrap(Runnable inner) |
void run() throws SQLException
SQLExceptionstatic <T> SqlRunnable wrap(Runnable inner)
Copyright © 2019 Speedment, Inc.. All rights reserved.