Uses of Enum
gudusoft.gsqlparser.EIndexType
Packages that use EIndexType
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 EIndexType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EIndexTypeModifier and TypeMethodDescriptionstatic EIndexTypeReturns the enum constant of this type with the specified name.static EIndexType[]EIndexType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EIndexType in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as EIndexTypeMethods in gudusoft.gsqlparser.nodes that return EIndexTypeModifier and TypeMethodDescriptionTCreateIndexSqlNode.getIndexType()TDropIndexSqlNode.getIndexType()Methods in gudusoft.gsqlparser.nodes with parameters of type EIndexTypeModifier and TypeMethodDescriptionvoidTCreateIndexSqlNode.setIndexType(EIndexType indexType) voidTDropIndexSqlNode.setIndexType(EIndexType indexType) -
Uses of EIndexType in gudusoft.gsqlparser.nodes.couchbase
Methods in gudusoft.gsqlparser.nodes.couchbase that return EIndexType -
Uses of EIndexType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return EIndexTypeModifier and TypeMethodDescriptionTCreateIndexSqlStatement.getIndexType()TDropIndexSqlStatement.getIndexType()Methods in gudusoft.gsqlparser.stmt with parameters of type EIndexTypeModifier and TypeMethodDescriptionvoidTCreateIndexSqlStatement.setIndexType(EIndexType indexType) voidTDropIndexSqlStatement.setIndexType(EIndexType indexType) -
Uses of EIndexType in gudusoft.gsqlparser.stmt.couchbase
Methods in gudusoft.gsqlparser.stmt.couchbase that return EIndexType