InnoDB Plugin  1.0
Data Fields
dfield_t Struct Reference

#include <data0data.h>

Collaboration diagram for dfield_t:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

Structure for an SQL data field

Field Documentation

void* dfield_t::data

pointer to data

unsigned dfield_t::ext

TRUE=externally stored, FALSE=local

unsigned dfield_t::len

data length; UNIV_SQL_NULL if SQL null

dtype_t dfield_t::type

type of data


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