Beispiel #1
0
 bool operator==(const FieldType & fd) const {
     return fd.fullName() == fullName();
 }
Beispiel #2
0
 string fullName() const { return field->fullName(); }   
Beispiel #3
0
 LITESQL_String fullName() const { return field->fullName(); }