| Package | Description |
|---|---|
| org.teiid.adminapi |
| Modifier and Type | Method and Description |
|---|---|
static Admin.ExportFormat |
Admin.ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Admin.ExportFormat[] |
Admin.ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Admin.getSchema(String vdbName,
String vdbVersion,
String modelName,
EnumSet<Admin.SchemaObjectType> allowedTypes,
String typeNamePattern,
Admin.ExportFormat format)
Retrieve the schema of the given VDB (if model name is null), or DDL for a specific schema (when model is not null).
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.