public static interface IlvJDBCQueryUtil.QueryCharacterHandler
Modifier and Type | Method and Description |
---|---|
void |
handleComment(CharSequence s,
int startIndex,
int endIndex)
This method is invoked when a comment is encountered.
|
void |
handleNonCommentChar(CharSequence s,
int index,
char c)
This method is invoked when a character outside a comment is encountered.
|
void handleNonCommentChar(CharSequence s, int index, char c)
s
- The string being iterated over.index
- The index in s
of the char
element.c
- same as s.charAt(index)
void handleComment(CharSequence s, int startIndex, int endIndex)
s
- The string being iterated over.startIndex
- Start index (inclusive) of the comment.endIndex
- End index (exclusive) of the comment.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.