Uses of Class
com.alibaba.druid.sql.ast.statement.SQLCommentStatement

Packages that use SQLCommentStatement
com.alibaba.druid.sql.parser   
com.alibaba.druid.sql.visitor   
 

Uses of SQLCommentStatement in com.alibaba.druid.sql.parser
 

Methods in com.alibaba.druid.sql.parser that return SQLCommentStatement
 SQLCommentStatement SQLStatementParser.parseComment()
           
 

Uses of SQLCommentStatement in com.alibaba.druid.sql.visitor
 

Methods in com.alibaba.druid.sql.visitor with parameters of type SQLCommentStatement
 void SQLASTVisitorAdapter.endVisit(SQLCommentStatement x)
           
 void SQLASTVisitor.endVisit(SQLCommentStatement x)
           
 void SQLASTOutputVisitor.endVisit(SQLCommentStatement x)
           
 void SchemaStatVisitor.endVisit(SQLCommentStatement x)
           
 boolean SQLASTVisitorAdapter.visit(SQLCommentStatement x)
           
 boolean SQLASTVisitor.visit(SQLCommentStatement x)
           
 boolean SQLASTOutputVisitor.visit(SQLCommentStatement x)
           
 boolean SchemaStatVisitor.visit(SQLCommentStatement x)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.