Drizzled Public API Documentation

dt_field_info Struct Reference

List of all members.

Public Attributes

const char * field_name
uint field_length
char * field_decimal_length
enum enum_field_types field_type
CHARSET_INFO * field_charset
uint field_flags
const char * comment

Detailed Description

Definition at line 36 of file discover_ms.h.


Member Data Documentation

This is the charater set for non numeric data types including blob data.

Definition at line 70 of file discover_ms.h.

For decimal columns, this is the maximum number of digits after the decimal. For other data this can be NULL.

Definition at line 52 of file discover_ms.h.

For string-type columns, this is the maximum number of characters. For numeric data this can be NULL.

Definition at line 46 of file discover_ms.h.

This is used as column name.

Definition at line 41 of file discover_ms.h.

enum enum_field_types dt_field_info::field_type

This denotes data type for the column. For the most part, there seems to be one entry in the enum for each SQL data type, although there seem to be a number of additional entries in the enum.

Definition at line 61 of file discover_ms.h.


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