$this->QBSet =
[];
} return $data;
} /**
* Compiles a SELECT query string and returns the sql.
*/
public function getCompiledSelect(bool
$reset = true
): string
{ $select =
$this->
compileSelect();
if ($reset === true
) { $this->
resetSelect();
} return $this->
compileFinalQuery($select);
} /**
* Returns a finalized, compiled query string with the bindings
* inserted and prefixes swapped out.
*/