| 程序包 | 说明 |
|---|---|
| net.isger.brick.plugin.persist | |
| net.isger.brick.stub |
| 限定符和类型 | 方法和说明 |
|---|---|
protected StubCommand |
BasePersist.getStubCommand() |
protected StubCommand |
BasePersist.mockStubCommand() |
protected StubCommand |
BasePersist.realStubCommand() |
protected StubCommand |
BasePersist.toStub() |
protected StubCommand |
BasePersist.toStub(String operate) |
| 限定符和类型 | 方法和说明 |
|---|---|
static StubCommand |
StubCommand.cast(net.isger.brick.core.BaseCommand cmd) |
static StubCommand |
StubCommand.getAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Stub.create(StubCommand cmd) |
void |
SqlStub.create(StubCommand cmd)
创建数据表
|
void |
Stub.delete(StubCommand cmd) |
void |
SqlStub.delete(StubCommand cmd)
删除表数据
|
protected Object[] |
SqlStub.getCondition(StubCommand cmd,
int type)
获取条件
|
void |
Stub.insert(StubCommand cmd) |
void |
SqlStub.insert(StubCommand cmd)
插入表数据
|
void |
Stub.remove(StubCommand cmd) |
void |
SqlStub.remove(StubCommand cmd)
删除数据表
|
void |
Stub.search(StubCommand cmd) |
void |
SqlStub.search(StubCommand cmd)
查询表数据
|
void |
Stub.update(StubCommand cmd) |
void |
SqlStub.update(StubCommand cmd)
修改表数据
|
Copyright © 2016. All rights reserved.