public class OracleCreateTableStatement extends SQLCreateTableStatement implements OracleDDLStatement
限定符和类型 | 类和说明 |
---|---|
static class |
OracleCreateTableStatement.DeferredSegmentCreation |
SQLCreateTableStatement.Type
构造器和说明 |
---|
OracleCreateTableStatement() |
addBodyBeforeComment, getBodyBeforeCommentsDirect, getInherits, getName, getSelect, getTableElementList, getTableSource, getType, hasBodyBeforeComment, isIfNotExiists, setIfNotExiists, setInherits, setName, setSelect, setTableSource, setType
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public 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()
public void setLogging(Boolean logging)
public Boolean getCompress()
public void setCompress(Boolean compress)
public SQLExpr getPtcfree()
public void setPtcfree(SQLExpr ptcfree)
public SQLExpr getPctused()
public void setPctused(SQLExpr pctused)
public SQLExpr getInitrans()
public void setInitrans(SQLExpr initrans)
public SQLExpr getMaxtrans()
public void setMaxtrans(SQLExpr maxtrans)
public boolean isOrganizationIndex()
public void setOrganizationIndex(boolean organizationIndex)
public 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()
public void setTablespace(SQLName tablespace)
public OracleStorageClause getStorage()
public void setStorage(OracleStorageClause storage)
public void accept0(OracleASTVisitor visitor)
accept0
在接口中 OracleSQLObject
Copyright © 2013–2016 Alibaba Group. All rights reserved.