Uses of Class
org.teiid.adminapi.VDB.ConnectionType
-
Packages that use VDB.ConnectionType Package Description org.teiid.adminapi org.teiid.adminapi.impl -
-
Uses of VDB.ConnectionType in org.teiid.adminapi
Methods in org.teiid.adminapi that return VDB.ConnectionType Modifier and Type Method Description VDB.ConnectionTypeVDB. getConnectionType()static VDB.ConnectionTypeVDB.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.Methods in org.teiid.adminapi with parameters of type VDB.ConnectionType Modifier and Type Method Description voidAdmin. changeVDBConnectionType(String vdbName, int vdbVersion, VDB.ConnectionType type)Deprecated.voidAdmin. changeVDBConnectionType(String vdbName, String vdbVersion, VDB.ConnectionType type)Change theVDB.ConnectionTypeof theVDB. -
Uses of VDB.ConnectionType in org.teiid.adminapi.impl
Methods in org.teiid.adminapi.impl that return VDB.ConnectionType Modifier and Type Method Description VDB.ConnectionTypeVDBMetaData. getConnectionType()Methods in org.teiid.adminapi.impl with parameters of type VDB.ConnectionType Modifier and Type Method Description voidVDBMetaData. setConnectionType(VDB.ConnectionType allowConnections)
-