void setFieldValue(const char* name, int value) throw (...);
void setFieldValue(const char* name, long long value) throw (...);
void setFieldValue(const char* name, double value) throw (...);
void setFieldValue(const char* name, const char* value) throw (...);
void setFieldValue(const char* name, bool value) throw (...);
void setFieldValue(int id, int value) throw (...);
void setFieldValue(int id, long long value) throw (...);
void setFieldValue(int id, double value) throw (...);
void setFieldValue(int id, const char* value) throw (...);
void setFieldValue(int id, bool value) throw (...);