Package | Description |
---|---|
org.teiid.adminapi |
Modifier and Type | Method and Description |
---|---|
static Admin.SchemaObjectType |
Admin.SchemaObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Admin.SchemaObjectType[] |
Admin.SchemaObjectType.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,
int vdbVersion,
String modelName,
EnumSet<Admin.SchemaObjectType> allowedTypes,
String typeNamePattern)
Deprecated.
|
String |
Admin.getSchema(String vdbName,
String vdbVersion,
String modelName,
EnumSet<Admin.SchemaObjectType> allowedTypes,
String typeNamePattern)
Retrieve the schema of the given model
|
Copyright © 2020. All rights reserved.