|
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 ISQLParser
This interface is used by the parser to correctly indentify elements that make up part of an SQL statement
| Method Summary | |
|---|---|
boolean |
isSQLElement(int iElement)
Indicates whether or not the element is part of an SQL statement |
void |
parseElements(int iElementFirst,
int iElementLast,
int iElementCurrent)
Parses the element range to ensure correctness |
| Method Detail |
|---|
boolean isSQLElement(int iElement)
iElement - the element to check
void parseElements(int iElementFirst,
int iElementLast,
int iElementCurrent)
iElementFirst - the first element to parseiElementLast - the last element to parseiElementCurrent - the current element in the view
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||