Uses of Class
org.ujorm.tools.sql.SqlParamBuilder
Packages that use SqlParamBuilder
-
Uses of SqlParamBuilder in org.ujorm.tools.sql
Methods in org.ujorm.tools.sql that return SqlParamBuilderModifier and TypeMethodDescriptionSqlParamBuilder.bind(boolean enabled, @NotNull String key, BigDecimal... values) SqlParamBuilder.bind(boolean enabled, @NotNull String key, LocalDateTime... values) Bind BytesBind IngegersBind LongsBind ShortsBind StringSqlParamBuilder.bind(@NotNull String key, BigDecimal... values) Bind BigDecimalBind LocalDatesSqlParamBuilder.bind(@NotNull String key, LocalDateTime... values) Bind LocalDateTimesSqlParamBuilder.bindObject(boolean enabled, @NotNull String key, JDBCType jdbcType, Object... values) Assigns SQL parameter values.SqlParamBuilder.bindObject(@NotNull String key, Object... values) Bind ObjectsClose an old statement (if any) and assign the new SQL template