| 226 | |
| 227 | |
| 228 | int MOV_get_string(Jrd::thread_db* tdbb, const dsc* desc, UCHAR** address, vary* temp, USHORT length) |
| 229 | { |
| 230 | /************************************** |
| 231 | * |
| 232 | * M O V _ g e t _ s t r i n g |
| 233 | * |
| 234 | ************************************** |
| 235 | * |
| 236 | * Functional description |
| 237 | * |
| 238 | **************************************/ |
| 239 | USHORT ttype; |
| 240 | |
| 241 | return MOV_get_string_ptr(tdbb, desc, &ttype, address, temp, length); |
| 242 | } |
| 243 | |
| 244 | |
| 245 | GDS_DATE MOV_get_sql_date(const dsc* desc) |
no test coverage detected