Drizzled Public API Documentation

drizzled::SendField Class Reference

#include <field.h>

Public Attributes

const char * db_name
 
const char * table_name
 
const char * org_table_name
 
const char * col_name
 
const char * org_col_name
 
uint32_t length
 
uint32_t charsetnr
 
uint32_t flags
 
uint32_t decimals
 
enum_field_types type
 

Detailed Description

A class for sending field information to a client.

Send_field is basically a stripped-down POD class for representing basic information about a field...

Definition at line 785 of file field.h.


The documentation for this class was generated from the following file: