Drizzled Public API Documentation

temporal_format.cc File Reference
#include <config.h>
#include <boost/foreach.hpp>
#include <drizzled/temporal_format.h>
#include <drizzled/temporal.h>
#include <string.h>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  drizzled::temporal_format_args
 

Namespaces

 drizzled
 TODO: Rename this file - func.h is stupid.
 

Constant Groups

 drizzled
 TODO: Rename this file - func.h is stupid.
 

Macros

#define COUNT_KNOWN_FORMATS   19
 

Functions

bool drizzled::init_temporal_formats ()
 
void drizzled::deinit_temporal_formats ()
 

Variables

static struct temporal_format_args drizzled::__format_args [COUNT_KNOWN_FORMATS]
 
vector< TemporalFormat * > drizzled::all_temporal_formats
 

Detailed Description

Implementation of the server's date and time string matching utility.

Definition in file temporal_format.cc.