MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DBA_ColumnDesc Struct Reference

#include <dba.h>

Public Attributes

const char * Name
DBA_DataTypes_t DataType
Size_t Size
Boolean_t IsKey

Detailed Description

Column description. Used for creating tables.

Definition at line 156 of file dba.h.

Member Data Documentation

DBA_DataTypes_t DBA_ColumnDesc::DataType

Datatype of table column

Definition at line 159 of file dba.h.

Boolean_t DBA_ColumnDesc::IsKey

True if column is part of primary key

Definition at line 161 of file dba.h.

const char* DBA_ColumnDesc::Name

Name of table column

Definition at line 158 of file dba.h.

Size_t DBA_ColumnDesc::Size

Column size in bytes

Definition at line 160 of file dba.h.


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