MySQL 8.3.0
Source Code Documentation
pars_bound_lit_t Struct Reference

Bound literal. More...

#include <pars0pars.h>

Public Attributes

const char * name
 name More...
 
const void * address
 address More...
 
ulint length
 length of data More...
 
ulint type
 type, e.g. More...
 
ulint prtype
 precise type, e.g. More...
 
sym_node_tnode
 symbol node More...
 

Detailed Description

Bound literal.

Member Data Documentation

◆ address

const void* pars_bound_lit_t::address

address

◆ length

ulint pars_bound_lit_t::length

length of data

◆ name

const char* pars_bound_lit_t::name

name

◆ node

sym_node_t* pars_bound_lit_t::node

symbol node

◆ prtype

ulint pars_bound_lit_t::prtype

precise type, e.g.

DATA_UNSIGNED

◆ type

ulint pars_bound_lit_t::type

type, e.g.

DATA_FIXBINARY


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