Package | Description |
---|---|
org.teiid.adminapi | |
org.teiid.adminapi.impl |
Modifier and Type | Method and Description |
---|---|
VDB.ConnectionType |
VDB.getConnectionType() |
static VDB.ConnectionType |
VDB.ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VDB.ConnectionType[] |
VDB.ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Admin.changeVDBConnectionType(String vdbName,
int vdbVersion,
VDB.ConnectionType type)
Deprecated.
|
void |
Admin.changeVDBConnectionType(String vdbName,
String vdbVersion,
VDB.ConnectionType type)
Change the
VDB.ConnectionType of the VDB . |
Modifier and Type | Method and Description |
---|---|
VDB.ConnectionType |
VDBMetaData.getConnectionType() |
Modifier and Type | Method and Description |
---|---|
void |
VDBMetaData.setConnectionType(VDB.ConnectionType allowConnections) |
Copyright © 2019. All rights reserved.