Uses of Class
gudusoft.gsqlparser.TGSqlParser
Packages that use TGSqlParser
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 TGSqlParser in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return TGSqlParserModifier and TypeMethodDescriptionTParserPool.borrowParser(EDbVendor vendor) Borrows a parser from the pool for the specified vendor.TSourceTokenList.getGsqlparser()Methods in gudusoft.gsqlparser with parameters of type TGSqlParserModifier and TypeMethodDescriptionTParserPool.ParserFunction.apply(TGSqlParser parser) booleanISQLStatementHandle.processSQLStatement(TCustomSqlStatement sqlStatement, TGSqlParser sqlParser) voidTParserPool.returnParser(EDbVendor vendor, TGSqlParser parser) Returns a parser to the pool for reuse.voidTSourceTokenList.setGsqlparser(TGSqlParser gsqlparser) -
Uses of TGSqlParser in gudusoft.gsqlparser.dlineage.dataflow.listener
Methods in gudusoft.gsqlparser.dlineage.dataflow.listener with parameters of type TGSqlParserModifier and TypeMethodDescriptionvoidDataFlowHandleAdapter.endAnalyzeDataFlow(TGSqlParser sqlparser) voidDataFlowHandleListener.endAnalyzeDataFlow(TGSqlParser sqlparser) voidDataFlowHandleAdapter.startAnalyzeDataFlow(TGSqlParser sqlparser) voidDataFlowHandleListener.startAnalyzeDataFlow(TGSqlParser sqlparser) -
Uses of TGSqlParser in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TGSqlParserModifier and TypeMethodDescriptionTParseTreeNode.getGsqlparser()The parser that generate this node.Methods in gudusoft.gsqlparser.nodes with parameters of type TGSqlParserModifier and TypeMethodDescriptionvoidTParseTreeNode.setGsqlparser(TGSqlParser gsqlparser) voidTNodeFactory.setGsqlParser(TGSqlParser parser) -
Uses of TGSqlParser in gudusoft.gsqlparser.pp.stmtformatter
Methods in gudusoft.gsqlparser.pp.stmtformatter that return TGSqlParserModifier and TypeMethodDescriptionstatic TGSqlParserSqlFormatter.preHandleRemoveComment(TGSqlParser parser) Methods in gudusoft.gsqlparser.pp.stmtformatter with parameters of type TGSqlParserModifier and TypeMethodDescriptionSqlFormatter.format(TGSqlParser parser, GFmtOpt option) static StringFormatterFactory.pp(TGSqlParser parser, GFmtOpt option) static TGSqlParserSqlFormatter.preHandleRemoveComment(TGSqlParser parser) -
Uses of TGSqlParser in gudusoft.gsqlparser.util
Constructors in gudusoft.gsqlparser.util with parameters of type TGSqlParser