Mercurial > mercurial > hgweb_searcher03.cgi
view include/db.h @ 1:7b6dab24f4b8
Gui parts complete.
author | pyon@macmini |
---|---|
date | Sun, 04 Aug 2013 21:42:49 +0900 |
parents | 0c0701a935f8 |
children | c066fde99517 |
line wrap: on
line source
// Filename : db.h // Last Change: 02-Aug-2013. // #ifndef __DB_H__ #define __DB_H__ #include "common.h" // $BHoJ]HV$GHoJ]81<T>pJs$r<hF@(B wxString GetHhsInfoByHhsNo( wxString hhsno ); // $B;aL>%+%J$GHoJ]81<T$r8!:w(B wxArrayString GetHhsInfoByKana( wxString kana, bool fuzzy ); // $BHoJ]81<THV9f$+$i%U%!%$%k%Q%9$r<hF@(B wxArrayString GetPathByHhsNo( wxString hhsno ); // $B9g5DBN3+:EF|$r<hF@(B wxArrayString GetCcnDate( void ); wxArrayString GetCcnByDate( wxString date ); wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); wxArrayString GetPathByHhsNo( wxString hhs ); // $B%$%s%G%C%/%9$r99?7(B void UpdateIndex( wxArrayString paths ); #endif //__DB_H__