Uses of Enum
gudusoft.gsqlparser.ESetStatementType
Packages that use ESetStatementType
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.Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of ESetStatementType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ESetStatementTypeModifier and TypeMethodDescriptionstatic ESetStatementTypeReturns the enum constant of this type with the specified name.static ESetStatementType[]ESetStatementType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ESetStatementType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return ESetStatementType -
Uses of ESetStatementType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return ESetStatementType -
Uses of ESetStatementType in gudusoft.gsqlparser.stmt.mysql
Methods in gudusoft.gsqlparser.stmt.mysql that return ESetStatementTypeMethods in gudusoft.gsqlparser.stmt.mysql with parameters of type ESetStatementTypeModifier and TypeMethodDescriptionvoidTMySQLSet.setSetStatementType(ESetStatementType setStatementType) Deprecated.