org.openrdf.sail.rdbms.schema
Class BNodeTable
java.lang.Object
org.openrdf.sail.rdbms.schema.BNodeTable
public class BNodeTable
- extends Object
Manages the rows in the BNode table.
- Author:
- James Leigh
BNodeTable
public BNodeTable(ValueTable table)
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-2008 Aduna. All Rights Reserved.