org.openrdf.sail.rdbms.schema
Class URITable
java.lang.Object
org.openrdf.sail.rdbms.schema.URITable
public class URITable
- extends Object
Manages the rows in the URI table.
- Author:
- James Leigh
URITable
public URITable(ValueTable shorter,
ValueTable longer)
close
public void close()
throws SQLException
- Throws:
SQLException
getBatchSize
public int getBatchSize()
getVersion
public int getVersion()
getShortTableName
public String getShortTableName()
getLongTableName
public String getLongTableName()
insertShort
public void insertShort(Number id,
String value)
throws SQLException,
InterruptedException
- Throws:
SQLException
InterruptedException
insertLong
public void insertLong(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.