LiteSQL
Public Member Functions | List of all members
litesql::Field< T > Class Template Reference

holds field value More...

#include <field.hpp>

Public Member Functions

 Field (const FieldType &f)
 
std::string fullName () const
 
std::string name () const
 
AT_field_type type () const
 
std::string table () const
 
value () const
 
const FieldTypefieldType () const
 
bool modified () const
 
void setModified (bool state)
 
const Fieldoperator= (const std::string &v)
 
const Fieldoperator= (const T &v)
 
template<class T2 >
const Fieldoperator= (T2 v)
 
template<class T2 >
bool operator== (const T2 &v) const
 
template<class T2 >
bool operator!= (const T2 &v) const
 
 operator std::string () const
 
 operator T () const
 

Detailed Description

template<class T>
class litesql::Field< T >

holds field value


The documentation for this class was generated from the following file:

SourceForge.net Logo