public class Attr extends Object
| 构造器和说明 |
|---|
Attr(String varType,
String varName,
String columnName,
boolean autoIncrement,
boolean signed,
int precision,
int scale,
boolean nullable,
String defaultValue,
String remarks) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnName() |
String |
getDefaultValue() |
int |
getPrecision() |
String |
getRemarks() |
int |
getScale() |
String |
getVarName() |
String |
getVarType() |
boolean |
isAutoIncrement() |
boolean |
isNullable() |
boolean |
isReadonly() |
boolean |
isSigned() |
void |
setReadonly(boolean readonly) |
String |
toString() |
public String getVarType()
public String getVarName()
public String getColumnName()
public boolean isAutoIncrement()
public boolean isSigned()
public int getPrecision()
public int getScale()
public boolean isNullable()
public String getDefaultValue()
public String getRemarks()
public void setReadonly(boolean readonly)
public boolean isReadonly()
Copyright © 2021. All rights reserved.