|
LiteSQL
|
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 |
| T | value () const |
| const FieldType & | fieldType () const |
| bool | modified () const |
| void | setModified (bool state) |
| const Field & | operator= (const std::string &v) |
| const Field & | operator= (const T &v) |
| template<class T2 > | |
| const Field & | operator= (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 | |
holds field value