Uses of Class
gudusoft.gsqlparser.stmt.oracle.TPlsqlVarrayTypeDefStmt
Packages that use TPlsqlVarrayTypeDefStmt
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TPlsqlVarrayTypeDefStmt in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes with parameters of type TPlsqlVarrayTypeDefStmtModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TPlsqlVarrayTypeDefStmt node) voidTParseTreeVisitor.preVisit(TPlsqlVarrayTypeDefStmt node) -
Uses of TPlsqlVarrayTypeDefStmt in gudusoft.gsqlparser.stmt.oracle
Methods in gudusoft.gsqlparser.stmt.oracle that return TPlsqlVarrayTypeDefStmtModifier and TypeMethodDescriptionTPlsqlCreateType_Placeholder.getVarrayStatement()Valid only when kind =TBaseType.kind_create_varrayRepresents a statement that create the specification of a varray type.Methods in gudusoft.gsqlparser.stmt.oracle with parameters of type TPlsqlVarrayTypeDefStmtModifier and TypeMethodDescriptionvoidTPlsqlCreateType_Placeholder.setVarrayStatement(TPlsqlVarrayTypeDefStmt varrayStatement)