public class SQLBuilderJDBCUtil
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
SQLBuilderJDBCUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
bindStatementParameters(java.sql.PreparedStatement statement,
Binds all parameters form ues query SQL builder to the JDBC
PreparedStatement.
|
statement
- builder
- java.sql.SQLException
- in case of binding problem