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

## Complete support for C++ integer types

''TODO''

C++11 ANSI SQL Firebird ODBC Oracle MySQL PostgreSQL SQLite3
Exact-width integer types defined <cstdint>
int8_t              
uint8_t              
int16_t              
uint16_t              
int32_t              
uint32_t              
int64_t              
uint64_t              
Clone this wiki locally