com.alibaba.druid.sql.ast
Class SQLStatementImpl

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
All Implemented Interfaces:
SQLObject, SQLStatement, Serializable
Direct Known Subclasses:
MySqlStatementImpl, OracleStatementImpl, SQLAlterTableStatement, SQLCallStatement, SQLCreateDatabaseStatement, SQLCreateIndexStatement, SQLCreateTableStatement, SQLCreateViewStatement, SQLDeleteStatement, SQLDropIndexStatement, SQLDropTableStatement, SQLDropViewStatement, SQLReleaseSavePointStatement, SQLRollbackStatement, SQLSavePointStatement, SQLSelectStatement, SQLSetStatement, SQLTruncateStatement, SQLUpdateStatement, SQLUseStatement

public abstract class SQLStatementImpl
extends SQLObjectImpl
implements SQLStatement

See Also:
Serialized Form

Constructor Summary
SQLStatementImpl()
           
 
Method Summary
 void output(StringBuffer buf)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

Constructor Detail

SQLStatementImpl

public SQLStatementImpl()
Method Detail

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.