MDBL Library
Functions | Variables
Field.cpp File Reference
#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 []

Function Documentation

template<typename T >
int Compare ( const T &  lhs,
const T &  rhs 
)

Helper function for comparing values larger than an int.


Variable Documentation

const tchar* pszFormats[] [static]
Initial value:
{
    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")                   
}