org.openrdf.sail.rdbms.schema
Class NamespacesTable
java.lang.Object
org.openrdf.sail.rdbms.schema.NamespacesTable
public class NamespacesTable
- extends Object
Manages the namespace prefix in the database.
- Author:
- James Leigh
NamespacesTable
public NamespacesTable(RdbmsTable table)
initialize
public void initialize()
throws SQLException
- Throws:
SQLException
close
public void close()
throws SQLException
- Throws:
SQLException
createTable
protected void createTable()
throws SQLException
- Throws:
SQLException
createTable
protected void createTable(CharSequence sb)
throws SQLException
- Throws:
SQLException
insert
public void insert(String prefix,
String namespace)
throws SQLException
- Throws:
SQLException
updatePrefix
public void updatePrefix(String prefix,
String namespace)
throws SQLException
- Throws:
SQLException
clearPrefixes
public void clearPrefixes()
throws SQLException
- Throws:
SQLException
selectAll
public List<Object[]> selectAll()
throws SQLException
- Throws:
SQLException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2008 Aduna. All Rights Reserved.