Skip to content

Struct t_shard_stmt

ClassList > t_shard_stmt

  • #include <shard_statement.h>

Public Attributes

Type Name
T_BROKER_VERSION client_version
int ctx_cid
unsigned int ctx_uid
char database_user
T_SHARD_STMT * hash_next
T_SHARD_STMT * hash_prev
unsigned int index
T_SHARD_STMT * lru_next
T_SHARD_STMT * lru_prev
unsigned int num_alloc
int num_pinned
SP_PARSER_CTX * parser
void * reply_buffer
int reply_buffer_length
void * request_buffer
int request_buffer_length
int * srv_h_id_ent
int status
int stmt_h_id
int stmt_type
T_SHARD_QUEUE waitq

Public Attributes Documentation

variable client_version

T_BROKER_VERSION t_shard_stmt::client_version;

variable ctx_cid

int t_shard_stmt::ctx_cid;

variable ctx_uid

unsigned int t_shard_stmt::ctx_uid;

variable database_user

char t_shard_stmt::database_user[32];

variable hash_next

T_SHARD_STMT* t_shard_stmt::hash_next;

variable hash_prev

T_SHARD_STMT* t_shard_stmt::hash_prev;

variable index

unsigned int t_shard_stmt::index;

variable lru_next

T_SHARD_STMT* t_shard_stmt::lru_next;

variable lru_prev

T_SHARD_STMT* t_shard_stmt::lru_prev;

variable num_alloc

unsigned int t_shard_stmt::num_alloc;

variable num_pinned

int t_shard_stmt::num_pinned;

variable parser

SP_PARSER_CTX* t_shard_stmt::parser;

variable reply_buffer

void* t_shard_stmt::reply_buffer;

variable reply_buffer_length

int t_shard_stmt::reply_buffer_length;

variable request_buffer

void* t_shard_stmt::request_buffer;

variable request_buffer_length

int t_shard_stmt::request_buffer_length;

variable srv_h_id_ent

int* t_shard_stmt::srv_h_id_ent;

variable status

int t_shard_stmt::status;

variable stmt_h_id

int t_shard_stmt::stmt_h_id;

variable stmt_type

int t_shard_stmt::stmt_type;

variable waitq

T_SHARD_QUEUE t_shard_stmt::waitq;


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