Which class has replaced com.hp.hpl.jena.db.IDBConnection in Jena 3.x.x?
I have tried to use org.apache.jena.db but it seems not to be there.
Which class has replaced com.hp.hpl.jena.db.IDBConnection in Jena 3.x.x?
I have tried to use org.apache.jena.db but it seems not to be there.
The provided database storage systems are :
TDB is preferred, it scales better and is faster. SDB is for when you really must have an SQL based solution.