| 21 | **************************************/ |
| 22 | |
| 23 | FieldMetaInfo::FieldMetaInfo() : name(NULL), info(NULL), infoSize(0), dataType(DATATYPE_UNKNOWN), N(0), arrNameOffset(0) {} |
| 24 | |
| 25 | void FieldMetaInfo::copyFrom(FieldMetaInfo *f) { |
| 26 | if (f!=NULL) { |
nothing calls this directly
no outgoing calls
no test coverage detected