public class SQLCreateMaterializedViewStatement extends SQLStatementImpl implements OracleSegmentAttributes, SQLCreateStatement
Constructor and Description |
---|
SQLCreateMaterializedViewStatement() |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLName getName()
public void setName(SQLName name)
public SQLSelect getQuery()
public void setQuery(SQLSelect query)
public boolean isBuildImmediate()
public void setBuildImmediate(boolean buildImmediate)
public boolean isBuildDeferred()
public void setBuildDeferred(boolean buildDeferred)
public boolean isRefresh()
public boolean isRefreshFast()
public void setRefreshFast(boolean refreshFast)
public boolean isRefreshComlete()
public void setRefreshComlete(boolean refreshComlete)
public boolean isRefreshForce()
public void setRefreshForce(boolean refreshForce)
public boolean isRefreshOnCommit()
public void setRefreshOnCommit(boolean refreshOnCommit)
public boolean isRefreshOnDemand()
public void setRefreshOnDemand(boolean refreshOnDemand)
public Integer getPctfree()
getPctfree
in interface OracleSegmentAttributes
public void setPctfree(Integer pctfree)
setPctfree
in interface OracleSegmentAttributes
public Integer getPctused()
getPctused
in interface OracleSegmentAttributes
public void setPctused(Integer pctused)
setPctused
in interface OracleSegmentAttributes
public Integer getInitrans()
getInitrans
in interface OracleSegmentAttributes
public void setInitrans(Integer initrans)
setInitrans
in interface OracleSegmentAttributes
public Integer getMaxtrans()
getMaxtrans
in interface OracleSegmentAttributes
public void setMaxtrans(Integer maxtrans)
setMaxtrans
in interface OracleSegmentAttributes
public Integer getPctincrease()
getPctincrease
in interface OracleSegmentAttributes
public void setPctincrease(Integer pctincrease)
setPctincrease
in interface OracleSegmentAttributes
public Integer getFreeLists()
public void setFreeLists(Integer freeLists)
public Boolean getCompress()
getCompress
in interface OracleSegmentAttributes
public void setCompress(Boolean compress)
setCompress
in interface OracleSegmentAttributes
public Integer getCompressLevel()
getCompressLevel
in interface OracleSegmentAttributes
public void setCompressLevel(Integer compressLevel)
setCompressLevel
in interface OracleSegmentAttributes
public boolean isCompressForOltp()
isCompressForOltp
in interface OracleSegmentAttributes
public void setCompressForOltp(boolean compressForOltp)
setCompressForOltp
in interface OracleSegmentAttributes
public Integer getPctthreshold()
public void setPctthreshold(Integer pctthreshold)
public Boolean getLogging()
getLogging
in interface OracleSegmentAttributes
public void setLogging(Boolean logging)
setLogging
in interface OracleSegmentAttributes
public SQLName getTablespace()
getTablespace
in interface OracleSegmentAttributes
public void setTablespace(SQLName tablespace)
setTablespace
in interface OracleSegmentAttributes
public SQLObject getStorage()
getStorage
in interface OracleSegmentAttributes
public void setStorage(SQLObject storage)
setStorage
in interface OracleSegmentAttributes
public Boolean getParallel()
public void setParallel(Boolean parallel)
public Integer getParallelValue()
public void setParallelValue(Integer parallelValue)
public Boolean getEnableQueryRewrite()
public void setEnableQueryRewrite(Boolean enableQueryRewrite)
Copyright © 2013–2017 Alibaba Group. All rights reserved.