Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
SqlType.hpp File Reference

Go to the source code of this file.

Classes

class  hyperapi::SqlType
 A Hyper SQL type. More...
 
struct  std::hash< hyperapi::SqlType >
 Specialization of std::hash for hyperapi::SqlType. More...
 

Namespaces

namespace  hyperapi
 The primary namespace of the Hyper API for C++.
 

Enumerations

enum class  hyperapi::TypeTag : int {
  Unsupported = HYPER_UNSUPPORTED , Bool = HYPER_BOOL , BigInt = HYPER_BIG_INT , SmallInt = HYPER_SMALL_INT ,
  Int = HYPER_INT , Numeric = HYPER_NUMERIC , Double = HYPER_DOUBLE , Oid = HYPER_OID ,
  Bytes = HYPER_BYTE_A , Text = HYPER_TEXT , Varchar = HYPER_VARCHAR , Char = HYPER_CHAR ,
  Json = HYPER_JSON , Date = HYPER_DATE , Interval = HYPER_INTERVAL , Time = HYPER_TIME ,
  Timestamp = HYPER_TIMESTAMP , TimestampTZ = HYPER_TIMESTAMP_TZ , Geography = HYPER_GEOGRAPHY
}
 A type tag. More...