org.openrdf.sail.rdbms.schema
Class TableFactory
java.lang.Object
org.openrdf.sail.rdbms.schema.TableFactory
- Direct Known Subclasses:
- PgSqlTableFactory
public class TableFactory
- extends Object
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANS_STATEMENTS
protected static final String TRANS_STATEMENTS
- See Also:
- Constant Field Values
TableFactory
public TableFactory()
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.