| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String bindParameter)
Adds a new bind parameter to the
SecureSQLVariableIntern. |
void |
clear()
Removes all bind Parameters.
|
String |
getResultFormat()
Returns the result format.
|
String |
getStatementDB2()
Returns the SQL statement for DB2.
|
String |
getStatementMsSQL()
Returns the SQL statement for MS SQL.
|
String |
getStatementOracle()
Returns the SQL statement for Oracle.
|
String |
getStatementPostgres()
Returns the SQL statement for Postgres.
|
Iterator<String> |
iterator()
Returns an
java.util.Iterator of bind parameters. |
void |
remove(int index)
Removes a bind parameter.
|
void |
setResultFormat(String resultFormat)
Sets the result format.
|
void |
setStatementDB2(String statementDB2)
Sets the SQL statement for DB2.
|
void |
setStatementMsSQL(String statementMsSQL)
Sets the SQL statement for MS SQL.
|
void |
setStatementOracle(String statementOracle)
Sets the SQL statement for Oracle.
|
void |
setStatementPostgres(String statementPostgres)
Sets the SQL statement for Postgres.
|
int |
size()
Returns the number of bind parameters.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic String getStatementMsSQL()
public void setStatementMsSQL(String statementMsSQL)
statementMsSQL - SQLpublic String getStatementOracle()
public void setStatementOracle(String statementOracle)
statementOracle - Statementpublic String getStatementDB2()
public String getStatementPostgres()
public void setStatementPostgres(String statementPostgres)
statementPostgres - Statementpublic void setStatementDB2(String statementDB2)
statementDB2 - Statementpublic String getResultFormat()
public void setResultFormat(String resultFormat)
resultFormat - String which contains the result formatpublic int size()
public void remove(int index)
throws IndexOutOfBoundsException
index - Index of bind parameterIndexOutOfBoundsException - if index is out of boundspublic void clear()
public boolean add(String bindParameter)
SecureSQLVariableIntern.
The returns value indicates if the bind parameter was added successfully.bindParameter - new bind Parametertrue if the bind parameter was added successfully false otherwiseCopyright © 2019. All rights reserved.