Package io.github.andreyzebin.gitSql.sql
Class SqlUtils
java.lang.Object
io.github.andreyzebin.gitSql.sql.SqlUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intmerge(Connection con, String tableAlias, String... values) static intstatic ResultSetquery(Connection con, String sql, String... values) static intqueryUpdate(Connection con, String sql, String... values) static StringBuilderrenderSchema(String tableName, List<String> aliases) static <T> Stream<T>streamRows(Function<ResultSet, T> conv, ResultSet resultSet)
-
Constructor Details
-
SqlUtils
public SqlUtils()
-
-
Method Details
-
streamRows
-
streamFields
-
merge
-
merge
-
query
-
queryUpdate
-
renderSchema
-