* {@link com.bigdata.rdf.store.AbstractTripleStore} used to resolve the
* {@link com.bigdata.bop.engine.QueryEngine}. Otherwise it must be the same object as
* the <i>database</i>.
*/
public BigDataSesame27Sail(AbstractTripleStore database, AbstractTripleStore mainDatabase) {
wrapped = new BigdataSail(database,mainDatabase);
}