com.alibaba.druid.sql.dialect.oracle.ast.clause
Class OracleStorageClause

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.dialect.oracle.ast.OracleSQLObjectImpl
          extended by com.alibaba.druid.sql.dialect.oracle.ast.clause.OracleStorageClause
All Implemented Interfaces:
SQLObject, OracleSQLObject, Serializable

public class OracleStorageClause
extends OracleSQLObjectImpl

See Also:
Serialized Form

Constructor Summary
OracleStorageClause()
           
 
Method Summary
 void accept0(OracleASTVisitor visitor)
           
 SQLExpr getBufferPool()
           
 SQLExpr getFreeListGroups()
           
 SQLExpr getFreeLists()
           
 SQLExpr getInitial()
           
 SQLExpr getObjno()
           
 void setBufferPool(SQLExpr bufferPool)
           
 void setFreeListGroups(SQLExpr freeListGroups)
           
 void setFreeLists(SQLExpr freeLists)
           
 void setInitial(SQLExpr initial)
           
 void setObjno(SQLExpr objno)
           
 
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

OracleStorageClause

public OracleStorageClause()
Method Detail

accept0

public void accept0(OracleASTVisitor visitor)
Specified by:
accept0 in interface OracleSQLObject
Specified by:
accept0 in class OracleSQLObjectImpl

getObjno

public SQLExpr getObjno()

setObjno

public void setObjno(SQLExpr objno)

getInitial

public SQLExpr getInitial()

setInitial

public void setInitial(SQLExpr initial)

getFreeLists

public SQLExpr getFreeLists()

setFreeLists

public void setFreeLists(SQLExpr freeLists)

getFreeListGroups

public SQLExpr getFreeListGroups()

setFreeListGroups

public void setFreeListGroups(SQLExpr freeListGroups)

getBufferPool

public SQLExpr getBufferPool()

setBufferPool

public void setBufferPool(SQLExpr bufferPool)


Copyright © 2012 Alibaba Group. All Rights Reserved.