Package com.databricks.jdbc.common.util
Interface SqlCommentParser.SqlCharConsumer
-
- 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.SqlCharConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(SqlCommentParser.State state, char c)
-
-
-
Method Detail
-
accept
void accept(SqlCommentParser.State state, char c)
-
-