public StoreTriplesNodesIndexMySQL(SDBConnection connection, StoreDesc desc, MySQLEngineType tableType)
{
super(connection, desc,
new FmtLayout2IndexMySQL(connection,
(tableType!=null)? tableType : MySQLEngineType.InnoDB),
new LoaderTuplesNodes(connection, TupleLoaderIndexMySQL.class),
new QueryCompilerFactoryIndex(),
new SQLBridgeFactory2(),
new GenerateSQLMySQL()) ;
((LoaderTuplesNodes) this.getLoader()).setStore(this);