| 123 | |
| 124 | |
| 125 | SLONG MOV_get_long(Jrd::thread_db* tdbb, const dsc* desc, SSHORT scale) |
| 126 | { |
| 127 | /************************************** |
| 128 | * |
| 129 | * M O V _ g e t _ l o n g |
| 130 | * |
| 131 | ************************************** |
| 132 | * |
| 133 | * Functional description |
| 134 | * Convert something arbitrary to a long (32 bit) integer of given |
| 135 | * scale. |
| 136 | * |
| 137 | **************************************/ |
| 138 | |
| 139 | return CVT_get_long(desc, scale, tdbb->getAttachment()->att_dec_status, ERR_post); |
| 140 | } |
| 141 | |
| 142 | |
| 143 | SINT64 MOV_get_int64(Jrd::thread_db* tdbb, const dsc* desc, SSHORT scale) |
no test coverage detected