Drizzled Public API Documentation

drizzle_column_st Struct Reference

List of all members.

Public Attributes

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 218 of file structs.h.


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