openConnection abstract method

ISapObject? openConnection(
  1. String description, {
  2. bool sync = true,
  3. bool raise = true,
})

Implementation

ISapObject? openConnection(
  String description, {
  bool sync = true,
  bool raise = true,
});