public class NbQueryInfo extends Object
| 构造器和说明 |
|---|
NbQueryInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
INbField |
findField(String field) |
INbField |
getDeleteField() |
List<? extends INbField> |
getFields()
表单的所有字段
|
INbField |
getPermField() |
PermType |
getPermType() |
PrimaryKey |
getPk() |
String |
getPkName()
获取主键名称
|
String |
getSchemaTable(boolean useReplace) |
INbTable |
getTable() |
String |
getTableName() |
boolean |
isSoftDelete() |
boolean |
isSub() |
boolean |
querySoftDelete()
是否是用软删除
|
public PrimaryKey getPk()
public INbTable getTable()
public String getPkName()
public String getTableName()
public boolean isSub()
public boolean isSoftDelete()
public boolean querySoftDelete()
public String getSchemaTable(boolean useReplace)
public INbField getDeleteField()
public INbField getPermField()
public PermType getPermType()
Copyright © 2022. All rights reserved.