TupleFormat.h File Reference

Go to the source code of this file.

Enumerations

enum  TupleFormat { TUPLE_FORMAT_STANDARD, TUPLE_FORMAT_ALL_FIXED, TUPLE_FORMAT_NETWORK }
 TupleFormat enumerates the ways in which a tuple can be marshalled. More...


Enumeration Type Documentation

enum TupleFormat

TupleFormat enumerates the ways in which a tuple can be marshalled.

Enumerator:
TUPLE_FORMAT_STANDARD  Standard tuple format.
TUPLE_FORMAT_ALL_FIXED  Treat variable-width attributes as fixed width (using maximum width).

Allows nulls.

TUPLE_FORMAT_NETWORK  Same as standard, except all integers are stored in network byte order.

Definition at line 32 of file TupleFormat.h.

00033 {
00037     TUPLE_FORMAT_STANDARD,
00038 
00043     TUPLE_FORMAT_ALL_FIXED,
00044 
00049     TUPLE_FORMAT_NETWORK
00050 };


Generated on Mon Jun 22 04:00:23 2009 for Fennel by  doxygen 1.5.1