public class OracleCreateTableStatement extends SQLCreateTableStatement implements OracleDDLStatement, OracleSegmentAttributes
| Modifier and Type | Class and Description |
|---|---|
static class |
OracleCreateTableStatement.DeferredSegmentCreation |
static class |
OracleCreateTableStatement.OIDIndex |
static class |
OracleCreateTableStatement.OracleExternalRecordFormat |
static class |
OracleCreateTableStatement.Organization |
SQLCreateTableStatement.Type| Constructor and Description |
|---|
OracleCreateTableStatement() |
addBodyBeforeComment, computeName, findColumn, findIndex, forEachColumn, getBodyBeforeCommentsDirect, getInherits, getName, getSelect, getTableElementList, getTableSource, getType, hasBodyBeforeComment, isIfNotExiists, setIfNotExiists, setInherits, setName, setSelect, setTableSource, setTypegetDbType, isAfterSemi, setAfterSemi, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbType, isAfterSemi, setAfterSemiaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic OracleLobStorageClause getLobStorage()
public void setLobStorage(OracleLobStorageClause lobStorage)
public OracleCreateTableStatement.DeferredSegmentCreation getDeferredSegmentCreation()
public void setDeferredSegmentCreation(OracleCreateTableStatement.DeferredSegmentCreation deferredSegmentCreation)
public SQLPartitionBy getPartitioning()
public void setPartitioning(SQLPartitionBy partitioning)
public Boolean getCache()
public void setCache(Boolean cache)
public boolean isOnCommit()
public void setOnCommit(boolean onCommit)
public boolean isPreserveRows()
public void setPreserveRows(boolean preserveRows)
public Boolean getLogging()
getLogging in interface OracleSegmentAttributespublic void setLogging(Boolean logging)
setLogging in interface OracleSegmentAttributespublic 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 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 Boolean getParallel()
public void setParallel(Boolean parallel)
public boolean isCursorSpecificSegment()
public void setCursorSpecificSegment(boolean cursorSpecificSegment)
public boolean isInMemoryMetadata()
public void setInMemoryMetadata(boolean inMemoryMetadata)
public SQLName getTablespace()
getTablespace in interface OracleSegmentAttributespublic void setTablespace(SQLName tablespace)
setTablespace in interface OracleSegmentAttributespublic OracleStorageClause getStorage()
getStorage in interface OracleSegmentAttributespublic void setStorage(SQLObject storage)
setStorage in interface OracleSegmentAttributespublic SQLName getOf()
public void setOf(SQLName of)
public OracleCreateTableStatement.OIDIndex getOidIndex()
public void setOidIndex(OracleCreateTableStatement.OIDIndex oidIndex)
public boolean isCompressForOltp()
isCompressForOltp in interface OracleSegmentAttributespublic void setCompressForOltp(boolean compressForOltp)
setCompressForOltp in interface OracleSegmentAttributespublic Boolean getEnableRowMovement()
public void setEnableRowMovement(Boolean enableRowMovement)
public SQLName getCluster()
public void setCluster(SQLName cluster)
public OracleCreateTableStatement.Organization getOrganization()
public void setOrganization(OracleCreateTableStatement.Organization organization)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectCopyright © 2013–2017 Alibaba Group. All rights reserved.