public interface IEntity extends IDML, IAssignValue, Serializable, AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
bindRowid(String rowid)
指定rowid
|
boolean |
hasUsed(DBField field)
判断该字段是否被赋值过
|
String |
rowid()
如果是oracle得到rowid
|
void |
startUpdate()
打开字段更新记录开关
|
void |
stopUpdate()
关闭字段更新记录开关
|
void |
touchUsedFlag(DBField field,
boolean flag)
将某个字段标记为是否赋值过
|
applyUpdate, clearUpdate, needUpdate, prepareUpdate, updateValueMap
fieldIndex, pull, pull, push, push
close
String rowid()
void bindRowid(String rowid)
rowid
- void startUpdate()
void stopUpdate()
boolean hasUsed(DBField field)
void touchUsedFlag(DBField field, boolean flag)
field
- 字段flag
- true表示这个字段赋值过,false表示没有Copyright © 2020. All rights reserved.