Uses of Interface
com.databricks.jdbc.common.util.SqlCommentParser.IndexedSqlCharConsumer
-
Packages that use SqlCommentParser.IndexedSqlCharConsumer Package Description com.databricks.jdbc.common.util -
-
Uses of SqlCommentParser.IndexedSqlCharConsumer in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type SqlCommentParser.IndexedSqlCharConsumer Modifier and Type Method Description static voidSqlCommentParser. forEachNonCommentChar(String sql, SqlCommentParser.IndexedSqlCharConsumer consumer)Same asSqlCommentParser.forEachNonCommentChar(String, SqlCharConsumer)but the consumer also receives the source-string index of each emitted character.
-