Skip to content
mloskot edited this page Feb 18, 2013 · 23 revisions

Complete support for C++ integer types

  • Author: Mateusz Loskot
  • Date: (not proposed yet)
  • Version: 4.0.0
  • Status: development

Exact-width integer types

C++11 ANSI SQL Firebird ODBC Oracle MySQL PostgreSQL SQLite3
int8_t              
uint8_t              
int16_t              
uint16_t              
int32_t              
uint32_t              
int64_t              
uint64_t              
Clone this wiki locally