#include <openFields.h>


Public Member Functions | |
| longField (long value, bool isNull, bool isEditable, string name, string table) | |
| ~longField () | |
| longField & | operator= (longField &input) |
| long & | get (void) |
| void | set (long) |
| string & | format () |
| string & | svrFormat () |
| longField (long value, bool isNull, bool isEditable, string name, string table) | |
| ~longField () | |
| longField & | operator= (longField &input) |
| long & | get (void) |
| void | set (long) |
| string & | format () |
| string & | svrFormat () |
Private Attributes | |
| long | m_field |
Definition at line 111 of file openFields.h.
| longField::longField | ( | long | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
Definition at line 207 of file openFields.cpp.
References longType, basicField::m_fieldType, basicField::m_strFormatMask, and basicField::m_strServerMask.
| longField::~longField | ( | ) |
Definition at line 215 of file openFields.cpp.
| longField::longField | ( | long | value, | |
| bool | isNull, | |||
| bool | isEditable, | |||
| string | name, | |||
| string | table | |||
| ) |
| longField::~longField | ( | ) |
Definition at line 219 of file openFields.cpp.
References get(), m_field, and basicField::operator=().
| long & longField::get | ( | void | ) |
Definition at line 227 of file openFields.cpp.
References m_field.
Referenced by operator=(), intXfer::toClassVar(), and longXfer::toClassVar().
| void longField::set | ( | long | input | ) |
Definition at line 231 of file openFields.cpp.
References basicField::m_bIsNull, and m_field.
Referenced by my_mapLong::setField().
| string & longField::format | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 238 of file openFields.cpp.
References basicField::m_bIsNull, m_field, basicField::m_strFormatMask, and basicField::m_strFormatted.
| string & longField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
Definition at line 254 of file openFields.cpp.
References basicField::m_bIsNull, m_field, basicField::m_strFormatted, and basicField::m_strServerMask.
| long& longField::get | ( | void | ) |
| void longField::set | ( | long | ) |
| string& longField::format | ( | ) | [virtual] |
Reimplemented from basicField.
| string& longField::svrFormat | ( | ) | [virtual] |
Reimplemented from basicField.
long longField::m_field [private] |
Definition at line 113 of file openFields.h.
Referenced by format(), get(), operator=(), set(), and svrFormat().
1.5.5