com.alibaba.druid.sql.dialect.oracle.ast.stmt
Class OracleConstraintState

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleConstraintState
All Implemented Interfaces:
SQLObject, Serializable

public class OracleConstraintState
extends SQLObjectImpl

See Also:
Serialized Form

Constructor Summary
OracleConstraintState()
           
 
Method Summary
 List<SQLObject> getStates()
           
 
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
 

Constructor Detail

OracleConstraintState

public OracleConstraintState()
Method Detail

getStates

public List<SQLObject> getStates()


Copyright © 2012 Alibaba Group. All Rights Reserved.