Uses of Class
org.d2rq.lang.Database

Packages that use Database
org.d2rq.lang   
 

Uses of Database in org.d2rq.lang
 

Methods in org.d2rq.lang that return Database
 Database Mapping.database(Resource name)
           
abstract  Database ResourceMap.getDatabase()
           
 Database PropertyBridge.getDatabase()
           
 Database DownloadMap.getDatabase()
           
 Database ClassMap.getDatabase()
           
 Database DownloadMap.getDatabaseFromHereOrClassMap()
          Returns the d2rq:dataStorage of this d2rq:DownloadMap, or if none is defined, then check if there's a d2rq:belongsToClassMap that has one
 

Methods in org.d2rq.lang that return types with arguments of type Database
 Collection<Database> Mapping.databases()
           
 

Methods in org.d2rq.lang with parameters of type Database
 void Mapping.addDatabase(Database database)
           
 void DownloadMap.setDatabase(Database database)
           
 void ClassMap.setDatabase(Database database)
           
 void D2RQValidator.visit(Database database)
           
 void D2RQMappingVisitor.visit(Database database)
           
 void D2RQMappingVisitor.Default.visit(Database database)
           
 void D2RQCompiler.visit(Database database)