MySQL 9.0.0
Source Code Documentation
dict_add_v_col_t Struct Reference

Data structure for newly added virtual column in a table. More...

#include <dict0mem.h>

Public Attributes

ulint n_v_col
 number of new virtual column More...
 
const dict_v_col_tv_col
 column structures More...
 
const char ** v_col_name
 new col names More...
 

Detailed Description

Data structure for newly added virtual column in a table.

Member Data Documentation

◆ n_v_col

ulint dict_add_v_col_t::n_v_col

number of new virtual column

◆ v_col

const dict_v_col_t* dict_add_v_col_t::v_col

column structures

◆ v_col_name

const char** dict_add_v_col_t::v_col_name

new col names


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