~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:48:44 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328234844-ufirvtasojvjsxoc
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
#define DRIZZLE_YY_PART_YEAR  70
68
68
 
69
69
#include <drizzled/calendar.h>
70
 
 
 
70
#include <drizzled/common_fwd.h>
71
71
#include <cassert>
72
72
#include <ostream>
73
73
 
74
 
/* Outside forward declarations */
75
 
namespace type {
76
 
class Decimal;
77
 
}
78
 
 
79
 
namespace drizzled
80
 
{
 
74
namespace drizzled {
81
75
 
82
76
/* Forward declaration needed */
83
77
class TemporalInterval;
197
191
  friend class TemporalFormat;
198
192
};
199
193
 
200
 
/* Forward declaration needed */
201
 
class DateTime;
202
 
class Timestamp;
203
 
class Time;
204
 
 
205
194
/**
206
195
 * Class representing temporal components in a valid
207
196
 * SQL date range, with no time component