Lines Matching refs:Builder
60 use Illuminate\Database\Query\Builder; alias
927 * @return Builder
929 public function statsBirthQuery(int $year1 = -1, int $year2 = -1): Builder
938 * @return Builder
940 public function statsBirthBySexQuery(int $year1 = -1, int $year2 = -1): Builder
1024 * @return Builder
1026 public function statsDeathQuery(int $year1 = -1, int $year2 = -1): Builder
1035 * @return Builder
1037 public function statsDeathBySexQuery(int $year1 = -1, int $year2 = -1): Builder
1446 * @return Builder
1448 public function statsMarriageQuery(int $year1 = -1, int $year2 = -1): Builder
1457 * @return Builder
1459 public function statsFirstMarriageQuery(int $year1 = -1, int $year2 = -1): Builder
1910 * @return Builder
1912 public function monthFirstChildQuery(int $year1 = -1, int $year2 = -1): Builder
1921 * @return Builder
1923 public function monthFirstChildBySexQuery(int $year1 = -1, int $year2 = -1): Builder