Uses of Class
com.databricks.jdbc.common.util.SqlCommentParser.State
-
Packages that use SqlCommentParser.State Package Description com.databricks.jdbc.common.util -
-
Uses of SqlCommentParser.State in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that return SqlCommentParser.State Modifier and Type Method Description static SqlCommentParser.StateSqlCommentParser.State. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlCommentParser.State[]SqlCommentParser.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.common.util with parameters of type SqlCommentParser.State Modifier and Type Method Description voidSqlCommentParser.IndexedSqlCharConsumer. accept(SqlCommentParser.State state, char c, int sourceIndex)voidSqlCommentParser.SqlCharConsumer. accept(SqlCommentParser.State state, char c)
-