Drizzled Public API Documentation

pars_bound_lit_struct Struct Reference

#include <pars0pars.h>

List of all members.

Public Attributes

const char * name
const void * address
ulint length
ulint type
ulint prtype

Detailed Description

Bound literal.

Definition at line 623 of file pars0pars.h.


Member Data Documentation

const void* pars_bound_lit_struct::address

address

Definition at line 625 of file pars0pars.h.

Referenced by pars_info_add_literal(), and sym_tab_add_bound_lit().

ulint pars_bound_lit_struct::length

length of data

Definition at line 626 of file pars0pars.h.

Referenced by pars_info_add_literal(), and sym_tab_add_bound_lit().

const char* pars_bound_lit_struct::name

name

Definition at line 624 of file pars0pars.h.

Referenced by pars_info_add_literal(), and pars_info_get_bound_lit().

ulint pars_bound_lit_struct::prtype

precise type, e.g. DATA_UNSIGNED

Definition at line 628 of file pars0pars.h.

Referenced by pars_info_add_literal(), and sym_tab_add_bound_lit().

ulint pars_bound_lit_struct::type

type, e.g. DATA_FIXBINARY

Definition at line 627 of file pars0pars.h.

Referenced by pars_info_add_literal(), and sym_tab_add_bound_lit().


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