| 243 | |
| 244 | |
| 245 | GDS_DATE MOV_get_sql_date(const dsc* desc) |
| 246 | { |
| 247 | /************************************** |
| 248 | * |
| 249 | * M O V _ g e t _ s q l _ d a t e |
| 250 | * |
| 251 | ************************************** |
| 252 | * |
| 253 | * Functional description |
| 254 | * Convert something arbitrary to a SQL date |
| 255 | * |
| 256 | **************************************/ |
| 257 | |
| 258 | return CVT_get_sql_date(desc); |
| 259 | } |
| 260 | |
| 261 | |
| 262 | GDS_TIME MOV_get_sql_time(const dsc* desc) |
no test coverage detected