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.Organization |
SQLCreateTableStatement.Type| Constructor and Description |
|---|
OracleCreateTableStatement() |
addBodyBeforeComment, addPartitionColumn, addSortedByItem, apply, apply, apply, clone, cloneTo, computeName, findColumn, findColumn, findForeignKey, findIndex, findPrimaryKey, findUnique, forEachColumn, foreignKeyToAlterTable, getBodyBeforeCommentsDirect, getBuckets, getChildren, getClusteredBy, getComment, getCompress, getInherits, getLike, getLogging, getName, getPartitionColumns, getPartitioning, getRowFormat, getSchema, getSelect, getSortedBy, getStoredAs, getTableElementList, getTableOptions, getTableSource, getTablespace, getType, hasBodyBeforeComment, hashForeignKey, isIfNotExiists, isMUL, isOnCommitPreserveRows, isPrimaryColumn, isPrimaryColumn, isReferenced, isReferenced, isUNI, renameColumn, setBuckets, setComment, setCompress, setIfNotExiists, setInherits, setLike, setLike, setLogging, setName, setName, setOnCommitPreserveRows, setPartitioning, setRowFormat, setSchema, setSelect, setStoredAs, setTableSource, setTablespace, setType, sort, toStringgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentgetCompress, getLogging, getTablespace, setCompress, setLogging, setTablespacepublic void simplify()
simplify in class SQLCreateTableStatementpublic OracleLobStorageClause getLobStorage()
public void setLobStorage(OracleLobStorageClause lobStorage)
public OracleCreateTableStatement.DeferredSegmentCreation getDeferredSegmentCreation()
public void setDeferredSegmentCreation(OracleCreateTableStatement.DeferredSegmentCreation deferredSegmentCreation)
public Boolean getCache()
public void setCache(Boolean cache)
public boolean isOnCommitDeleteRows()
public void setOnCommitDeleteRows(boolean onCommitDeleteRows)
public 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 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 isMonitoring()
public void setMonitoring(boolean monitoring)
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–2018 Alibaba Group. All rights reserved.