Modifier and Type | Method and Description |
---|---|
static Schema |
RelationalModelFactory.createSchema(Repository.UnitOfWork transaction,
Repository repository,
String parentWorkspacePath,
String schemaName) |
Modifier and Type | Method and Description |
---|---|
Schema |
Folder.addSchema(Repository.UnitOfWork uow,
String schemaName) |
Schema[] |
Folder.getSchemas(Repository.UnitOfWork uow,
String... namePatterns) |
Modifier and Type | Method and Description |
---|---|
Schema |
FolderImpl.addSchema(Repository.UnitOfWork uow,
String schemaName) |
Schema[] |
FolderImpl.getSchemas(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Field and Description |
---|---|
static Schema[] |
Schema.NO_SCHEMAS
An empty array of schemas.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Schema> |
Schema.RESOLVER
The resolver of a
Schema . |
Modifier and Type | Class and Description |
---|---|
class |
SchemaImpl
A named schema fragment
|
Modifier and Type | Method and Description |
---|---|
Schema |
WorkspaceManager.createSchema(Repository.UnitOfWork uow,
KomodoObject parent,
String schemaName) |
Schema[] |
WorkspaceManager.findSchemas(Repository.UnitOfWork transaction) |
Copyright © 2013–2019. All rights reserved.