|
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.Objectcom.ibm.etools.iseries.edit.sql.SQLRPGLESignature
public class SQLRPGLESignature
This class handles signatures for embedded SQL statements in SQL ILE RPG source
| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
SQLRPGLESignature()
The constructor for this class |
|
| Method Summary | |
|---|---|
String |
addSignature(String statementText)
Called by the SQL formatter to add the signature to the formatted SQL statement |
boolean |
isSignatureOnAllLines()
Indicates whether or not the signature should be applied to every line of the SQL statement |
boolean |
isSignatureOnFirstLineOnly()
Indicates whether the signature should be applied to only the first line of the SQL statement |
boolean |
isSignatureOnLastLineOnly()
Indicates whether or not the signature should be applied to the last line of the SQL Statement |
boolean |
isSignatureOnlyOnExecSQL()
Indicates whether or not the signature is only allowed on the EXEC SQL line |
boolean |
needsSignature()
Indicates whether or not a signature is needed |
| 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 SQLRPGLESignature()
| Method Detail |
|---|
public String addSignature(String statementText)
ISQLSignature
addSignature in interface ISQLSignaturestatementText - a line in the formatted SQL statement
public boolean isSignatureOnAllLines()
ISQLSignature
isSignatureOnAllLines in interface ISQLSignaturepublic boolean isSignatureOnFirstLineOnly()
ISQLSignature
isSignatureOnFirstLineOnly in interface ISQLSignaturepublic boolean isSignatureOnLastLineOnly()
ISQLSignature
isSignatureOnLastLineOnly in interface ISQLSignaturepublic boolean isSignatureOnlyOnExecSQL()
ISQLSignature
isSignatureOnlyOnExecSQL in interface ISQLSignaturepublic boolean needsSignature()
ISQLSignature
needsSignature in interface ISQLSignature
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||