| Modifier and Type | Method and Description |
|---|---|
Schema |
Model.schema(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
Set<Schema> |
Model.schemata() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
DataTpl.schema(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataTpl.initKey(Schema schema,
MField field,
MAttribute attribute) |
void |
DataTpl.initTpl(Schema schema,
MField field,
MAttribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
Ao.toSchema(String appName,
io.vertx.core.json.JsonObject schemaJson) |
static Schema |
Ao.toSchema(String appName,
String file) |
| Modifier and Type | Method and Description |
|---|---|
Set<Schema> |
ExModello.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<Model> |
ExAnalyzer.build(Set<Schema> schemaSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AoBuilder.purge(Schema schema)
删除表信息
|
boolean |
AbstractBuilder.purge(Schema schema) |
io.vertx.core.json.JsonObject |
AoBuilder.report(Schema schema)
元数据和真实数据库信息报告
|
io.vertx.core.json.JsonObject |
AbstractBuilder.report(Schema schema) |
boolean |
AoBuilder.synchron(Schema schema)
同步表信息接口(添加/更新)
|
boolean |
AbstractBuilder.synchron(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SqlDDLProvider.prepareAlterLines(Schema schema) |
List<String> |
SqlDDLProvider.prepareCreateLines(Schema schema) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSchema |
| Modifier and Type | Method and Description |
|---|---|
Schema |
JsonModel.schema(String identifier) |
| Modifier and Type | Method and Description |
|---|---|
Set<Schema> |
JsonModel.schemata() |
| Modifier and Type | Method and Description |
|---|---|
Model |
JsonModel.bind(Set<Schema> schemas) |
void |
JsonModel.bindDirect(Set<Schema> schemas) |
Copyright © 2021. All rights reserved.