Uses of Class
gudusoft.gsqlparser.nodes.teradata.TIndexDefinition
Packages that use TIndexDefinition
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TIndexDefinition in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TIndexDefinitionMethods in gudusoft.gsqlparser.nodes with parameters of type TIndexDefinitionModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TIndexDefinition node) voidTParseTreeVisitor.preVisit(TIndexDefinition node) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TIndexDefinitionModifier and TypeMethodDescriptionvoidTCreateTableSqlNode.setIndexDefinitions(ArrayList<TIndexDefinition> indexDefinitions) -
Uses of TIndexDefinition in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return types with arguments of type TIndexDefinitionModifier and TypeMethodDescriptionTCreateTableSqlStatement.getIndexDefinitions()Teradata index definitionMethod parameters in gudusoft.gsqlparser.stmt with type arguments of type TIndexDefinitionModifier and TypeMethodDescriptionvoidTCreateTableSqlStatement.setIndexDefinitions(ArrayList<TIndexDefinition> indexDefinitions)