Uses of Class
io.ultreia.java4all.util.sql.SqlScriptReader
-
Packages that use SqlScriptReader Package Description io.ultreia.java4all.util.sql -
-
Uses of SqlScriptReader in io.ultreia.java4all.util.sql
Fields in io.ultreia.java4all.util.sql with type parameters of type SqlScriptReader Modifier and Type Field Description protected Supplier<SqlScriptReader>SqlScript. locationMethods in io.ultreia.java4all.util.sql that return SqlScriptReader Modifier and Type Method Description SqlScriptReaderSqlScriptReader.Builder. build()SqlScriptReaderSqlScript. getLocation()static SqlScriptReaderSqlScriptReader. of(byte[] source)static SqlScriptReaderSqlScriptReader. of(InputStream source)static SqlScriptReaderSqlScriptReader. of(String source)static SqlScriptReaderSqlScriptReader. of(String[] source)static SqlScriptReaderSqlScriptReader. of(URL source)static SqlScriptReaderSqlScriptReader. of(Path source)static SqlScriptReaderSqlScriptReader. of(Collection<String> source)static SqlScriptReaderSqlScriptReader. of(Stream<String> source)Methods in io.ultreia.java4all.util.sql with parameters of type SqlScriptReader Modifier and Type Method Description static SqlScriptConsumer.BuilderSqlScriptConsumer. builder(SqlScriptReader source)static SqlScriptReader.BuilderSqlScriptReader. builder(SqlScriptReader location)voidSqlScriptWriter. writeScript(SqlScriptReader sqlScripReader)Method parameters in io.ultreia.java4all.util.sql with type arguments of type SqlScriptReader Modifier and Type Method Description voidSqlScript. setLocation(Supplier<SqlScriptReader> location)Constructor parameters in io.ultreia.java4all.util.sql with type arguments of type SqlScriptReader Constructor Description SqlScript(Supplier<SqlScriptReader> location)
-