接口 | 说明 |
---|---|
IBasicAction |
The basic interface of action which contains execute method and query method.
|
类 | 说明 |
---|---|
DefaultBaseAction |
This is the base of default classes, it provides public
and protected methods for other's calling.
|
DefaultBasicPreparedAction |
This class implements IBasicAction interface for executing PreparedStatement.
|
DefaultBasicStatementAction |
This class implements IBasicAction interface for executing Statement.
|