public interface Stub
extends net.isger.brick.core.Gate
| 限定符和类型 | 方法和说明 |
|---|---|
void |
create()
创建
|
void |
create(StubCommand cmd) |
void |
delete()
删除
|
void |
delete(StubCommand cmd) |
void |
insert()
新增
|
void |
insert(StubCommand cmd) |
void |
remove()
移除
|
void |
remove(StubCommand cmd) |
void |
search()
查询
|
void |
search(StubCommand cmd) |
void |
update()
修改
|
void |
update(StubCommand cmd) |
void create()
void create(StubCommand cmd)
void insert()
void insert(StubCommand cmd)
void delete()
void delete(StubCommand cmd)
void update()
void update(StubCommand cmd)
void search()
void search(StubCommand cmd)
void remove()
void remove(StubCommand cmd)
Copyright © 2016. All rights reserved.