public interface ConnectionSourceCallback<R>
Modifier and Type | Method and Description |
---|---|
R |
handle(String databaseName,
com.j256.ormlite.support.ConnectionSource connectionSource) |
R handle(@Nonnull String databaseName, @Nonnull com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException