join abstract method

QueryBuilder join(
  1. String table,
  2. String firstColumn, [
  3. String? operator,
  4. String? secondColumn,
  5. String type = 'inner',
  6. bool where = false,
])

Implementation

QueryBuilder join(
  String table,
  String firstColumn, [
  String? operator,
  String? secondColumn,
  String type = 'inner',
  bool where = false,
]);