Mercurial > mercurial > hgweb_searcher03.cgi
comparison include/db.h @ 8:4967d1e2b30c
Alert when not mask in batch print mode.
author | pyon@macmini |
---|---|
date | Fri, 01 Nov 2013 18:44:37 +0900 |
parents | 7ac7d28699af |
children | b455f2d8aac9 |
comparison
equal
deleted
inserted
replaced
7:7ac7d28699af | 8:4967d1e2b30c |
---|---|
1 // Filename : db.h | 1 // Filename : db.h |
2 // Last Change: 16-Oct-2013. | 2 // Last Change: 01-Nov-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" |
21 // 日付から審査会を取得 | 21 // 日付から審査会を取得 |
22 wxArrayString GetCcnByDate( wxString date ); | 22 wxArrayString GetCcnByDate( wxString date ); |
23 // 合議体から被保険者番号を取得 | 23 // 合議体から被保険者番号を取得 |
24 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); | 24 wxArrayString GetHhsNoByCcn( wxString ccn, wxString date ); |
25 // インデックスを更新 | 25 // インデックスを更新 |
26 void UpdateIndex( wxString datedir, wxString date ); | 26 void UpdateIndex( wxString datadir, wxString date ); |
27 // DBの整合性をチェック | 27 // DBの整合性をチェック |
28 wxArrayString CheckDBs( void ); | 28 wxArrayString CheckDBs( void ); |
29 // DBの更新日時を取得 | 29 // DBの更新日時を取得 |
30 wxArrayString GetLastUpdate( void ); | 30 wxArrayString GetLastUpdate( void ); |
31 | 31 |