Uses of Class
gudusoft.gsqlparser.TSyntaxError
Packages that use TSyntaxError
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.-
Uses of TSyntaxError in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return types with arguments of type TSyntaxErrorModifier and TypeMethodDescriptionTCustomSqlStatement.getSyntaxErrors()TGSqlParser.getSyntaxErrors()The array of syntax error generated by the parser during checking the syntax of the input SQL, element of this list is type ofTSyntaxErrorTCustomSqlStatement.getSyntaxHints()Methods in gudusoft.gsqlparser with parameters of type TSyntaxErrorModifier and TypeMethodDescriptionTCustomSqlStatement.parseerrormessagehandle(TSyntaxError se) Log error messages if syntax errors found while parsing this statement.Constructors in gudusoft.gsqlparser with parameters of type TSyntaxError -
Uses of TSyntaxError in gudusoft.gsqlparser.parser
Fields in gudusoft.gsqlparser.parser with type parameters of type TSyntaxErrorMethods in gudusoft.gsqlparser.parser that return types with arguments of type TSyntaxErrorModifier and TypeMethodDescriptionAbstractSqlParser.getSyntaxErrors()Get the syntax errors collected during parsing.SqlParseResult.getSyntaxErrors()Get detailed syntax errors.Methods in gudusoft.gsqlparser.parser with parameters of type TSyntaxErrorModifier and TypeMethodDescriptionSqlParseResult.Builder.addSyntaxError(TSyntaxError syntaxError) Add a single syntax error.Method parameters in gudusoft.gsqlparser.parser with type arguments of type TSyntaxErrorModifier and TypeMethodDescriptionSqlParseResult.Builder.syntaxErrors(ArrayList<TSyntaxError> syntaxErrors) Set syntax errors list.