public class SQLDefault extends SQLConstraintImpl implements SQLTableElement, SQLTableConstraint, SQLReplaceable
hints| Constructor and Description |
|---|
SQLDefault() |
SQLDefault(SQLExpr expr,
SQLExpr column) |
| Modifier and Type | Method and Description |
|---|---|
SQLDefault |
clone() |
void |
cloneTo(SQLDefault x) |
SQLExpr |
getColumn() |
SQLExpr |
getExpr() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setColumn(SQLExpr column) |
void |
setExpr(SQLExpr x) |
cloneTo, cloneTo, getComment, getDbType, getEnable, getHints, getName, getRely, getValidate, setComment, setDbType, setEnable, setHints, setName, setName, setRely, setValidate, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLExpr getColumn()
public void setColumn(SQLExpr column)
public SQLExpr getExpr()
public void setExpr(SQLExpr x)
public void cloneTo(SQLDefault x)
public SQLDefault clone()
clone in interface SQLObjectclone in interface SQLTableElementclone in class SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablereplace in class SQLConstraintImplCopyright © 2013–2020 Alibaba Group. All rights reserved.