24#ifndef MYSQL_TIMESTAMP_IMP_H
25#define MYSQL_TIMESTAMP_IMP_H
Definition: mysql_timestamp_imp.h:29
static int make_iso8601_timestamp(char *buf, ulonglong utime, enum enum_iso8601_tzmode mode) noexcept
Make and return an ISO 8601 / RFC 3339 compliant timestamp.
Definition: mysql_timestamp_imp.cc:40
static int make_iso8601_timestamp_now(char *buffer, size_t size) noexcept
Make and return an ISO 8601 / RFC 3339 compliant timestamp.
Definition: mysql_timestamp_imp.cc:33
enum_iso8601_tzmode
Definition: iso8601_tzmode.h:35
Error logging, slow query logging, general query logging: If it's server-internal,...
unsigned long long int ulonglong
Definition: my_inttypes.h:56
Definition: buf0block_hint.cc:30
size_t size(const char *const c)
Definition: base64.h:46
mutable_buffer buffer(void *p, size_t n) noexcept
Definition: buffer.h:418
mode
Definition: file_handle.h:61
Specifies macros to define Service Implementations.
#define DEFINE_METHOD(retval, name, args)
A macro to ensure method implementation has required properties, that is it does not throw exceptions...
Definition: service_implementation.h:79