| Package | Description |
|---|---|
| net.ucanaccess.converters | |
| net.ucanaccess.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static NormalizedSQL |
SQLConverter.convertSQL(String sql) |
static NormalizedSQL |
SQLConverter.convertSQL(String sql,
boolean creatingQuery) |
static NormalizedSQL |
SQLConverter.convertSQL(String sql,
UcanaccessConnection conn) |
static NormalizedSQL |
SQLConverter.convertSQL(String sql,
UcanaccessConnection conn,
boolean creatingQuery) |
| Constructor and Description |
|---|
UcanaccessCallableStatement(NormalizedSQL _nsql,
CallableStatement _hidden,
UcanaccessConnection _connection) |
UcanaccessPreparedStatement(NormalizedSQL nsql,
PreparedStatement hidden,
UcanaccessConnection connection) |
Copyright © 2012–2019 UCanAccess. All rights reserved.