|
geekblog 0.0.1-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--geekblog.JDBCDataManager | +--geekblog.HSQLDataManager
JDBCDataManager derivative specifically for storing into an HSQLDB in-proc database. (Only customization is in database creation scripts.)
Field Summary |
Fields inherited from class geekblog.JDBCDataManager |
conn, statements |
Fields inherited from interface geekblog.DataManager |
KEY |
Constructor Summary | |
HSQLDataManager()
Constructor placeholder; all real work done in init() |
Method Summary | |
void |
init(javax.servlet.ServletContext context)
Initializer. |
Methods inherited from class geekblog.JDBCDataManager |
destroy, findEntries, getAllEntries, getArticleEntries, getCommentCountForEntry, getCommentsForEntry, getConnection, getEntriesForDate, getEntriesForMonth, getEntry, getEntryCountForDate, getEntryCountForMonth, getLastNEntries, markAsArticle, postComment, postEntry, removeEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HSQLDataManager()
Method Detail |
public void init(javax.servlet.ServletContext context)
init
in interface DataManager
init
in class JDBCDataManager
|
geekblog 0.0.1-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |