Uses of Class
gudusoft.gsqlparser.nodes.TCTE
Packages that use TCTE
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 TCTE in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return TCTEMethods in gudusoft.gsqlparser with parameters of type TCTEModifier and TypeMethodDescriptionvoidTCustomSqlStatement.setCteIncludeThisStmt(TCTE cteIncludeThisStmt) -
Uses of TCTE in gudusoft.gsqlparser.dlineage.dataflow.model
Methods in gudusoft.gsqlparser.dlineage.dataflow.model that return types with arguments of type TCTE -
Uses of TCTE in gudusoft.gsqlparser.nodes
Fields in gudusoft.gsqlparser.nodes with type parameters of type TCTEMethods in gudusoft.gsqlparser.nodes that return TCTEModifier and TypeMethodDescriptionTCTEList.getCTE(int position) TTable.getCTE()TCTEList.searchCTEByName(String cteName, int beforeThisPos) Methods in gudusoft.gsqlparser.nodes with parameters of type TCTE -
Uses of TCTE in gudusoft.gsqlparser.resolver
Methods in gudusoft.gsqlparser.resolver with parameters of type TCTE -
Uses of TCTE in gudusoft.gsqlparser.resolver2
Methods in gudusoft.gsqlparser.resolver2 with parameters of type TCTE -
Uses of TCTE in gudusoft.gsqlparser.resolver2.namespace
Methods in gudusoft.gsqlparser.resolver2.namespace that return TCTEConstructors in gudusoft.gsqlparser.resolver2.namespace with parameters of type TCTEModifierConstructorDescriptionCTENamespace(TCTE cte, String cteName, TSelectSqlStatement selectStatement) CTENamespace(TCTE cte, String cteName, TSelectSqlStatement selectStatement, INameMatcher nameMatcher) -
Uses of TCTE in gudusoft.gsqlparser.resolver2.result
Methods in gudusoft.gsqlparser.resolver2.result that return types with arguments of type TCTEModifier and TypeMethodDescriptionIResolutionResult.getCTEs(TCustomSqlStatement stmt) 获取指定语句中的 CTE 定义ResolutionResultImpl.getCTEs(TCustomSqlStatement stmt) -
Uses of TCTE in gudusoft.gsqlparser.scriptWriter
Methods in gudusoft.gsqlparser.scriptWriter with parameters of type TCTE
TParseTreeNodeList.size()andTCTEList.getCTE(int)to access the cte in the list