public interface Schema
数据库专用Schema相关信息,用于整合 Entity, Field, PtField,Index四种类型 Issuer可以通过Schema创建完整表结构
| Modifier and Type | Method and Description |
|---|---|
String |
file() |
Set<String> |
getColumnNames() |
MEntity |
getEntity() |
MField |
getField(String field) |
MField |
getFieldByColumn(String column) |
Set<String> |
getFieldNames() |
MField[] |
getFields() |
MKey[] |
getKeys() |
List<MField> |
getPrimaryKeys() |
String |
getTable() |
String |
identifier() |
String |
namespace() |
void |
relation(String key) |
Copyright © 2021. All rights reserved.