Struct cdrs::frame::frame_result::ColSpec [] [src]

pub struct ColSpec {
    pub ksname: Option<CString>,
    pub tablename: Option<CString>,
    pub name: CString,
    pub col_type: ColTypeOption,
}

Single column specification.

Fields

The initial is a [string] and is only present if the Global_tables_spec flag is NOT set

The initial is a [string] and is present if the Global_tables_spec flag is NOT set

Column name

Column type defined in spec in 4.2.5.2

Methods

impl ColSpec
[src]

parse_colspecs tables mutable cursor, number of columns (column_count) and flags that indicates if Global_tables_spec is specified. It returns column_count of ColSpecs.

Trait Implementations

impl Debug for ColSpec
[src]

Formats the value using the given formatter.

impl Clone for ColSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more