unionSubQuery method

  1. @override
QueryBuilder unionSubQuery(
  1. QueryBuilder table,
  2. UnionType unionType
)
override

Implementation

@override
QueryBuilder unionSubQuery(QueryBuilder table, UnionType unionType) {
  final block = mBlocks![10] as UnionBlock;
  block.setUnionSubQuery(table, unionType);
  return this;
}