| Package | Description |
|---|---|
| de.thomas_oster.lazysql |
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
ArgumentListCache.get(String key,
Lazy.Supplier<List<Argument>,Exception> calc) |
List<AbstractRDBMSAdapter.Procedure> |
ArgumentListCache.getProcedures(String key,
Lazy.Supplier<List<AbstractRDBMSAdapter.Procedure>,Exception> calc) |
List<String> |
ArgumentListCache.getStrings(String key,
Lazy.Supplier<List<String>,Exception> calc) |
static <T,E extends Throwable> |
Lazy.of(Lazy.Supplier<T,E> s) |
| Constructor and Description |
|---|
Lazy(Lazy.Supplier<T,E> load) |
Copyright © 2019. All rights reserved.