org.openrdf.sail.rdbms.postgresql
Class PgSqlValueTableFactory

java.lang.Object
  extended by org.openrdf.sail.rdbms.schema.ValueTableFactory
      extended by org.openrdf.sail.rdbms.postgresql.PgSqlValueTableFactory

public class PgSqlValueTableFactory
extends ValueTableFactory

Overrides PostgreSQL specific table commands.

Author:
James Leigh

Field Summary
 
Fields inherited from class org.openrdf.sail.rdbms.schema.ValueTableFactory
BNODE_VALUES, DTS, HASH_TABLE, INDEX_VALUES, LANGS, LANGUAGES, LBS, LLBS, LURI_VALUES, NAMESPACES, NUM_VALUES, RESOURCES, TIMES, URI_VALUES
 
Constructor Summary
PgSqlValueTableFactory()
           
 
Method Summary
 TripleTable createTripleTable(Connection conn, String tableName)
           
 PgSqlValueTable newValueTable()
           
 
Methods inherited from class org.openrdf.sail.rdbms.schema.ValueTableFactory
createBNodeTable, createHashTable, createLiteralTable, createNamespacesTable, createTable, createURITable, createValueTable, createValueTable, newHashtable, setIdSequence, setSequenced
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PgSqlValueTableFactory

public PgSqlValueTableFactory()
Method Detail

newValueTable

public PgSqlValueTable newValueTable()
Overrides:
newValueTable in class ValueTableFactory

createTripleTable

public TripleTable createTripleTable(Connection conn,
                                     String tableName)
Overrides:
createTripleTable in class ValueTableFactory


Copyright © 2001-2008 Aduna. All Rights Reserved.