{
public StoreTriplesNodesIndexHSQL(SDBConnection connection, StoreDesc desc)
{
super(connection, desc,
new FmtLayout2IndexHSQL(connection),
new LoaderTuplesNodes(connection, TupleLoaderIndexHSQL.class),
new QueryCompilerFactoryIndex(),
new SQLBridgeFactory2(), new TableDescTriples(), new TableDescQuads(), new TableNodesIndex()) ;
((LoaderTuplesNodes) this.getLoader()).setStore(this);
}