Package io.vertx.tp.atom.modeling
Interface Schema
-
- All Superinterfaces:
Json,Serializable
- All Known Implementing Classes:
JsonSchema
public interface Schema数据库专用Schema相关信息,用于整合 Entity, Field, PtField,Index四种类型 Issuer可以通过Schema创建完整表结构
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringfile()Set<String>getColumnNames()MEntitygetEntity()MFieldgetField(String field)MFieldgetFieldByColumn(String column)Set<String>getFieldNames()MField[]getFields()MKey[]getKeys()List<MField>getPrimaryKeys()StringgetTable()Stringidentifier()Stringnamespace()voidrelation(String key)
-