Uses of Enum
gudusoft.gsqlparser.EAlterIndexOption
Packages that use EAlterIndexOption
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 EAlterIndexOption in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EAlterIndexOptionModifier and TypeMethodDescriptionstatic EAlterIndexOptionReturns the enum constant of this type with the specified name.static EAlterIndexOption[]EAlterIndexOption.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAlterIndexOption in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return EAlterIndexOptionMethods in gudusoft.gsqlparser.nodes with parameters of type EAlterIndexOptionModifier and TypeMethodDescriptionvoidTAlterIndexSqlNode.setAlterIndexOption(EAlterIndexOption alterIndexOption) -
Uses of EAlterIndexOption in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return EAlterIndexOptionModifier and TypeMethodDescriptionTAlterIndexStmt.getAlterIndexOption()Various option about how this index is altered such as rebuild, disable and etc.Methods in gudusoft.gsqlparser.stmt with parameters of type EAlterIndexOptionModifier and TypeMethodDescriptionvoidTAlterIndexStmt.setAlterIndexOption(EAlterIndexOption alterIndexOption)