Uses of Interface
io.vertx.tp.atom.modeling.Schema
-
-
Uses of Schema in io.vertx.tp.atom.modeling
Methods in io.vertx.tp.atom.modeling that return Schema Modifier and Type Method Description SchemaModel. schema(String identifier)Methods in io.vertx.tp.atom.modeling that return types with arguments of type Schema Modifier and Type Method Description Set<Schema>Model. schemata() -
Uses of Schema in io.vertx.tp.atom.modeling.element
Methods in io.vertx.tp.atom.modeling.element that return Schema Modifier and Type Method Description SchemaDataTpl. schema(String identifier)Methods in io.vertx.tp.atom.modeling.element with parameters of type Schema Modifier and Type Method Description voidDataTpl. initKey(Schema schema, MField field, MAttribute attribute)voidDataTpl. initTpl(Schema schema, MField field, MAttribute attribute) -
Uses of Schema in io.vertx.tp.atom.refine
Methods in io.vertx.tp.atom.refine that return Schema Modifier and Type Method Description static SchemaAo. toSchema(String appName, io.vertx.core.json.JsonObject schemaJson)static SchemaAo. toSchema(String appName, String file) -
Uses of Schema in io.vertx.tp.modular.file.excel
Methods in io.vertx.tp.modular.file.excel that return types with arguments of type Schema Modifier and Type Method Description Set<Schema>ExModello. build()Method parameters in io.vertx.tp.modular.file.excel with type arguments of type Schema Modifier and Type Method Description Set<Model>ExAnalyzer. build(Set<Schema> schemaSet) -
Uses of Schema in io.vertx.tp.modular.metadata
Methods in io.vertx.tp.modular.metadata with parameters of type Schema Modifier and Type Method Description booleanAbstractBuilder. purge(Schema schema)booleanAoBuilder. purge(Schema schema)删除表信息io.vertx.core.json.JsonObjectAbstractBuilder. report(Schema schema)io.vertx.core.json.JsonObjectAoBuilder. report(Schema schema)元数据和真实数据库信息报告booleanAbstractBuilder. synchron(Schema schema)booleanAoBuilder. synchron(Schema schema)同步表信息接口(添加/更新) -
Uses of Schema in io.vertx.tp.modular.sql
Methods in io.vertx.tp.modular.sql with parameters of type Schema Modifier and Type Method Description List<String>SqlDDLProvider. prepareAlterLines(Schema schema)List<String>SqlDDLProvider. prepareCreateLines(Schema schema) -
Uses of Schema in io.vertx.tp.optic.modeling
Classes in io.vertx.tp.optic.modeling that implement Schema Modifier and Type Class Description classJsonSchemaMethods in io.vertx.tp.optic.modeling that return Schema Modifier and Type Method Description SchemaJsonModel. schema(String identifier)Methods in io.vertx.tp.optic.modeling that return types with arguments of type Schema Modifier and Type Method Description Set<Schema>JsonModel. schemata()Method parameters in io.vertx.tp.optic.modeling with type arguments of type Schema Modifier and Type Method Description ModelJsonModel. bind(Set<Schema> schemas)voidJsonModel. bindDirect(Set<Schema> schemas)
-