Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.dataservice | |
org.komodo.relational.dataservice.internal |
Modifier and Type | Method and Description |
---|---|
static DriverEntry |
RelationalModelFactory.createDriverEntry(Repository.UnitOfWork transaction,
Repository repository,
Dataservice dataService,
String driverEntryName) |
Modifier and Type | Field and Description |
---|---|
static DriverEntry[] |
DriverEntry.NO_ENTRIES
An empty collection of driver entries.
|
Modifier and Type | Method and Description |
---|---|
DriverEntry |
Dataservice.addDriverEntry(Repository.UnitOfWork transaction,
String driverEntryName) |
DriverEntry |
Dataservice.addDriverFile(Repository.UnitOfWork transaction,
Driver driverFile) |
DriverEntry[] |
Dataservice.getDriverEntries(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
DriverEntryImpl
An implementation of a driver entry in a data service.
|
Modifier and Type | Method and Description |
---|---|
DriverEntry |
DataserviceImpl.addDriverEntry(Repository.UnitOfWork transaction,
String driverEntryName) |
DriverEntry |
DataserviceImpl.addDriverFile(Repository.UnitOfWork uow,
Driver driverFile) |
DriverEntry[] |
DataserviceImpl.getDriverEntries(Repository.UnitOfWork uow,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.