public class DB2CreateTableStatement extends SQLCreateTableStatement implements DB2Statement
SQLCreateTableStatement.TypeDB2Object.Constants| Constructor and Description |
|---|
DB2CreateTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(DB2ASTVisitor 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, 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, simplify, 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, setParentpublic 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)
public void accept0(DB2ASTVisitor visitor)
Copyright © 2013–2018 Alibaba Group. All rights reserved.