类 com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement
的使用

使用 SQLCreateTableStatement 的软件包
com.alibaba.druid.sql.dialect.mysql.ast.statement   
com.alibaba.druid.sql.dialect.mysql.parser   
com.alibaba.druid.sql.dialect.odps.ast   
com.alibaba.druid.sql.dialect.odps.parser   
com.alibaba.druid.sql.dialect.oracle.ast.stmt   
com.alibaba.druid.sql.parser   
com.alibaba.druid.sql.visitor   
com.alibaba.druid.wall.spi   
 

com.alibaba.druid.sql.dialect.mysql.ast.statementSQLCreateTableStatement 的使用
 

com.alibaba.druid.sql.dialect.mysql.ast.statementSQLCreateTableStatement 的子类
 class MySqlCreateTableStatement
           
 

com.alibaba.druid.sql.dialect.mysql.parserSQLCreateTableStatement 的使用
 

返回 SQLCreateTableStatementcom.alibaba.druid.sql.dialect.mysql.parser 中的方法
 SQLCreateTableStatement MySqlCreateTableParser.parseCrateTable()
           
 SQLCreateTableStatement MySqlStatementParser.parseCreateTable()
           
 

com.alibaba.druid.sql.dialect.odps.astSQLCreateTableStatement 的使用
 

com.alibaba.druid.sql.dialect.odps.astSQLCreateTableStatement 的子类
 class OdpsCreateTableStatement
           
 

com.alibaba.druid.sql.dialect.odps.parserSQLCreateTableStatement 的使用
 

返回 SQLCreateTableStatementcom.alibaba.druid.sql.dialect.odps.parser 中的方法
 SQLCreateTableStatement OdpsCreateTableParser.parseCrateTable(boolean acceptCreate)
           
 SQLCreateTableStatement OdpsStatementParser.parseCreateTable()
           
 

com.alibaba.druid.sql.dialect.oracle.ast.stmtSQLCreateTableStatement 的使用
 

com.alibaba.druid.sql.dialect.oracle.ast.stmtSQLCreateTableStatement 的子类
 class OracleCreateTableStatement
           
 

com.alibaba.druid.sql.parserSQLCreateTableStatement 的使用
 

返回 SQLCreateTableStatementcom.alibaba.druid.sql.parser 中的方法
 SQLCreateTableStatement SQLCreateTableParser.parseCrateTable()
           
 SQLCreateTableStatement SQLCreateTableParser.parseCrateTable(boolean acceptCreate)
           
 SQLCreateTableStatement SQLStatementParser.parseCreateTable()
           
 

com.alibaba.druid.sql.visitorSQLCreateTableStatement 的使用
 

参数类型为 SQLCreateTableStatementcom.alibaba.druid.sql.visitor 中的方法
 void SQLASTVisitorAdapter.endVisit(SQLCreateTableStatement x)
           
 void SQLASTVisitor.endVisit(SQLCreateTableStatement x)
           
 boolean SchemaStatVisitor.visit(SQLCreateTableStatement x)
           
 boolean SQLASTVisitorAdapter.visit(SQLCreateTableStatement x)
           
 boolean SQLASTOutputVisitor.visit(SQLCreateTableStatement x)
           
 boolean SQLASTVisitor.visit(SQLCreateTableStatement x)
           
 

com.alibaba.druid.wall.spiSQLCreateTableStatement 的使用
 

参数类型为 SQLCreateTableStatementcom.alibaba.druid.wall.spi 中的方法
static void WallVisitorUtils.check(WallVisitor visitor, SQLCreateTableStatement x)
           
 boolean OracleWallVisitor.visit(SQLCreateTableStatement x)
           
 boolean SQLServerWallVisitor.visit(SQLCreateTableStatement x)
           
 boolean MySqlWallVisitor.visit(SQLCreateTableStatement x)
           
 boolean DB2WallVisitor.visit(SQLCreateTableStatement x)
           
 boolean PGWallVisitor.visit(SQLCreateTableStatement x)
           
 



Copyright © 2013-2014 Alibaba Group. All Rights Reserved.