| Package | Description |
|---|---|
| com.appslandia.common.easyrecord | |
| com.appslandia.common.jdbc |
| Modifier and Type | Method and Description |
|---|---|
Sql |
Table.getDeleteSql() |
Sql |
Table.getExistsSql() |
Sql |
Table.getGetSql() |
Sql |
Table.getInsertSql() |
Sql |
Table.getUpdateSql() |
| Modifier and Type | Field and Description |
|---|---|
protected Sql |
StatementImpl.sql |
| Modifier and Type | Method and Description |
|---|---|
Sql |
Sql.arrayParam(String parameterName,
int length) |
Sql |
Sql.sql(String sql) |
| Constructor and Description |
|---|
StatementImpl(Connection conn,
Sql sql) |
StatementImpl(Connection conn,
Sql sql,
boolean returnGeneratedKey) |
StatementImpl(PreparedStatement stat,
Sql sql) |
Copyright © 2017. All rights reserved.