union method

QueryBuilder union(
  1. String table,
  2. UnionType unionType
)

Implementation

QueryBuilder union(String table, UnionType unionType) {
  throw UnsupportedOperationException('union not implemented');
}