165 |
|
isc_array_get_slice: Tisc_array_get_slice; |
166 |
|
isc_array_put_slice: Tisc_array_put_slice; |
167 |
|
isc_prepare_transaction: Tisc_prepare_transaction; |
168 |
+ |
isc_version: Tisc_Version; |
169 |
|
|
170 |
|
public |
171 |
|
{Helper Functions} |
385 |
|
isc_array_get_slice := GetProcAddr('isc_array_get_slice'); {do not localize} |
386 |
|
isc_array_put_slice := GetProcAddr('isc_array_put_slice'); {do not localize} |
387 |
|
isc_prepare_transaction := GetProcAddr('isc_prepare_transaction'); {do not localize} |
388 |
+ |
isc_version := GetProcAddr('isc_version'); {do not localize} |
389 |
|
|
390 |
|
FIBServiceAPIPresent := true; |
391 |
|
isc_rollback_retaining := GetProcAddress(FFBLibrary.IBLibrary, 'isc_rollback_retaining'); {do not localize} |