com.alibaba.druid.sql.dialect.transact.ast
Class TransactSQLObjectImpl

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.dialect.transact.ast.TransactSQLObjectImpl
All Implemented Interfaces:
SQLObject, TransactSQLObject, Serializable

public abstract class TransactSQLObjectImpl
extends SQLObjectImpl
implements TransactSQLObject

See Also:
Serialized Form

Constructor Summary
TransactSQLObjectImpl()
           
 
Method Summary
abstract  void accept0(OracleASTVisitor visitor)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, 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, output, putAttribute, setParent
 

Constructor Detail

TransactSQLObjectImpl

public TransactSQLObjectImpl()
Method Detail

accept0

public abstract void accept0(OracleASTVisitor visitor)


Copyright © 2012 Alibaba Group. All Rights Reserved.