ConvSpec Class ReferenceConversion specifiaction passed to StoreableFilter::toString by Archive.
More...
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| enum | charset |
| List of known encoding identifiers. | |
Static Public Member Functions | |
| static const char * | getUnixLCType (charset pCharset) |
| Convert debea charset to UNIX LC_TYPE locale. | |
| static const char * | getXmlEncodingName (charset pCharset) |
| Convert debea charset to xml charset name. | |
Public Attributes | |
| const char * | mDateFormat |
| strftime compatibile format for date conversion to query value | |
| charset | mDbCharset |
| Database charset. | |
| char | mDecimalPoint |
| Char used for decimal point for floating point to string conversions. | |
| int | mGMTOffset |
| GMT offset between application and database dates. | |
| const char * | mTimestampFormat |
| strftime compatibile format for datetime conversion to query value | |
Detailed Description
Conversion specifiaction passed to StoreableFilter::toString by Archive.Member Data Documentation
| int mGMTOffset |
GMT offset between application and database dates.
If not zero then datetime conversion filters perform GMT offset conversion based on this value before storing or after loading values from database.
Value is stored as number of seconds. Value is added to datetime before storing date, and substracted from loaded date.
The documentation for this class was generated from the following file:
| Documentation |
|---|
| Quick start |
| Examples |
| API Documentation |
|---|
| Class hierarchy |
| Member index |
| API Reference |
| Store filters |
| Store table macros |
Generated by doxygen at Fri Oct 22 23:15:42 2010
