org.openrdf.sail.rdbms.schema
Class TableFactory

java.lang.Object
  extended by org.openrdf.sail.rdbms.schema.TableFactory
Direct Known Subclasses:
PgSqlTableFactory

public class TableFactory
extends Object

Author:
James Leigh

Field Summary
protected static String TRANS_STATEMENTS
           
 
Constructor Summary
TableFactory()
           
 
Method Summary
 RdbmsTable createTable(Connection conn, String name)
           
 RdbmsTable createTemporaryTable(Connection conn)
           
 RdbmsTable createTemporaryTable(Connection conn, String name)
           
protected  RdbmsTable newTable(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANS_STATEMENTS

protected static final String TRANS_STATEMENTS
See Also:
Constant Field Values
Constructor Detail

TableFactory

public TableFactory()
Method Detail

createTemporaryTable

public RdbmsTable createTemporaryTable(Connection conn)

createTemporaryTable

public RdbmsTable createTemporaryTable(Connection conn,
                                       String name)

createTable

public RdbmsTable createTable(Connection conn,
                              String name)

newTable

protected RdbmsTable newTable(String name)


Copyright © 2001-2008 Aduna. All Rights Reserved.