Package de.businesscode.bcdui.wrs.load
Class SQLStatementWithParams
java.lang.Object
de.businesscode.bcdui.wrs.load.SQLStatementWithParams
Represents part of an SQL string and the values for bound variables
-
Constructor Summary
ConstructorsConstructorDescriptionSQLStatementWithParams
(String statement) SQLStatementWithParams
(String statement, List<Element> filterItems, BindingSet currBindingSet) -
Method Summary
Modifier and TypeMethodDescriptionappend
(SQLStatementWithParams moreStatement) append
(String currStatement, List<Element> currFilterItems, BindingSet currBindingSet) Provides the statement with values filled in instead of showing '?'toString()
-
Constructor Details
-
SQLStatementWithParams
public SQLStatementWithParams() -
SQLStatementWithParams
-
SQLStatementWithParams
public SQLStatementWithParams(String statement, List<Element> filterItems, BindingSet currBindingSet) throws BindingNotFoundException - Throws:
BindingNotFoundException
-
-
Method Details
-
append
public SQLStatementWithParams append(SQLStatementWithParams moreStatement) throws BindingNotFoundException - Throws:
BindingNotFoundException
-
append
-
append
public SQLStatementWithParams append(String currStatement, List<Element> currFilterItems, BindingSet currBindingSet) throws BindingNotFoundException - Throws:
BindingNotFoundException
-
getStatement
-
getFilterItems
-
getFilterValues
-
getFilterBindingItems
-
getStatementWithParams
Provides the statement with values filled in instead of showing '?' for bound variables- Returns:
-
toString
-