com.alibaba.druid.sql.ast
类 SQLStatementImpl

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLStatementImpl
所有已实现的接口:
SQLObject, SQLStatement
直接已知子类:
DB2StatementImpl, MySqlStatementImpl, OracleStatementImpl, SQLAlterTableStatement, SQLCallStatement, SQLCreateDatabaseStatement, SQLCreateIndexStatement, SQLCreateTableStatement, SQLCreateTriggerStatement, SQLCreateViewStatement, SQLDeleteStatement, SQLDropDatabaseStatement, SQLDropFunctionStatement, SQLDropIndexStatement, SQLDropProcedureStatement, SQLDropSequenceStatement, SQLDropTableSpaceStatement, SQLDropTableStatement, SQLDropTriggerStatement, SQLDropUserStatement, SQLDropViewStatement, SQLExplainStatement, SQLGrantStatement, SQLReleaseSavePointStatement, SQLRollbackStatement, SQLSavePointStatement, SQLSelectStatement, SQLSetStatement, SQLTruncateStatement, SQLUpdateStatement, SQLUseStatement

public abstract class SQLStatementImpl
extends SQLObjectImpl
implements SQLStatement


构造方法摘要
SQLStatementImpl()
           
 
方法摘要
 String toString()
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

SQLStatementImpl

public SQLStatementImpl()
方法详细信息

toString

public String toString()
覆盖:
SQLObjectImpl 中的 toString


Copyright © 2013 Alibaba Group. All Rights Reserved.