~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/display.h

Update of the time code. Epoch is now used for timestamp internall (this is
not a user level change). This fixes the issue where some DD were not
displaying the correct column type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "drizzled/common.h"
25
25
#include <string>
26
26
 
 
27
#include "drizzled/item/func.h"
 
28
 
27
29
namespace drizzled {
28
30
namespace display {
29
31
 
 
32
const std::string &type(drizzled::Cast_target type);
30
33
const std::string &type(drizzled::enum_server_command type);
31
34
const std::string &type(drizzled::enum_field_types type);
32
35
const std::string &type(bool type);