openConnection method
Implementation
@override
ISapObject? openConnection(
String desc, {
bool sync = true,
bool raise = true,
}) {
return _invokeObjStrIntInt(
"OpenConnection",
desc,
sync ? 1 : 0,
raise ? 1 : 0,
);
}
@override
ISapObject? openConnection(
String desc, {
bool sync = true,
bool raise = true,
}) {
return _invokeObjStrIntInt(
"OpenConnection",
desc,
sync ? 1 : 0,
raise ? 1 : 0,
);
}