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