public class OracleCreateTableStatement extends SQLCreateTableStatement implements OracleDDLStatement, OracleSegmentAttributes
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleCreateTableStatement.DeferredSegmentCreation |
static class |
OracleCreateTableStatement.OIDIndex |
static class |
OracleCreateTableStatement.Organization |
SQLCreateTableStatement.Typebuckets, clusteredBy, clusteringType, comment, compress, dimension, engine, external, ifNotExists, ignore, inherits, like, location, logging, onCommitDeleteRows, onCommitPreserveRows, partitionColumns, partitioning, replace, rowFormat, select, shards, sortedBy, storedAs, tableElementList, tableOptions, tableSource, tablespace, tblProperties, typeafterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
OracleCreateTableStatement() |
acceptChild, addBodyBeforeComment, addClusteredByItem, addColumn, addColumn, addOption, addPartitionColumn, addSortedByItem, addTblProperty, alterApply, apply, apply, apply, apply, clone, cloneTo, columnIndexOf, computeName, containsDuplicateColumnNames, containsDuplicateColumnNames, findColumn, findColumn, findForeignKey, findIndex, findPrimaryKey, findUnique, forEachColumn, foreignKeyToAlterTable, getBodyBeforeCommentsDirect, getBuckets, getCatalog, getChildren, getClusteredBy, getClusteringType, getColumn, getColumnComments, getColumnDefinitions, getColumnNames, getComment, getCompress, getEngine, getInherits, getLike, getLocation, getLogging, getName, getOption, getOptionOrTblPropertyValue, getOptionValue, getPartitionColumns, getPartitioning, getPrimaryKeyNames, getRowFormat, getSchema, getSelect, getShards, getSortedBy, getStoredAs, getTableElementList, getTableName, getTableOptions, getTableSource, getTablespace, getTblProperties, getTblProperty, getTblPropertyValue, getType, hasBodyBeforeComment, hashForeignKey, isDimension, isExternal, isIfNotExists, isIgnore, isMUL, isOnCommitPreserveRows, isOnlyPrimaryKey, isPrimaryColumn, isPrimaryColumn, isReferenced, isReferenced, isReplace, isUNI, renameColumn, setBuckets, setClusteringType, setComment, setCompress, setDimension, setEngine, setExternal, setIfNotExiists, setIgnore, setInherits, setLike, setLike, setLocation, setLogging, setName, setName, setOnCommitPreserveRows, setPartitioning, setReplace, setRowFormat, setSchema, setSelect, setShards, setStoredAs, setTableName, setTableSource, setTablespace, setType, sort, toStringgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringgetCompress, getLogging, getTablespace, setCompress, setLogging, setTablespacepublic void simplify()
simplify 在类中 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 在接口中 OracleSegmentAttributespublic void setCompressLevel(Integer compressLevel)
setCompressLevel 在接口中 OracleSegmentAttributespublic Integer getPctfree()
getPctfree 在接口中 OracleSegmentAttributespublic void setPctfree(Integer pctfree)
setPctfree 在接口中 OracleSegmentAttributespublic Integer getPctused()
getPctused 在接口中 OracleSegmentAttributespublic void setPctused(Integer pctused)
setPctused 在接口中 OracleSegmentAttributespublic Integer getInitrans()
getInitrans 在接口中 OracleSegmentAttributespublic void setInitrans(Integer initrans)
setInitrans 在接口中 OracleSegmentAttributespublic Integer getMaxtrans()
getMaxtrans 在接口中 OracleSegmentAttributespublic void setMaxtrans(Integer maxtrans)
setMaxtrans 在接口中 OracleSegmentAttributespublic Integer getPctincrease()
getPctincrease 在接口中 OracleSegmentAttributespublic void setPctincrease(Integer pctincrease)
setPctincrease 在接口中 OracleSegmentAttributespublic Boolean getParallel()
public void setParallel(Boolean parallel)
public SQLExpr getParallelValue()
public void setParallelValue(SQLExpr x)
public boolean isCursorSpecificSegment()
public void setCursorSpecificSegment(boolean cursorSpecificSegment)
public boolean isInMemoryMetadata()
public void setInMemoryMetadata(boolean inMemoryMetadata)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLCreateTableStatementpublic OracleStorageClause getStorage()
getStorage 在接口中 OracleSegmentAttributespublic void setStorage(SQLObject storage)
setStorage 在接口中 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 在接口中 OracleSegmentAttributespublic void setCompressForOltp(boolean compressForOltp)
setCompressForOltp 在接口中 OracleSegmentAttributespublic Boolean getEnableRowMovement()
public void setEnableRowMovement(Boolean enableRowMovement)
public SQLName getCluster()
public void setCluster(SQLName x)
public OracleCreateTableStatement.Organization getOrganization()
public void setOrganization(OracleCreateTableStatement.Organization organization)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectpublic OracleXmlColumnProperties getXmlTypeColumnProperties()
public void setXmlTypeColumnProperties(OracleXmlColumnProperties x)
Copyright © 2013–2023. All rights reserved.