public class NamespacesTable extends Object
Constructor and Description |
---|
NamespacesTable(RdbmsTable table) |
Modifier and Type | Method and Description |
---|---|
void |
clearPrefixes() |
void |
close() |
protected void |
createTable() |
protected void |
createTable(CharSequence sb) |
void |
initialize() |
void |
insert(String prefix,
String namespace) |
List<Object[]> |
selectAll() |
String |
toString() |
void |
updatePrefix(String prefix,
String namespace) |
public NamespacesTable(RdbmsTable table)
public void initialize() throws SQLException
SQLException
public void close() throws SQLException
SQLException
protected void createTable() throws SQLException
SQLException
protected void createTable(CharSequence sb) throws SQLException
SQLException
public void insert(String prefix, String namespace) throws SQLException
SQLException
public void updatePrefix(String prefix, String namespace) throws SQLException
SQLException
public void clearPrefixes() throws SQLException
SQLException
public List<Object[]> selectAll() throws SQLException
SQLException
Copyright © 2001-2016 Aduna. All Rights Reserved.