Mercurial > mercurial > hgweb_searcher03.cgi
comparison include/db.h @ 0:0c0701a935f8
Start Development.
author | pyon@macmini |
---|---|
date | Sun, 21 Jul 2013 16:07:19 +0900 |
parents | |
children | 7b6dab24f4b8 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0c0701a935f8 |
---|---|
1 // Filename : db.h | |
2 // Last Change: 21-Jul-2013. | |
3 // | |
4 #ifndef __DB_H__ | |
5 #define __DB_H__ | |
6 | |
7 #include "common.h" | |
8 | |
9 wxString GetHhsNameByNo( wxString hhsno ); | |
10 wxArrayString GetHhsByKana( wxString kana, bool fuzzy ); | |
11 wxArrayString GetPathByHhsNo( wxString hhsno ); | |
12 wxArrayString GetCcnDate( void ); | |
13 wxArrayString GetCcnByDate( wxString date ); | |
14 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); | |
15 wxArrayString GetPathByHhsNo( wxString hhs ); | |
16 void UpdateIndex( wxArrayString paths ); | |
17 | |
18 #endif //__DB_H__ | |
19 |