Uses of Class
gudusoft.gsqlparser.nodes.TAttributeOption
Packages that use TAttributeOption
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TAttributeOption in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TAttributeOptionModifier and TypeMethodDescriptionTAlterTableOption.getAttributeOptions()Greenplum,PostgreSQL,Snowflake, set/reset options when option type isEAlterTableOptionType.AlterColumnand subtype isEAlterColumnSubType.SetOptionsorEAlterColumnSubType.ResetOptionsTCreateTableOption.getAttributeOptions()Methods in gudusoft.gsqlparser.nodes with parameters of type TAttributeOptionModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TAttributeOption node) voidTParseTreeVisitor.preVisit(TAttributeOption node) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TAttributeOptionModifier and TypeMethodDescriptionvoidTAlterTableOption.setAttributeOptions(ArrayList<TAttributeOption> attributeOptions)