| MDBL Library
   
    | 
#include "Common.hpp"#include "Field.hpp"#include "Column.hpp"#include "Row.hpp"#include "Table.hpp"#include "TimeStamp.hpp"#include <time.h>#include <tchar.h>#include <Core/AnsiWide.hpp>| Functions | |
| template<typename T > | |
| int | Compare (const T &lhs, const T &rhs) | 
| Helper function for comparing values larger than an int. | |
| Variables | |
| CNull | null | 
| static const tchar * | pszFormats [] | 
| int Compare | ( | const T & | lhs, | 
| const T & | rhs | ||
| ) | 
Helper function for comparing values larger than an int.
| const tchar* pszFormats[]  [static] | 
{
    TXT("%d"),                  
    TXT("%I64d"),               
    TXT("%g"),                  
    TXT("%c"),                  
    TXT("%s"),                  
    TXT("%s"),                  
    TXT("No|Yes"),              
    TXT("%d"),                  
    TXT("%d/%m/%y %H:%M:%S"),   
    TXT("%d/%m/%y"),            
    TXT("%H:%M:%S"),            
    TXT("%d/%m/%y %H:%M:%S"),   
    TXT("%p"),                  
    TXT("%p"),                  
    TXT("%p")                   
}
 1.7.6.1
 1.7.6.1