com.hp.hpl.jena.sdb.layout1
Class StoreSimpleMySQL

java.lang.Object
  extended by com.hp.hpl.jena.sdb.sql.SDBConnectionHolder
      extended by com.hp.hpl.jena.sdb.layout1.StoreBase1
          extended by com.hp.hpl.jena.sdb.layout1.StoreSimpleMySQL
All Implemented Interfaces:
Store

public class StoreSimpleMySQL
extends StoreBase1

Store class for the simple layout (i.e. one triple table)

Author:
Andy Seaborne

Constructor Summary
StoreSimpleMySQL(SDBConnection connection, StoreDesc desc)
           
StoreSimpleMySQL(SDBConnection connection, StoreDesc desc, MySQLEngineType engineType)
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.sdb.layout1.StoreBase1
close, getConfiguration, getConnection, getDatabaseType, getLayoutType, getLoader, getNodeTableDesc, getQuadTableDesc, getQueryCompilerFactory, getSize, getSize, getSQLBridgeFactory, getSQLGenerator, getTableFormatter, getTripleTableDesc, isClosed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreSimpleMySQL

public StoreSimpleMySQL(SDBConnection connection,
                        StoreDesc desc)

StoreSimpleMySQL

public StoreSimpleMySQL(SDBConnection connection,
                        StoreDesc desc,
                        MySQLEngineType engineType)


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.