#include <SimpleDB.h>
Collaboration diagram for PLearn::FieldRowRef:
Public Member Functions | |
FieldRowRef (const RowIterator &it) | |
operator FieldValue () const | |
Conversion from / assignment into FieldValue. | |
FieldRowRef & | operator= (const FieldValue &) |
FieldRowRef & | operator= (const FieldRowRef rhs) |
RowIterator | operator & () const |
Taking the address of a FieldRowRef returns a RowIterator. | |
Private Attributes | |
RowIterator | it_ |
of course, this just wraps an iterator |
Definition at line 1018 of file SimpleDB.h.
|
Definition at line 1021 of file SimpleDB.h. |
|
Taking the address of a FieldRowRef returns a RowIterator.
Definition at line 1197 of file SimpleDB.h. |
|
Conversion from / assignment into FieldValue.
Definition at line 686 of file SimpleDB.cc. References PLearn::RowIterator::asCharacter(), PLearn::RowIterator::asDate(), PLearn::RowIterator::asDouble(), PLearn::RowIterator::asFloat(), PLearn::RowIterator::asInt(), PLearn::RowIterator::asShort(), PLearn::RowIterator::asSignedChar(), PLearn::RowIterator::asString(), it_, and x. |
|
Definition at line 1027 of file SimpleDB.h. |
|
|
of course, this just wraps an iterator
Definition at line 1035 of file SimpleDB.h. Referenced by operator FieldValue(), and operator=(). |