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 |
isWithValues() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setColumn(SQLExpr column) |
void |
setExpr(SQLExpr x) |
void |
setWithValues(boolean withValues) |
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 SQLConstraintImplpublic boolean isWithValues()
public void setWithValues(boolean withValues)
Copyright © 2013–2021 Alibaba Group. All rights reserved.