| Package | Description |
|---|---|
| org.specrunner.sql | |
| org.specrunner.sql.database | |
| org.specrunner.sql.database.impl |
| Modifier and Type | Method and Description |
|---|---|
static IDatabase |
PluginDatabase.getDatabase(IContext context,
String name)
Gets the database provider saved in context.
|
IDatabase[] |
PluginDatabase.getProviderInstance()
The instance of a data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginDatabase.setProviderInstance(IDatabase[] providerInstance)
The instance of data source.
|
| Modifier and Type | Method and Description |
|---|---|
IDatabase |
DatabaseTableEvent.getDatabase() |
IDatabase |
DatabaseRegisterEvent.getDatabase() |
| Constructor and Description |
|---|
DatabaseRegisterEvent(IContext context,
IResultSet result,
IDatabase database,
Connection connection,
Table table,
IRegister register,
SqlWrapper wrapper,
Map<Integer,Object> indexesToValues) |
DatabaseTableEvent(IContext context,
IResultSet result,
TableAdapter adapter,
IDatabase database,
Connection connection,
Table table,
EMode mode) |
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseDefault
Basic implementation of
IDatabase using cached prepared
statements, an ID manager to work with generated keys, a sequence provider to
enable sequence interactions and a column reader to recover column objects. |
Copyright © 2017. All rights reserved.