#include <SimpleDB.h>
Collaboration diagram for PLearn::Field:

Public Member Functions | |
| Field () | |
| Field (string name, FieldType t, int p=0) | |
| bool | operator== (const Field &x) const |
Public Attributes | |
| string | name |
| mainly for debugging purposes | |
| FieldType | field_type |
| int | precision |
|
|
Definition at line 121 of file SimpleDB.h. References field_type, name, precision, and PLearn::Unknown. |
|
||||||||||||||||
|
Definition at line 122 of file SimpleDB.h. References PLearn::CharacterType, PLearn::DateType, PLearn::DoubleType, field_type, PLearn::FloatType, PLearn::IntType, PLERROR, precision, PLearn::ShortType, PLearn::SignedCharType, PLearn::StringType, and PLearn::Unknown. |
|
|
Definition at line 145 of file SimpleDB.h. References field_type, name, precision, and x. |
|
|
Definition at line 152 of file SimpleDB.h. Referenced by Field(), and operator==(). |
|
|
mainly for debugging purposes
Definition at line 151 of file SimpleDB.h. Referenced by Field(), and operator==(). |
|
|
Definition at line 153 of file SimpleDB.h. Referenced by Field(), and operator==(). |
1.3.7