Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
A column of a result. More...
#include <ResultSchema.hpp>
Public Member Functions | |
const Name & | getName () const noexcept |
Gets the column name. | |
const SqlType & | getType () const noexcept |
Gets the type. | |
A column of a result.
Definition at line 23 of file ResultSchema.hpp.
|
inlinenoexcept |
Gets the column name.
Definition at line 29 of file ResultSchema.hpp.
|
inlinenoexcept |
Gets the type.
Definition at line 31 of file ResultSchema.hpp.