org.openrdf.sail.rdbms.schema
Class BNodeTable

java.lang.Object
  extended by org.openrdf.sail.rdbms.schema.BNodeTable

public class BNodeTable
extends Object

Manages the rows in the BNode table.

Author:
James Leigh

Constructor Summary
BNodeTable(ValueTable table)
           
 
Method Summary
 void close()
           
 boolean expunge(String condition)
           
 int getBatchSize()
           
 String getName()
           
 void insert(Number id, String value)
           
 void optimize()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BNodeTable

public BNodeTable(ValueTable table)
Method Detail

close

public void close()
           throws SQLException
Throws:
SQLException

getName

public String getName()

getBatchSize

public int getBatchSize()

insert

public void insert(Number id,
                   String value)
            throws SQLException,
                   InterruptedException
Throws:
SQLException
InterruptedException

expunge

public boolean expunge(String condition)
                throws SQLException
Throws:
SQLException

toString

public String toString()
Overrides:
toString in class Object

optimize

public void optimize()
              throws SQLException
Throws:
SQLException


Copyright © 2001-2010 Aduna. All Rights Reserved.