|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IISeriesSQLStatementHeader
This interface encapsulates the information returned by QSQCHKS API to check the SQL Statement on the iSeries.
ISeriesSyntaxCheckSQLStatements
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
String |
getMessageFileLibraryName()
Message File Library Name |
String |
getMessageFileName()
Message File Name |
int |
getNumberStatements()
Number of Statements Processed |
List |
getStatementInfoList()
Statement Information returned |
void |
setMessageFileLibraryName(String name)
|
void |
setMessageFileName(String name)
|
void |
setNumberStatements(int number)
|
void |
setStatementInfoList(List stmtInfoList)
|
Field Detail |
---|
static final String copyright
Method Detail |
---|
void setMessageFileName(String name)
Message
- File Namevoid setMessageFileLibraryName(String name)
Message
- File Library Namevoid setNumberStatements(int number)
Number
- of Statements Processedvoid setStatementInfoList(List stmtInfoList)
List
- containing the Statement Information returnedString getMessageFileName()
String getMessageFileLibraryName()
int getNumberStatements()
List getStatementInfoList()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |