Skip to content

Commit

Permalink
Format exchange_type definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Feb 27, 2013
1 parent 1e6a691 commit 1d21d00
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/core/soci-backend.h
Expand Up @@ -35,11 +35,17 @@ namespace details
// data types, as used to describe exchange format
enum exchange_type
{
x_char, x_stdstring,
x_short, x_integer,
x_long_long, x_unsigned_long_long,
x_double, x_stdtm, x_statement,
x_rowid, x_blob
x_char,
x_stdstring,
x_short,
x_integer,
x_long_long,
x_unsigned_long_long,
x_double,
x_stdtm,
x_statement,
x_rowid,
x_blob
};

// type of statement (used for optimizing statement preparation)
Expand Down

0 comments on commit 1d21d00

Please sign in to comment.