com.alibaba.druid.sql.ast
Class SQLStatementImpl
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
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
SQLStatementImpl
public SQLStatementImpl()
output
public void output(StringBuffer buf)
- Specified by:
output in interface SQLObject- Overrides:
output in class SQLObjectImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.