Lines Matching full:database
24 : database(NULL),
41 database = _database;
58 if ( database->isDocumentLoaded( fileURI.getURI() ) )
77 // Insert the document into the database, the Database will keep a ref on the main dom, so it won't get deleted
78 // until we clear the database
82 int res = database->insertDocument(fileURI.getURI(),domObject,&document);
116 // Insert the document into the database, the Database will keep a ref on the main dom, so it won't get deleted
117 // until we clear the database
121 int res = database->insertDocument(fileURI.getURI(),domObject,&document, zaeRoot, extractedURI);