public class DB2CreateTableStatement extends SQLCreateTableStatement implements DB2Statement
SQLCreateTableStatement.TypeDB2Object.Constants| 限定符和类型 | 字段和说明 |
|---|---|
protected SQLName |
database |
private boolean |
dataCaptureChanges |
private boolean |
dataCaptureNone |
protected SQLName |
indexIn |
protected SQLName |
validproc |
buckets, clusteredBy, comment, compress, ifNotExiists, inherits, like, logging, onCommitDeleteRows, onCommitPreserveRows, partitionColumns, partitioning, rowFormat, select, sortedBy, storedAs, tableElementList, tableOptions, tableSource, tablespace, typeafterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
DB2CreateTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(DB2ASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
SQLName |
getDatabase() |
SQLName |
getIndexIn() |
SQLName |
getValidproc() |
boolean |
isDataCaptureChanges() |
boolean |
isDataCaptureNone() |
void |
setDatabase(SQLName database) |
void |
setDataCaptureChanges(boolean dataCaptureChanges) |
void |
setDataCaptureNone(boolean dataCaptureNone) |
void |
setIndexIn(SQLName x) |
void |
setValidproc(SQLName x) |
addBodyBeforeComment, addClusteredByItem, addPartitionColumn, addSortedByItem, alterApply, apply, apply, apply, apply, clone, cloneTo, columnIndexOf, 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, simplify, sort, toStringgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate boolean dataCaptureNone
private boolean dataCaptureChanges
protected SQLName database
protected SQLName validproc
protected SQLName indexIn
public boolean isDataCaptureNone()
public void setDataCaptureNone(boolean dataCaptureNone)
public boolean isDataCaptureChanges()
public void setDataCaptureChanges(boolean dataCaptureChanges)
public SQLName getDatabase()
public void setDatabase(SQLName database)
public SQLName getValidproc()
public void setValidproc(SQLName x)
public SQLName getIndexIn()
public void setIndexIn(SQLName x)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLCreateTableStatementpublic void accept0(DB2ASTVisitor visitor)
Copyright © 2013–2019 Alibaba Group. All rights reserved.