Uses of Enum
gudusoft.gsqlparser.EExecuteAsOption
Packages that use EExecuteAsOption
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 EExecuteAsOption in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EExecuteAsOptionModifier and TypeMethodDescriptionstatic EExecuteAsOptionReturns the enum constant of this type with the specified name.static EExecuteAsOption[]EExecuteAsOption.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EExecuteAsOption in gudusoft.gsqlparser.nodes.mssql
Methods in gudusoft.gsqlparser.nodes.mssql that return EExecuteAsOptionMethods in gudusoft.gsqlparser.nodes.mssql with parameters of type EExecuteAsOptionModifier and TypeMethodDescriptionvoidTExecuteAsClause.setExecuteAsOption(EExecuteAsOption executeAsOption) -
Uses of EExecuteAsOption in gudusoft.gsqlparser.stmt.mssql
Methods in gudusoft.gsqlparser.stmt.mssql that return EExecuteAsOptionMethods in gudusoft.gsqlparser.stmt.mssql with parameters of type EExecuteAsOptionModifier and TypeMethodDescriptionvoidTMssqlExecuteAs.setExecuteAsOption(EExecuteAsOption executeAsOption)