Hyper API for C++ 0.0.19691
Hyper client library for C++ applications
Loading...
Searching...
No Matches
hyperapi::ResultSchema::Column Class Referencefinal

A column of a result. More...

#include <ResultSchema.hpp>

Public Member Functions

const NamegetName () const noexcept
 Gets the column name.
 
const SqlTypegetType () const noexcept
 Gets the type.
 

Detailed Description

A column of a result.

Definition at line 23 of file ResultSchema.hpp.

Member Function Documentation

◆ getName()

const Name & hyperapi::ResultSchema::Column::getName ( ) const
inlinenoexcept

Gets the column name.

Definition at line 29 of file ResultSchema.hpp.

◆ getType()

const SqlType & hyperapi::ResultSchema::Column::getType ( ) const
inlinenoexcept

Gets the type.

Definition at line 31 of file ResultSchema.hpp.


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