Uses of Class
org.mule.module.db.internal.domain.type.UnknownDbTypeException

Packages that use UnknownDbTypeException
org.mule.module.db.internal.domain.type   
 

Uses of UnknownDbTypeException in org.mule.module.db.internal.domain.type
 

Methods in org.mule.module.db.internal.domain.type that throw UnknownDbTypeException
 DbType CompositeDbTypeManager.lookup(DbConnection connection, int id, String name)
           
 DbType MetadataDbTypeManager.lookup(DbConnection connection, int id, String name)
           
 DbType StaticDbTypeManager.lookup(DbConnection connection, int id, String name)
           
 DbType DbTypeManager.lookup(DbConnection connection, int id, String name)
          Finds a mapping for a given type ID and name
 DbType CompositeDbTypeManager.lookup(DbConnection connection, String name)
          Finds a mapping for a given type name using each composed DbTypeManager until a type is found or there are no more managers to use.
 DbType MetadataDbTypeManager.lookup(DbConnection connection, String name)
           
 DbType StaticDbTypeManager.lookup(DbConnection connection, String name)
           
 DbType DbTypeManager.lookup(DbConnection connection, String name)
          Finds a mapping for a given type name
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.