| java.lang.Object org.openrdf.sail.rdbms.schema.ValueTableFactory org.openrdf.sail.rdbms.postgresql.alt.PgSqlValueTableFactory
PgSqlValueTableFactory | public class PgSqlValueTableFactory extends ValueTableFactory (Code) | | Overrides PostgreSQL specific table commands.
author: James Leigh |
PgSqlValueTableFactory | public PgSqlValueTableFactory()(Code) | | |
Methods inherited from org.openrdf.sail.rdbms.schema.ValueTableFactory | public BNodeTable createBNodeTable(Connection conn, BlockingQueue<Batch> queue) throws SQLException(Code)(Java Doc) public HashTable createHashTable(Connection conn, BlockingQueue<Batch> queue) throws SQLException(Code)(Java Doc) public LiteralTable createLiteralTable(Connection conn, BlockingQueue<Batch> queue) throws SQLException(Code)(Java Doc) public NamespacesTable createNamespacesTable(Connection conn)(Code)(Java Doc) protected RdbmsTable createTable(Connection conn, String name)(Code)(Java Doc) public TripleTable createTripleTable(Connection conn, String tableName)(Code)(Java Doc) public URITable createURITable(Connection conn, BlockingQueue<Batch> queue) throws SQLException(Code)(Java Doc) protected ValueTable createValueTable(Connection conn, BlockingQueue<Batch> queue, String name, int sqlType) throws SQLException(Code)(Java Doc) protected ValueTable createValueTable(Connection conn, BlockingQueue<Batch> queue, String name, int sqlType, int length) throws SQLException(Code)(Java Doc) protected HashTable newHashtable(ValueTable table)(Code)(Java Doc) protected ValueTable newValueTable()(Code)(Java Doc) public void setIdSequence(IdSequence ids)(Code)(Java Doc) public void setSequenced(boolean sequenced)(Code)(Java Doc)
|
|
|