Mercurial > mercurial > hgweb_searcher03.cgi
comparison include/db.h @ 21:a2ad87cad48b
Enhanced the convenience of Cache dialog.
author | pyon@macmini |
---|---|
date | Wed, 17 Dec 2014 00:52:43 +0900 |
parents | bbd65edf71d4 |
children |
comparison
equal
deleted
inserted
replaced
20:226774bf49fc | 21:a2ad87cad48b |
---|---|
1 // Filename : db.h | 1 // Filename : db.h |
2 // Last Change: 21-May-2014. | 2 // Last Change: 12-Dec-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" |
26 wxArrayString GetCcnDate( void ); | 26 wxArrayString GetCcnDate( void ); |
27 // 日付から審査会を取得 | 27 // 日付から審査会を取得 |
28 wxArrayString GetCcnByDate( wxString date ); | 28 wxArrayString GetCcnByDate( wxString date ); |
29 // 合議体から被保険者番号を取得 | 29 // 合議体から被保険者番号を取得 |
30 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); | 30 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); |
31 // 範囲日時のパスを取得 | 31 // 指定した範囲の日付のパスを取得 |
32 wxArrayString GetPathes( wxString from, wxString to ); | 32 wxArrayString GetPathesByPeriod( wxString from, wxString to ); |
33 // 指定日のパスを取得 | |
34 wxArrayString GetPathesByDate( wxString date ); | |
33 // インデックスを更新 | 35 // インデックスを更新 |
34 void UpdateIndex( wxString datadir, wxString date ); | 36 void UpdateIndex( wxString datadir, wxString date ); |
35 // DBの整合性をチェック | 37 // DBの整合性をチェック |
36 wxArrayString CheckDBs( void ); | 38 wxArrayString CheckDBs( void ); |
37 // DBの更新日時を取得 | 39 // DBの更新日時を取得 |