Skip to content

Struct pt_dblink_info

ClassList > pt_dblink_info

  • #include <parse_tree.h>

Public Attributes

Type Name
PT_NODE * cols
PT_NODE * conn
const char * corr_key_col_names
int corr_key_count
PT_NODE * corr_key_outer_copy
bool corr_sql_built
PT_HOST_VAR_IDX_INFO host_vars
bool is_name
PT_NODE * owner_list
PT_NODE * owner_name
PT_NODE * pushed_pred
PT_NODE * pwd
PT_NODE * qstr
void * remote_col_list
char * remote_table_name
PARSER_VARCHAR * rewritten
bool rewritten_has_where
PT_NODE * sel_list
PT_NODE * url
PT_NODE * user

Public Attributes Documentation

variable cols

PT_NODE* pt_dblink_info::cols;

variable conn

PT_NODE* pt_dblink_info::conn;

variable corr_key_col_names

const char* pt_dblink_info::corr_key_col_names[8];

variable corr_key_count

int pt_dblink_info::corr_key_count;

variable corr_key_outer_copy

PT_NODE* pt_dblink_info::corr_key_outer_copy[8];

variable corr_sql_built

bool pt_dblink_info::corr_sql_built;

variable host_vars

PT_HOST_VAR_IDX_INFO pt_dblink_info::host_vars;

variable is_name

bool pt_dblink_info::is_name;

variable owner_list

PT_NODE* pt_dblink_info::owner_list;

variable owner_name

PT_NODE* pt_dblink_info::owner_name;

variable pushed_pred

PT_NODE* pt_dblink_info::pushed_pred;

variable pwd

PT_NODE* pt_dblink_info::pwd;

variable qstr

PT_NODE* pt_dblink_info::qstr;

variable remote_col_list

void* pt_dblink_info::remote_col_list;

variable remote_table_name

char* pt_dblink_info::remote_table_name;

variable rewritten

PARSER_VARCHAR* pt_dblink_info::rewritten;

variable rewritten_has_where

bool pt_dblink_info::rewritten_has_where;

variable sel_list

PT_NODE* pt_dblink_info::sel_list;

variable url

PT_NODE* pt_dblink_info::url;

variable user

PT_NODE* pt_dblink_info::user;


The documentation for this class was generated from the following file cubrid/src/parser/parse_tree.h