Package | Description |
---|---|
net.ucanaccess.converters | |
net.ucanaccess.jdbc | |
net.ucanaccess.triggers |
Modifier and Type | Method and Description |
---|---|
static void |
Pivot.checkAndRefreshPivot(String currSql,
UcanaccessConnection conu) |
static NormalizedSQL |
SQLConverter.convertSQL(String sql,
UcanaccessConnection conn) |
static NormalizedSQL |
SQLConverter.convertSQL(String sql,
UcanaccessConnection conn,
boolean creatingQuery) |
Modifier and Type | Method and Description |
---|---|
static UcanaccessConnection |
UcanaccessConnection.getCtxConnection() |
UcanaccessConnection |
Context.getCurrentConnection() |
Modifier and Type | Method and Description |
---|---|
static Blob |
UcanaccessBlob.createBlob(File fl,
UcanaccessConnection _conn) |
static Blob |
UcanaccessBlob.createBlob(UcanaccessConnection _conn) |
static void |
UcanaccessConnection.setCtxConnection(UcanaccessConnection conn) |
void |
Context.setCurrentConnection(UcanaccessConnection _currentConnection) |
Constructor and Description |
---|
Context(UcanaccessConnection _currentConnection) |
UcanaccessBlob(Blob _blob,
UcanaccessConnection _conn) |
UcanaccessCallableStatement(NormalizedSQL _nsql,
CallableStatement _hidden,
UcanaccessConnection _connection) |
UcanaccessDatabaseMetadata(DatabaseMetaData _wrapped,
UcanaccessConnection _connection) |
UcanaccessPreparedStatement(NormalizedSQL nsql,
PreparedStatement hidden,
UcanaccessConnection connection) |
UcanaccessPreparedStatement(String _sql,
UcanaccessConnection _connection) |
UcanaccessStatement(Statement _wrapped,
UcanaccessConnection _conn) |
Modifier and Type | Method and Description |
---|---|
protected com.healthmarketscience.jackcess.Table |
TriggerBase.getTable(String tableName,
UcanaccessConnection conn) |
Copyright © 2012–2018 UCanAccess. All rights reserved.