~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.h

MergedĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include <string>
29
29
 
 
30
namespace drizzled
 
31
{
 
32
 
30
33
/**
31
34
 * Class representing a BLOB data type column
32
35
 */
220
223
  uint32_t max_display_length();
221
224
};
222
225
 
 
226
} /* namespace drizzled */
 
227
 
223
228
#endif /* DRIZZLED_FIELD_BLOB_H */
224
229