MySQL 9.4.0
Source Code Documentation
PT_file_attributes Class Reference

#include <parse_tree_nodes.h>

Public Member Functions

bool merge_attributes (PT_file_attributes *attr)
 

Public Attributes

const Stringuri {nullptr}
 
const Stringname {nullptr}
 
const Stringpattern {nullptr}
 
const Stringprefix {nullptr}
 
Ternary_option allow_missing_files {Ternary_option::DEFAULT}
 
Ternary_option strict_load {Ternary_option::DEFAULT}
 

Member Function Documentation

◆ merge_attributes()

bool PT_file_attributes::merge_attributes ( PT_file_attributes attr)

Member Data Documentation

◆ allow_missing_files

Ternary_option PT_file_attributes::allow_missing_files {Ternary_option::DEFAULT}

◆ name

const String* PT_file_attributes::name {nullptr}

◆ pattern

const String* PT_file_attributes::pattern {nullptr}

◆ prefix

const String* PT_file_attributes::prefix {nullptr}

◆ strict_load

Ternary_option PT_file_attributes::strict_load {Ternary_option::DEFAULT}

◆ uri

const String* PT_file_attributes::uri {nullptr}

The documentation for this class was generated from the following files: