public class MySqlSQLColumnDefinition extends SQLColumnDefinition
| 构造器和说明 |
|---|
MySqlSQLColumnDefinition() |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLExpr |
getOnUpdate() |
SQLExpr |
getStorage() |
boolean |
isAutoIncrement() |
void |
setAutoIncrement(boolean autoIncrement) |
void |
setOnUpdate(SQLExpr onUpdate) |
void |
setStorage(SQLExpr storage) |
getComment, getConstraints, getDataType, getDefaultExpr, getEnable, getName, output, setComment, setDataType, setDefaultExpr, setEnable, setNameaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic boolean isAutoIncrement()
public void setAutoIncrement(boolean autoIncrement)
public SQLExpr getOnUpdate()
public void setOnUpdate(SQLExpr onUpdate)
public SQLExpr getStorage()
public void setStorage(SQLExpr storage)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.