Macros
sqliteformat.cpp File Reference

Sqlite format implementation. More...

#include "sqliteformat.h"
#include "sqlitestorage.h"
#include "logging_p.h"
#include <alarm.h>
#include <attendee.h>
#include <person.h>
#include <sorting.h>
#include <QUrl>
#include <kdebug.h>
Include dependency graph for sqliteformat.cpp:

Macros

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

Detailed Description

Sqlite format implementation.

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

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 Sat Oct 17 2020 06:54:57 for libextendedkcal by doxygen 1.8.17