Uses of Class
com.alibaba.druid.sql.ast.statement.SQLOpenStatement
Packages that use SQLOpenStatement
-
Uses of SQLOpenStatement in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLOpenStatementModifier and TypeMethodDescriptionSQLStatementParser.parseOpen()Parses the SQL OPEN statement and returns the corresponding SQLOpenStatement object. -
Uses of SQLOpenStatement in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLOpenStatementModifier and TypeMethodDescriptiondefault voidSQLASTVisitor.endVisit(SQLOpenStatement x) booleanSchemaStatVisitor.visit(SQLOpenStatement x) booleanSQLASTOutputVisitor.visit(SQLOpenStatement x) default booleanSQLASTVisitor.visit(SQLOpenStatement x)