Package tools.sql

Class SqlParamBuilder

java.lang.Object
tools.sql.SqlParamBuilder
All Implemented Interfaces:
AutoCloseable

public class SqlParamBuilder extends Object implements AutoCloseable
Less than 320 lines long class to simplify work with JDBC. Original source: GitHub Licence: Apache License, Version 2.0
Since:
2.26
Author:
Pavel Ponec, https://github.com/pponec
  • Field Details

    • sqlTemplate

      @Nullable protected @Nullable String sqlTemplate
  • Constructor Details

    • SqlParamBuilder

      public SqlParamBuilder(@NotNull @NotNull Connection dbConnection)
  • Method Details