MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dfield_t Struct Reference

#include <data0data.h>

Collaboration diagram for dfield_t:

Public Attributes

void * data
unsigned ext:1
unsigned len:32
dtype_t type

Detailed Description

Structure for an SQL data field

Definition at line 483 of file data0data.h.

Member Data Documentation

void* dfield_t::data

pointer to data

Definition at line 484 of file data0data.h.

unsigned dfield_t::ext

TRUE=externally stored, FALSE=local

Definition at line 485 of file data0data.h.

unsigned dfield_t::len

data length; UNIV_SQL_NULL if SQL null

Definition at line 486 of file data0data.h.

dtype_t dfield_t::type

type of data

Definition at line 487 of file data0data.h.


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