YATiSh
Yet Another TIme SHeet
Classes | Macros | Enumerations
yatishDB.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yatishDB
 Provides a few basic methods and (static) members to interact with yatish tables. More...
 

Macros

#define CATCH(returnValue)
 

Enumerations

enum  tableID {
  client_tid , task_tid , tool_tid , project_tid ,
  activity_tid , timeslot_tid
}
 

Macro Definition Documentation

◆ CATCH

#define CATCH (   returnValue)
Value:
catch (wxDatabaseException& e) {\
wxLogError ( "[%d] %s", e.GetErrorCode(), e.GetErrorMessage() );\
return returnValue; }

Definition at line 22 of file yatishDB.h.

Enumeration Type Documentation

◆ tableID

enum tableID
Enumerator
client_tid 
task_tid 
tool_tid 
project_tid 
activity_tid 
timeslot_tid 

Definition at line 13 of file yatishDB.h.