| 163 | } |
| 164 | |
| 165 | void ToPtime(boost::posix_time::ptime* ptp) const { |
| 166 | *ptp = boost::posix_time::ptime(date_, time_); |
| 167 | } |
| 168 | |
| 169 | // Store the binary representation of this TimestampValue in 'pvalue'. |
| 170 | void ToColumnValuePB(ColumnValuePB* pvalue) const { |
no outgoing calls
no test coverage detected