Uses of Enum
gudusoft.gsqlparser.ECreateTableOption
Packages that use ECreateTableOption
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.
-
Uses of ECreateTableOption in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return ECreateTableOptionModifier and TypeMethodDescriptionstatic ECreateTableOptionReturns the enum constant of this type with the specified name.static ECreateTableOption[]ECreateTableOption.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ECreateTableOption in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes declared as ECreateTableOptionModifier and TypeFieldDescriptionprotected ECreateTableOptionTCreateTableOption.createTableOptionTypeMethods in gudusoft.gsqlparser.nodes that return ECreateTableOptionMethods in gudusoft.gsqlparser.nodes with parameters of type ECreateTableOptionModifier and TypeMethodDescriptionvoidTCreateTableSqlNode.addTableOptionByToken(TSourceToken st, ECreateTableOption createTableOption) voidTCreateTableOption.setCreateTableOptionType(ECreateTableOption createTableOptionType)