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