| Piscator.dao.DocumentTableDao
DocumentTableDao | public interface DocumentTableDao (Code) | | |
create | public void create(String table)(Code) | | Drops and creates the document table.
|
getDocIds | public List getDocIds(String table)(Code) | | Returns a list of all the docIds stored in the specified document table.
|
getDocument | public String getDocument(String table, String docId)(Code) | | Returns the document stored in the specified document table for the specified docId.
|
insert | public void insert(String table, String xml)(Code) | | Inserts a document in the specified table
|
|
|