getInt128 method
Implementation
IInt128 getInt128(IStatus status) {
if (version < 4) {
throw UnimplementedError(
"Firebird client library version 4 or later required.");
}
final res = _getInt128(self, status.self);
status.checkStatus();
return IInt128(res);
}