Modifier and Type | Method and Description |
---|---|
static DdlFile |
RelationalModelFactory.createDdlFile(Repository.UnitOfWork transaction,
Repository repository,
KomodoObject parent,
String ddlFileName,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
DdlFile[] |
Dataservice.getDdlFiles(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
DdlEntry |
Dataservice.addDdlFile(Repository.UnitOfWork transaction,
DdlFile ddlFile) |
Modifier and Type | Method and Description |
---|---|
DdlFile[] |
DataserviceImpl.getDdlFiles(Repository.UnitOfWork transaction,
String... namePatterns) |
DdlFile |
DdlEntryImpl.getReference(Repository.UnitOfWork uow) |
DdlFile |
DdlEntryImpl.getResource(Repository.UnitOfWork uow) |
Modifier and Type | Method and Description |
---|---|
DdlEntry |
DataserviceImpl.addDdlFile(Repository.UnitOfWork uow,
DdlFile ddlFile) |
Modifier and Type | Field and Description |
---|---|
static DdlFile[] |
DdlFile.NO_DDLS
An empty array of DDL files.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<DdlFile> |
DdlFile.RESOLVER
The resolver of a
DdlFile . |
Modifier and Type | Class and Description |
---|---|
class |
DdlFileImpl
Implementation of DDL file instance model.
|
Modifier and Type | Method and Description |
---|---|
DdlFile |
WorkspaceManager.createDdlFile(Repository.UnitOfWork uow,
KomodoObject parent,
String ddlFileName,
byte[] content) |
Copyright © 2013–2019. All rights reserved.