public class SQLCreateMaterializedViewStatement extends SQLStatementImpl implements OracleSegmentAttributes, SQLCreateStatement
| Constructor and Description |
|---|
SQLCreateMaterializedViewStatement() |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 OracleSegmentAttributespublic void setPctfree(Integer pctfree)
setPctfree in interface OracleSegmentAttributespublic Integer getPctused()
getPctused in interface OracleSegmentAttributespublic void setPctused(Integer pctused)
setPctused in interface OracleSegmentAttributespublic Integer getInitrans()
getInitrans in interface OracleSegmentAttributespublic void setInitrans(Integer initrans)
setInitrans in interface OracleSegmentAttributespublic Integer getMaxtrans()
getMaxtrans in interface OracleSegmentAttributespublic void setMaxtrans(Integer maxtrans)
setMaxtrans in interface OracleSegmentAttributespublic Integer getPctincrease()
getPctincrease in interface OracleSegmentAttributespublic void setPctincrease(Integer pctincrease)
setPctincrease in interface OracleSegmentAttributespublic Integer getFreeLists()
public void setFreeLists(Integer freeLists)
public Boolean getCompress()
getCompress in interface OracleSegmentAttributespublic void setCompress(Boolean compress)
setCompress in interface OracleSegmentAttributespublic Integer getCompressLevel()
getCompressLevel in interface OracleSegmentAttributespublic void setCompressLevel(Integer compressLevel)
setCompressLevel in interface OracleSegmentAttributespublic boolean isCompressForOltp()
isCompressForOltp in interface OracleSegmentAttributespublic void setCompressForOltp(boolean compressForOltp)
setCompressForOltp in interface OracleSegmentAttributespublic Integer getPctthreshold()
public void setPctthreshold(Integer pctthreshold)
public Boolean getLogging()
getLogging in interface OracleSegmentAttributespublic void setLogging(Boolean logging)
setLogging in interface OracleSegmentAttributespublic SQLName getTablespace()
getTablespace in interface OracleSegmentAttributespublic void setTablespace(SQLName tablespace)
setTablespace in interface OracleSegmentAttributespublic SQLObject getStorage()
getStorage in interface OracleSegmentAttributespublic void setStorage(SQLObject storage)
setStorage in interface OracleSegmentAttributespublic Boolean getParallel()
public void setParallel(Boolean parallel)
public Integer getParallelValue()
public void setParallelValue(Integer parallelValue)
public Boolean getEnableQueryRewrite()
public void setEnableQueryRewrite(Boolean enableQueryRewrite)
public Boolean getCache()
public void setCache(Boolean cache)
public SQLPartitionBy getPartitionBy()
public void setPartitionBy(SQLPartitionBy x)
public boolean isWithRowId()
public void setWithRowId(boolean withRowId)
Copyright © 2013–2018 Alibaba Group. All rights reserved.