|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.verifiers.comm.bridge.SQLStatementInformation
public class SQLStatementInformation
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
SQLStatementInformation(ISeriesSQLStatementHeader stmtInfoHdr)
|
Method Summary | |
---|---|
String |
getMessageFile()
The File which contains the message |
String |
getMessageID(int statementNum)
The message ID of the message to be issued for the statement |
String |
getMessageLibrary()
The library which contains the message |
int |
getNumberStatements()
Number of statements processed |
int |
getReplacementLen(int statementNum)
Return the replacement text length of the message for the statement |
String |
getReplacementText(int statementNum)
Return the replacement text of the message for the statement |
protected int |
getStmtLength()
Calculate the length of the statement Information Structure |
protected void |
write(JavaToCOutputStream out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public SQLStatementInformation(ISeriesSQLStatementHeader stmtInfoHdr)
Method Detail |
---|
protected void write(JavaToCOutputStream out) throws IOException
IOException
protected int getStmtLength()
public String getMessageLibrary()
public String getMessageFile()
public String getMessageID(int statementNum)
statementNum
-
public String getReplacementText(int statementNum)
statementNum
-
public int getReplacementLen(int statementNum)
statemenNum
-
public int getNumberStatements()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |