| 199 | } |
| 200 | |
| 201 | void CMysqlConnection::ToUnixTimestamp(const char *pTimestamp, char *aBuf, unsigned int BufferSize) |
| 202 | { |
| 203 | str_format(aBuf, BufferSize, "UNIX_TIMESTAMP(%s)", pTimestamp); |
| 204 | } |
| 205 | |
| 206 | bool CMysqlConnection::Connect(char *pError, int ErrorSize) |
| 207 | { |
no test coverage detected