Mercurial > mercurial > hgweb_searcher03.cgi
comparison include/db.h @ 11:dfcf8c973219
Implement Cache maker.
author | pyon@macmini |
---|---|
date | Wed, 07 May 2014 20:38:57 +0900 |
parents | b455f2d8aac9 |
children | bbd65edf71d4 |
comparison
equal
deleted
inserted
replaced
10:29021e6e1ebe | 11:dfcf8c973219 |
---|---|
1 // Filename : db.h | 1 // Filename : db.h |
2 // Last Change: 05-Feb-2014. | 2 // Last Change: 02-May-2014. |
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" |
24 wxArrayString GetCcnDate( void ); | 24 wxArrayString GetCcnDate( void ); |
25 // 日付から審査会を取得 | 25 // 日付から審査会を取得 |
26 wxArrayString GetCcnByDate( wxString date ); | 26 wxArrayString GetCcnByDate( wxString date ); |
27 // 合議体から被保険者番号を取得 | 27 // 合議体から被保険者番号を取得 |
28 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); | 28 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); |
29 // 範囲日時のパスを取得 | |
30 wxArrayString GetPathes( wxString from, wxString to ); | |
29 // インデックスを更新 | 31 // インデックスを更新 |
30 void UpdateIndex( wxString datadir, wxString date ); | 32 void UpdateIndex( wxString datadir, wxString date ); |
31 // DBの整合性をチェック | 33 // DBの整合性をチェック |
32 wxArrayString CheckDBs( void ); | 34 wxArrayString CheckDBs( void ); |
33 // DBの更新日時を取得 | 35 // DBの更新日時を取得 |