| 程序包 | 说明 |
|---|---|
| net.isger.brick.stub |
| 限定符和类型 | 方法和说明 |
|---|---|
static StubCommand |
StubCommand.cast(BaseCommand cmd) |
StubCommand |
StubCommand.clone() |
static StubCommand |
StubCommand.getAction() |
static StubCommand |
StubCommand.newAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Stub.create(StubCommand cmd)
创建
|
void |
SqlStub.create(StubCommand cmd)
创建数据表
|
void |
Stub.delete(StubCommand cmd)
删除
|
void |
SqlStub.delete(StubCommand cmd)
删除表数据
|
void |
Stub.exists(StubCommand cmd)
存在
|
void |
SqlStub.exists(StubCommand cmd)
检查表是否存在
|
protected Object[] |
SqlStub.getCondition(StubCommand cmd,
int length)
获取条件
|
protected Connection |
SqlStub.getConnection(StubCommand cmd)
获取库连接
|
protected void |
SqlStub.initialStandard(StubCommand cmd)
初始标准化
|
void |
Stub.insert(StubCommand cmd)
新增
|
void |
SqlStub.insert(StubCommand cmd)
插入表数据
|
void |
Stub.remove(StubCommand cmd)
移除
|
void |
SqlStub.remove(StubCommand cmd)
删除数据表
|
void |
Stub.select(StubCommand cmd)
查询
|
void |
SqlStub.select(StubCommand cmd)
查询表数据
|
void |
Stub.update(StubCommand cmd)
修改
|
void |
SqlStub.update(StubCommand cmd)
修改表数据
|
Copyright © 2024. All rights reserved.