Searched refs:tmpDatabaseUrl (Results 1 – 2 of 2) sorted by relevance
329 String tmpDatabaseUrl = utils.getOfficeTempDir((XMultiServiceFactory)Param.getMSF()); in getRemoteXConnection() local333 String tmpDatabaseFile = tmpDatabaseUrl + databaseName + ".odb"; in getRemoteXConnection()338 tmpDatabaseUrl = "sdbc:dbase:file:///" + tmpDatabaseUrl ; in getRemoteXConnection()347 xSrcProp.setPropertyValue("URL", tmpDatabaseUrl) ; in getRemoteXConnection()351 log.println("register database '"+tmpDatabaseUrl+"' as '"+databaseName+"'" ); in getRemoteXConnection()
145 String tmpDatabaseUrl = utils.getOfficeTempDir((XMultiServiceFactory)Param.getMSF()); in createTestEnvironment() local147 tmpDatabaseUrl = "sdbc:dbase:file:///" + tmpDatabaseUrl ; in createTestEnvironment()175 xSrcProp.setPropertyValue("URL", tmpDatabaseUrl) ; in createTestEnvironment()
Completed in 12 milliseconds