Uses of Enum
gudusoft.gsqlparser.EActionOnParseError
Packages that use EActionOnParseError
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 EActionOnParseError in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EActionOnParseErrorModifier and TypeMethodDescriptionTCustomSqlStatement.parseerrormessagehandle(TSyntaxError se) Log error messages if syntax errors found while parsing this statement.static EActionOnParseErrorReturns the enum constant of this type with the specified name.static EActionOnParseError[]EActionOnParseError.values()Returns an array containing the constants of this enum type, in the order they are declared.