libdrizzle Developer Documentation

drizzle_column_st Struct Reference
[Column Functions]

#include <structs.h>

Data Fields

drizzle_result_stresult
drizzle_column_stnext
drizzle_column_stprev
drizzle_column_options_t options
char catalog [DRIZZLE_MAX_CATALOG_SIZE]
char db [DRIZZLE_MAX_DB_SIZE]
char table [DRIZZLE_MAX_TABLE_SIZE]
char orig_table [DRIZZLE_MAX_TABLE_SIZE]
char name [DRIZZLE_MAX_COLUMN_NAME_SIZE]
char orig_name [DRIZZLE_MAX_COLUMN_NAME_SIZE]
drizzle_charset_t charset
uint32_t size
size_t max_size
drizzle_column_type_t type
drizzle_column_flags_t flags
uint8_t decimals
uint8_t default_value [DRIZZLE_MAX_DEFAULT_VALUE_SIZE]
size_t default_value_size

Detailed Description

Definition at line 163 of file structs.h.


Field Documentation

Definition at line 165 of file structs.h.

Definition at line 166 of file structs.h.

Definition at line 167 of file structs.h.

Definition at line 168 of file structs.h.

char drizzle_column_st::catalog[DRIZZLE_MAX_CATALOG_SIZE]

Definition at line 169 of file structs.h.

char drizzle_column_st::db[DRIZZLE_MAX_DB_SIZE]

Definition at line 170 of file structs.h.

char drizzle_column_st::table[DRIZZLE_MAX_TABLE_SIZE]

Definition at line 171 of file structs.h.

char drizzle_column_st::orig_table[DRIZZLE_MAX_TABLE_SIZE]

Definition at line 172 of file structs.h.

char drizzle_column_st::name[DRIZZLE_MAX_COLUMN_NAME_SIZE]

Definition at line 173 of file structs.h.

char drizzle_column_st::orig_name[DRIZZLE_MAX_COLUMN_NAME_SIZE]

Definition at line 174 of file structs.h.

Definition at line 175 of file structs.h.

Definition at line 176 of file structs.h.

Definition at line 177 of file structs.h.

Definition at line 178 of file structs.h.

Definition at line 179 of file structs.h.

Definition at line 180 of file structs.h.

uint8_t drizzle_column_st::default_value[DRIZZLE_MAX_DEFAULT_VALUE_SIZE]

Definition at line 181 of file structs.h.

Definition at line 182 of file structs.h.


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

Generated on Mon Sep 28 12:54:05 2009 by  doxygen 1.6.1