Package de.thomas_oster.lazysql
Class ArgumentListCache
java.lang.Object
de.thomas_oster.lazysql.ArgumentListCache
- Author:
- Thomas Oster (mail@thomas-oster.de)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStrings(String key, Lazy.Supplier<List<String>, Exception> calc) final voidvoid
-
Constructor Details
-
ArgumentListCache
-
-
Method Details
-
readFromDisk
public final void readFromDisk() -
getProcedures
public List<AbstractRDBMSAdapter.Procedure> getProcedures(String key, Lazy.Supplier<List<AbstractRDBMSAdapter.Procedure>, Exception> calc) throws SQLException, AbstractRDBMSAdapter.NotSupportedException -
getStrings
public List<String> getStrings(String key, Lazy.Supplier<List<String>, Exception> calc) throws SQLException, AbstractRDBMSAdapter.NotSupportedException -
get
public List<Argument> get(String key, Lazy.Supplier<List<Argument>, Exception> calc) throws SQLException, AbstractRDBMSAdapter.NotSupportedException -
saveToDisk
public void saveToDisk()
-