view include/db.h @ 0:0c0701a935f8

Start Development.
author pyon@macmini
date Sun, 21 Jul 2013 16:07:19 +0900
parents
children 7b6dab24f4b8
line wrap: on
line source

// Filename   : db.h
// Last Change: 21-Jul-2013.
//
#ifndef __DB_H__
#define __DB_H__

#include "common.h"

wxString GetHhsNameByNo( wxString hhsno );
wxArrayString GetHhsByKana( wxString kana, bool fuzzy );
wxArrayString GetPathByHhsNo( wxString hhsno );
wxArrayString GetCcnDate( void );
wxArrayString GetCcnByDate( wxString date );
wxArrayString GetHhsNoByCcn( wxString ccn, wxString date );
wxArrayString GetPathByHhsNo( wxString hhs );
void UpdateIndex( wxArrayString paths );

#endif //__DB_H__