comparison include/db.h @ 1:7b6dab24f4b8

Gui parts complete.
author pyon@macmini
date Sun, 04 Aug 2013 21:42:49 +0900
parents 0c0701a935f8
children c066fde99517
comparison
equal deleted inserted replaced
0:0c0701a935f8 1:7b6dab24f4b8
1 // Filename : db.h 1 // Filename : db.h
2 // Last Change: 21-Jul-2013. 2 // Last Change: 02-Aug-2013.
3 // 3 //
4 #ifndef __DB_H__ 4 #ifndef __DB_H__
5 #define __DB_H__ 5 #define __DB_H__
6 6
7 #include "common.h" 7 #include "common.h"
8 8
9 wxString GetHhsNameByNo( wxString hhsno ); 9 // $BHoJ]HV$GHoJ]81<T>pJs$r<hF@(B
10 wxArrayString GetHhsByKana( wxString kana, bool fuzzy ); 10 wxString GetHhsInfoByHhsNo( wxString hhsno );
11 // $B;aL>%+%J$GHoJ]81<T$r8!:w(B
12 wxArrayString GetHhsInfoByKana( wxString kana, bool fuzzy );
13 // $BHoJ]81<THV9f$+$i%U%!%$%k%Q%9$r<hF@(B
11 wxArrayString GetPathByHhsNo( wxString hhsno ); 14 wxArrayString GetPathByHhsNo( wxString hhsno );
15 // $B9g5DBN3+:EF|$r<hF@(B
12 wxArrayString GetCcnDate( void ); 16 wxArrayString GetCcnDate( void );
13 wxArrayString GetCcnByDate( wxString date ); 17 wxArrayString GetCcnByDate( wxString date );
14 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); 18 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date );
15 wxArrayString GetPathByHhsNo( wxString hhs ); 19 wxArrayString GetPathByHhsNo( wxString hhs );
20 // $B%$%s%G%C%/%9$r99?7(B
16 void UpdateIndex( wxArrayString paths ); 21 void UpdateIndex( wxArrayString paths );
17 22
18 #endif //__DB_H__ 23 #endif //__DB_H__
19 24