| 506 | } |
| 507 | |
| 508 | void SetDouble(double value) override |
| 509 | { |
| 510 | Release(); |
| 511 | mnType = ArkDataType::DT_DOUBLE; |
| 512 | mdValue = value; |
| 513 | } |
| 514 | |
| 515 | void SetString(const char* value) override |
| 516 | { |
nothing calls this directly
no outgoing calls
no test coverage detected