Mercurial > mercurial > hgweb_searcher03.cgi
diff include/db.h @ 0:0c0701a935f8
Start Development.
author | pyon@macmini |
---|---|
date | Sun, 21 Jul 2013 16:07:19 +0900 |
parents | |
children | 7b6dab24f4b8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/db.h Sun Jul 21 16:07:19 2013 +0900 @@ -0,0 +1,19 @@ +// Filename : db.h +// Last Change: 21-Jul-2013. +// +#ifndef __DB_H__ +#define __DB_H__ + +#include "common.h" + +wxString GetHhsNameByNo( wxString hhsno ); +wxArrayString GetHhsByKana( wxString kana, bool fuzzy ); +wxArrayString GetPathByHhsNo( wxString hhsno ); +wxArrayString GetCcnDate( void ); +wxArrayString GetCcnByDate( wxString date ); +wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); +wxArrayString GetPathByHhsNo( wxString hhs ); +void UpdateIndex( wxArrayString paths ); + +#endif //__DB_H__ +