Uses of Enum
gudusoft.gsqlparser.EKeyReferenceType
Packages that use EKeyReferenceType
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 EKeyReferenceType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EKeyReferenceTypeModifier and TypeMethodDescriptionstatic EKeyReferenceTypeReturns the enum constant of this type with the specified name.static EKeyReferenceType[]EKeyReferenceType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EKeyReferenceType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return EKeyReferenceTypeModifier and TypeMethodDescriptionTAlterTableOption.getDropRestrictType()drop restrict type such as: cascade, restrictTDropIndexSqlNode.getDropRestrictType()TKeyReference.getReferenceType()Methods in gudusoft.gsqlparser.nodes with parameters of type EKeyReferenceTypeModifier and TypeMethodDescriptionvoidTAlterTableOption.setDropRestrictType(EKeyReferenceType dropRestrictType) voidTKeyReference.setReferenceType(EKeyReferenceType referenceType) -
Uses of EKeyReferenceType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return EKeyReferenceType