com.alibaba.druid.sql.dialect.oracle.ast.stmt
类 OracleCreateSequenceStatement

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLStatementImpl
          继承者 com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleStatementImpl
              继承者 com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleCreateSequenceStatement
所有已实现的接口:
SQLObject, SQLStatement, OracleSQLObject, OracleStatement

public class OracleCreateSequenceStatement
extends OracleStatementImpl


构造方法摘要
OracleCreateSequenceStatement()
           
 
方法摘要
 void accept0(OracleASTVisitor visitor)
           
 Boolean getCache()
           
 Boolean getCycle()
           
 SQLExpr getIncrementBy()
           
 SQLExpr getMaxValue()
           
 SQLExpr getMinValue()
           
 SQLName getName()
           
 Boolean getOrder()
           
 SQLExpr getStartWith()
           
 boolean isNoMaxValue()
           
 boolean isNoMinValue()
           
 void setCache(Boolean cache)
           
 void setCycle(Boolean cycle)
           
 void setIncrementBy(SQLExpr incrementBy)
           
 void setMaxValue(SQLExpr maxValue)
           
 void setMinValue(SQLExpr minValue)
           
 void setName(SQLName name)
           
 void setNoMaxValue(boolean noMaxValue)
           
 void setNoMinValue(boolean noMinValue)
           
 void setOrder(Boolean order)
           
 void setStartWith(SQLExpr startWith)
           
 
从类 com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleStatementImpl 继承的方法
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
 

构造方法详细信息

OracleCreateSequenceStatement

public OracleCreateSequenceStatement()
方法详细信息

accept0

public void accept0(OracleASTVisitor visitor)
指定者:
接口 OracleSQLObject 中的 accept0
指定者:
OracleStatementImpl 中的 accept0

getName

public SQLName getName()

setName

public void setName(SQLName name)

getStartWith

public SQLExpr getStartWith()

setStartWith

public void setStartWith(SQLExpr startWith)

getIncrementBy

public SQLExpr getIncrementBy()

setIncrementBy

public void setIncrementBy(SQLExpr incrementBy)

getMaxValue

public SQLExpr getMaxValue()

setMaxValue

public void setMaxValue(SQLExpr maxValue)

getCycle

public Boolean getCycle()

setCycle

public void setCycle(Boolean cycle)

getCache

public Boolean getCache()

setCache

public void setCache(Boolean cache)

getOrder

public Boolean getOrder()

setOrder

public void setOrder(Boolean order)

getMinValue

public SQLExpr getMinValue()

setMinValue

public void setMinValue(SQLExpr minValue)

isNoMaxValue

public boolean isNoMaxValue()

setNoMaxValue

public void setNoMaxValue(boolean noMaxValue)

isNoMinValue

public boolean isNoMinValue()

setNoMinValue

public void setNoMinValue(boolean noMinValue)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.