Uses of Class
io.prestosql.sql.parser.SqlParserOptions
-
Packages that use SqlParserOptions Package Description io.prestosql.sql.parser -
-
Uses of SqlParserOptions in io.prestosql.sql.parser
Methods in io.prestosql.sql.parser that return SqlParserOptions Modifier and Type Method Description static SqlParserOptionsSqlParserOptions. copyOf(SqlParserOptions other)SqlParserOptionsSqlParserOptions. useEnhancedErrorHandler(boolean enable)Methods in io.prestosql.sql.parser with parameters of type SqlParserOptions Modifier and Type Method Description static SqlParserOptionsSqlParserOptions. copyOf(SqlParserOptions other)Constructors in io.prestosql.sql.parser with parameters of type SqlParserOptions Constructor Description SqlParser(SqlParserOptions options)SqlParser(SqlParserOptions options, java.util.function.BiConsumer<SqlBaseLexer,SqlBaseParser> initializer)
-