public class ColumnInfo extends Object implements Serializable
Constructor and Description |
---|
ColumnInfo(Scaffold scaffold,
String columnName,
String columnType,
boolean autoIncrement,
boolean primaryKey,
boolean signed,
int precision,
int scale,
int nullable,
boolean readonly,
String defaultValue,
String remarks) |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName() |
String |
getColumnType() |
String |
getDefaultValue() |
String |
getName() |
int |
getPrecision() |
String |
getRemarks() |
int |
getScale() |
boolean |
isAutoIncrement() |
boolean |
isNullable() |
boolean |
isPrimaryKey() |
boolean |
isReadonly() |
boolean |
isSigned() |
String |
toString() |
public String getName()
public String getColumnName()
public String getColumnType()
public boolean isPrimaryKey()
public boolean isAutoIncrement()
public boolean isSigned()
public int getPrecision()
public int getScale()
public boolean isNullable()
public boolean isReadonly()
public String getDefaultValue()
public String getRemarks()
Copyright © 2022. All rights reserved.