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
SQLExceptionpublic void close()
throws SQLException
SQLExceptionprotected void createTable()
throws SQLException
SQLExceptionprotected void createTable(CharSequence sb) throws SQLException
SQLExceptionpublic void insert(String prefix, String namespace) throws SQLException
SQLExceptionpublic void updatePrefix(String prefix, String namespace) throws SQLException
SQLExceptionpublic void clearPrefixes()
throws SQLException
SQLExceptionpublic List<Object[]> selectAll() throws SQLException
SQLExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.