public class ConstAttr extends Attr
Constructor and Description |
---|
ConstAttr(String varType,
String varName,
String attrName) |
ConstAttr(String varType,
String varName,
String columnName,
String attrName) |
ConstAttr(String varType,
String varName,
String columnName,
String attrName,
boolean autoIncrement,
boolean signed,
int precision,
int scale,
boolean nullable,
String defaultValue,
String remarks) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAttrName() |
int |
hashCode() |
String |
toString() |
build, getColumnName, getDefaultValue, getPrecision, getRemarks, getScale, getVarName, getVarType, isAutoIncrement, isNullable, isReadonly, isSigned, setReadonly, setVarName, setVarType
Copyright © 2022. All rights reserved.