| Package | Description |
|---|---|
| net.ymate.platform.persistence.jdbc.scaffold |
| Modifier and Type | Method and Description |
|---|---|
Scaffold |
Scaffold.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static TableInfo |
TableInfo.create(IDatabaseConnectionHolder connectionHolder,
Scaffold scaffold,
String tableName,
boolean view) |
| 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) |
Copyright © 2022. All rights reserved.