Uses of Interface
com.databricks.jdbc.common.util.SqlCommentParser.SqlCharConsumer
-
Packages that use SqlCommentParser.SqlCharConsumer Package Description com.databricks.jdbc.common.util -
-
Uses of SqlCommentParser.SqlCharConsumer in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type SqlCommentParser.SqlCharConsumer Modifier and Type Method Description static voidSqlCommentParser. forEachNonCommentChar(String sql, SqlCommentParser.SqlCharConsumer consumer)Iterates over each character in the SQL string while keeping track of comment, string literal, and identifier state.
-