|
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 ISQLItem
a basic iterface for SQL items used by the parser
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
void |
appendComment(StringBuffer comment)
Appends a comment to the existing comment for this item |
void |
appendCommentChar(char c)
Appends a character to the comment buffer for this item |
void |
decreaseBracketLevel()
Used to keep track of nexted brackets |
int |
getBracketLevel()
Used to retrieves the bracket leve |
StringBuffer |
getCommentBuffer()
Retrieves the comment buffer for this item |
String |
getName()
Retrieves the name of the item |
StringBuffer |
getStartingBuffer()
Retrieves the starting buffer for this item. |
int |
getStartingBufferPosition()
Retrieves the position in the starting buffer that the statement is at |
void |
increaseBracketLevel()
Used to keep track of nested brackets |
boolean |
isSplitOnCommasAllowed()
Indicates whether or not the item allows split on commas |
void |
setStartingBuffer(StringBuffer start)
Sets the starting buffer for this item. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
void appendCommentChar(char c)
c
- the character to appendvoid appendComment(StringBuffer comment)
comment
- the comment to appendvoid decreaseBracketLevel()
int getBracketLevel()
StringBuffer getCommentBuffer()
String getName()
StringBuffer getStartingBuffer()
int getStartingBufferPosition()
void increaseBracketLevel()
boolean isSplitOnCommasAllowed()
void setStartingBuffer(StringBuffer start)
start
- the starting buffer
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |