com.alibaba.druid.sql.ast.statement
Interface SQLDDLStatement

All Superinterfaces:
SQLObject, SQLStatement
All Known Subinterfaces:
OracleDDLStatement
All Known Implementing Classes:
MySqlAlterTableStatement, MySqlCreateIndexStatement, MySqlCreateTableStatement, MySqlDropTableStatement, MySqlDropViewStatement, OracleAlterTableStatement, OracleCreateIndexStatement, OracleCreateTableStatement, SQLAlterTableStatement, SQLCreateIndexStatement, SQLCreateTableStatement, SQLCreateViewStatement, SQLDropIndexStatement, SQLDropTableStatement, SQLDropViewStatement

public interface SQLDDLStatement
extends SQLStatement


Method Summary
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 



Copyright © 2012 Alibaba Group. All Rights Reserved.