|
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 ISQLSignature
This interface is used to implement signatures for SQL Statements
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 |
Method Detail |
---|
String addSignature(String statementText)
statementText
- a line in the formatted SQL statement
boolean isSignatureOnAllLines()
boolean isSignatureOnFirstLineOnly()
boolean isSignatureOnLastLineOnly()
boolean isSignatureOnlyOnExecSQL()
boolean needsSignature()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |