Uses of Class
org.teiid.deployers.VirtualDatabaseException
-
Packages that use VirtualDatabaseException Package Description org.teiid.deployers org.teiid.runtime org.teiid.runtime.util -
-
Uses of VirtualDatabaseException in org.teiid.deployers
Methods in org.teiid.deployers that throw VirtualDatabaseException Modifier and Type Method Description voidVDBRepository. addVDB(VDBMetaData vdb, MetadataStore metadataStore, LinkedHashMap<String,VDBResources.Resource> visibilityMap, UDFMetaData udf, ConnectorManagerRepository cmr)Constructors in org.teiid.deployers that throw VirtualDatabaseException Constructor Description CompositeVDB(VDBMetaData vdb, MetadataStore metadataStore, LinkedHashMap<String,VDBResources.Resource> visibilityMap, UDFMetaData udf, FunctionTree systemFunctions, ConnectorManagerRepository cmr, VDBRepository vdbRepository, MetadataStore... additionalStores) -
Uses of VirtualDatabaseException in org.teiid.runtime
Methods in org.teiid.runtime that throw VirtualDatabaseException Modifier and Type Method Description protected voidAbstractVDBDeployer. assignMetadataRepositories(VDBMetaData deployment, MetadataRepository<?,?> defaultRepo)voidEmbeddedServer. deployVDB(InputStream is)Deploy a vdb.xml file.voidEmbeddedServer. deployVDB(InputStream is, boolean ddl)Deploy a vdb.xml file.voidEmbeddedServer. deployVDB(String name, ModelMetaData... models)Deploy the given set of models as vdb name.1protected voidEmbeddedServer. deployVDB(VDBMetaData vdb, VDBResources resources)voidEmbeddedServer. deployVDBZip(URL url)Deploy a vdb zip file.protected MetadataRepository<?,?>AbstractVDBDeployer. getMetadataRepository(String repoType)protected MetadataRepository<?,?>EmbeddedServer. getMetadataRepository(String repoType) -
Uses of VirtualDatabaseException in org.teiid.runtime.util
Methods in org.teiid.runtime.util that throw VirtualDatabaseException Modifier and Type Method Description static StringConvertVDB. convert(File f)
-