Package com.databricks.jdbc.common.util
Interface SqlCommentParser.IndexedSqlCharConsumer
-
- Enclosing class:
- SqlCommentParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface SqlCommentParser.IndexedSqlCharConsumer
Index-aware variant ofSqlCommentParser.SqlCharConsumer. The third argument is the source-string index of the emitted character. For synthetic characters (the space emitted after a comment), the index is the position of the character that ended the comment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(SqlCommentParser.State state, char c, int sourceIndex)
-
-
-
Method Detail
-
accept
void accept(SqlCommentParser.State state, char c, int sourceIndex)
-
-