| Piscator.dao.SearchDao
SearchDao | public interface SearchDao (Code) | | |
getDocuments | public String getDocuments(String sql)(Code) | | Appends and returns the documents found.
The sql statement however is suposed to return at least the document xml column!
|
getXML | public String getXML(String sql)(Code) | | Returns the result of the sql statement as xml.
|
|
|