public class DynamicSQLVariableIntern extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
public String getStatementMsSQL()
public void setStatementMsSQL(String statementMsSQL)
statementMsSQL - SQLpublic String getStatementOracle()
public String getStatementPostgres()
public void setStatementPostgres(String statementPostgres)
statementPostgres - Statementpublic void setStatementOracle(String statementOracle)
statementOracle - Statementpublic String getStatementDB2()
public void setStatementDB2(String statementDB2)
statementDB2 - Statementpublic String getResultFormat()
public void setResultFormat(String resultFormat)
resultFormat - String which contains the result formatCopyright © 2021. All rights reserved.