| Package | Description |
|---|---|
| com.appslandia.common.easyrecord | |
| com.appslandia.common.jdbc |
| Modifier and Type | Method and Description |
|---|---|
Command |
Table.getDeleteCommand() |
Command |
Table.getExistsCommand() |
Command |
Table.getGetCommand() |
Command |
Table.getInsertCommand() |
Command |
Table.getUpdateCommand() |
| Modifier and Type | Field and Description |
|---|---|
protected Command |
StatementImpl.command |
| Modifier and Type | Method and Description |
|---|---|
Command |
Command.paramLen(String parameterName,
int length) |
Command |
Command.sql(String sql) |
| Constructor and Description |
|---|
StatementImpl(Connection conn,
Command command) |
StatementImpl(Connection conn,
Command command,
boolean returnGeneratedKey) |
StatementImpl(PreparedStatement stat,
Command command) |
Copyright © 2017. All rights reserved.