Uses of Enum
gudusoft.gsqlparser.EExecuteOptionKind
Packages that use EExecuteOptionKind
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 EExecuteOptionKind in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EExecuteOptionKindModifier and TypeMethodDescriptionstatic EExecuteOptionKindReturns the enum constant of this type with the specified name.static EExecuteOptionKind[]EExecuteOptionKind.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EExecuteOptionKind in gudusoft.gsqlparser.nodes.mssql
Methods in gudusoft.gsqlparser.nodes.mssql that return EExecuteOptionKindMethods in gudusoft.gsqlparser.nodes.mssql with parameters of type EExecuteOptionKindModifier and TypeMethodDescriptionvoidTExecuteOption.setExecuteOptionKind(EExecuteOptionKind executeOptionKind) Constructors in gudusoft.gsqlparser.nodes.mssql with parameters of type EExecuteOptionKind