Macros
sqliteformat.cpp File Reference

This file is part of the API for handling calendar data and defines the SqliteFormat class. More...

#include "sqliteformat.h"
#include "sqlitestorage.h"
#include "logging_p.h"
#include <KCalendarCore/Alarm>
#include <KCalendarCore/Attendee>
#include <KCalendarCore/Person>
#include <KCalendarCore/Sorting>
Include dependency graph for sqliteformat.cpp:

Macros

#define FLOATING_DATE   "FloatingDate"
 
#define sqlite3_bind_date_time(storage, stmt, index, dt, allDay)
 

Detailed Description

This file is part of the API for handling calendar data and defines the SqliteFormat class.

Sqlite format implementation.

Author
Tero Aho <ext-t.nosp@m.ero..nosp@m.1.aho.nosp@m.@nok.nosp@m.ia.co.nosp@m.m>
Pertti Luukko <ext-p.nosp@m.ertt.nosp@m.i.luu.nosp@m.kko@.nosp@m.nokia.nosp@m..com>

Macro Definition Documentation

◆ FLOATING_DATE

#define FLOATING_DATE   "FloatingDate"

◆ sqlite3_bind_date_time

#define sqlite3_bind_date_time (   storage,
  stmt,
  index,
  dt,
  allDay 
)
Value:
{ \
if (!setDateTime(storage, stmt, index, dt, allDay)) \
goto error; \
}

Generated on Tue Jun 29 2021 09:14:45 for libextendedkcal by doxygen 1.9.1