2025-12-05 23:11:57 +00:00
|
|
|
// Code generated by BobGen psql v0.0.3-0.20251202003046-49148fc66a73+dirty. DO NOT EDIT.
|
2025-11-04 23:11:32 +00:00
|
|
|
// This file is meant to be re-generated in place and/or deleted at any time.
|
|
|
|
|
|
|
|
|
|
package models
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
"github.com/stephenafamo/bob/clause"
|
|
|
|
|
"github.com/stephenafamo/bob/dialect/psql"
|
|
|
|
|
"github.com/stephenafamo/bob/dialect/psql/dialect"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
|
SelectWhere = Where[*dialect.SelectQuery]()
|
|
|
|
|
UpdateWhere = Where[*dialect.UpdateQuery]()
|
|
|
|
|
DeleteWhere = Where[*dialect.DeleteQuery]()
|
|
|
|
|
OnConflictWhere = Where[*clause.ConflictClause]() // Used in ON CONFLICT DO UPDATE
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
func Where[Q psql.Filterable]() struct {
|
2025-12-02 00:28:14 +00:00
|
|
|
FieldseekerContainerrelates fieldseekerContainerrelateWhere[Q]
|
|
|
|
|
FieldseekerFieldscoutinglogs fieldseekerFieldscoutinglogWhere[Q]
|
|
|
|
|
FieldseekerHabitatrelates fieldseekerHabitatrelateWhere[Q]
|
|
|
|
|
FieldseekerInspectionsamples fieldseekerInspectionsampleWhere[Q]
|
|
|
|
|
FieldseekerInspectionsampledetails fieldseekerInspectionsampledetailWhere[Q]
|
|
|
|
|
FieldseekerLinelocations fieldseekerLinelocationWhere[Q]
|
|
|
|
|
FieldseekerLocationtrackings fieldseekerLocationtrackingWhere[Q]
|
|
|
|
|
FieldseekerMosquitoinspections fieldseekerMosquitoinspectionWhere[Q]
|
|
|
|
|
FieldseekerPointlocations fieldseekerPointlocationWhere[Q]
|
|
|
|
|
FieldseekerPolygonlocations fieldseekerPolygonlocationWhere[Q]
|
|
|
|
|
FieldseekerPools fieldseekerPoolWhere[Q]
|
|
|
|
|
FieldseekerPooldetails fieldseekerPooldetailWhere[Q]
|
|
|
|
|
FieldseekerProposedtreatmentareas fieldseekerProposedtreatmentareaWhere[Q]
|
|
|
|
|
FieldseekerQamosquitoinspections fieldseekerQamosquitoinspectionWhere[Q]
|
|
|
|
|
FieldseekerRodentlocations fieldseekerRodentlocationWhere[Q]
|
|
|
|
|
FieldseekerSamplecollections fieldseekerSamplecollectionWhere[Q]
|
|
|
|
|
FieldseekerSamplelocations fieldseekerSamplelocationWhere[Q]
|
|
|
|
|
FieldseekerServicerequests fieldseekerServicerequestWhere[Q]
|
|
|
|
|
FieldseekerSpeciesabundances fieldseekerSpeciesabundanceWhere[Q]
|
|
|
|
|
FieldseekerStormdrains fieldseekerStormdrainWhere[Q]
|
|
|
|
|
FieldseekerTimecards fieldseekerTimecardWhere[Q]
|
|
|
|
|
FieldseekerTrapdata fieldseekerTrapdatumWhere[Q]
|
|
|
|
|
FieldseekerTraplocations fieldseekerTraplocationWhere[Q]
|
|
|
|
|
FieldseekerTreatments fieldseekerTreatmentWhere[Q]
|
|
|
|
|
FieldseekerTreatmentareas fieldseekerTreatmentareaWhere[Q]
|
|
|
|
|
FieldseekerZones fieldseekerZoneWhere[Q]
|
|
|
|
|
FieldseekerZones2s fieldseekerZones2Where[Q]
|
|
|
|
|
FieldseekerSyncs fieldseekerSyncWhere[Q]
|
|
|
|
|
FSContainerrelates fsContainerrelateWhere[Q]
|
|
|
|
|
FSFieldscoutinglogs fsFieldscoutinglogWhere[Q]
|
|
|
|
|
FSHabitatrelates fsHabitatrelateWhere[Q]
|
|
|
|
|
FSInspectionsamples fsInspectionsampleWhere[Q]
|
|
|
|
|
FSInspectionsampledetails fsInspectionsampledetailWhere[Q]
|
|
|
|
|
FSLinelocations fsLinelocationWhere[Q]
|
|
|
|
|
FSLocationtrackings fsLocationtrackingWhere[Q]
|
|
|
|
|
FSMosquitoinspections fsMosquitoinspectionWhere[Q]
|
|
|
|
|
FSPointlocations fsPointlocationWhere[Q]
|
|
|
|
|
FSPolygonlocations fsPolygonlocationWhere[Q]
|
|
|
|
|
FSPools fsPoolWhere[Q]
|
|
|
|
|
FSPooldetails fsPooldetailWhere[Q]
|
|
|
|
|
FSProposedtreatmentareas fsProposedtreatmentareaWhere[Q]
|
|
|
|
|
FSQamosquitoinspections fsQamosquitoinspectionWhere[Q]
|
|
|
|
|
FSRodentlocations fsRodentlocationWhere[Q]
|
|
|
|
|
FSSamplecollections fsSamplecollectionWhere[Q]
|
|
|
|
|
FSSamplelocations fsSamplelocationWhere[Q]
|
|
|
|
|
FSServicerequests fsServicerequestWhere[Q]
|
|
|
|
|
FSSpeciesabundances fsSpeciesabundanceWhere[Q]
|
|
|
|
|
FSStormdrains fsStormdrainWhere[Q]
|
|
|
|
|
FSTimecards fsTimecardWhere[Q]
|
|
|
|
|
FSTrapdata fsTrapdatumWhere[Q]
|
|
|
|
|
FSTraplocations fsTraplocationWhere[Q]
|
|
|
|
|
FSTreatments fsTreatmentWhere[Q]
|
|
|
|
|
FSTreatmentareas fsTreatmentareaWhere[Q]
|
|
|
|
|
FSZones fsZoneWhere[Q]
|
|
|
|
|
FSZones2s fsZones2Where[Q]
|
|
|
|
|
GeographyColumns geographyColumnWhere[Q]
|
|
|
|
|
GeometryColumns geometryColumnWhere[Q]
|
|
|
|
|
GooseDBVersions gooseDBVersionWhere[Q]
|
|
|
|
|
H3Aggregations h3AggregationWhere[Q]
|
|
|
|
|
HistoryContainerrelates historyContainerrelateWhere[Q]
|
|
|
|
|
HistoryFieldscoutinglogs historyFieldscoutinglogWhere[Q]
|
|
|
|
|
HistoryHabitatrelates historyHabitatrelateWhere[Q]
|
|
|
|
|
HistoryInspectionsamples historyInspectionsampleWhere[Q]
|
|
|
|
|
HistoryInspectionsampledetails historyInspectionsampledetailWhere[Q]
|
|
|
|
|
HistoryLinelocations historyLinelocationWhere[Q]
|
|
|
|
|
HistoryLocationtrackings historyLocationtrackingWhere[Q]
|
|
|
|
|
HistoryMosquitoinspections historyMosquitoinspectionWhere[Q]
|
|
|
|
|
HistoryPointlocations historyPointlocationWhere[Q]
|
|
|
|
|
HistoryPolygonlocations historyPolygonlocationWhere[Q]
|
|
|
|
|
HistoryPools historyPoolWhere[Q]
|
|
|
|
|
HistoryPooldetails historyPooldetailWhere[Q]
|
|
|
|
|
HistoryProposedtreatmentareas historyProposedtreatmentareaWhere[Q]
|
|
|
|
|
HistoryQamosquitoinspections historyQamosquitoinspectionWhere[Q]
|
|
|
|
|
HistoryRodentlocations historyRodentlocationWhere[Q]
|
|
|
|
|
HistorySamplecollections historySamplecollectionWhere[Q]
|
|
|
|
|
HistorySamplelocations historySamplelocationWhere[Q]
|
|
|
|
|
HistoryServicerequests historyServicerequestWhere[Q]
|
|
|
|
|
HistorySpeciesabundances historySpeciesabundanceWhere[Q]
|
|
|
|
|
HistoryStormdrains historyStormdrainWhere[Q]
|
|
|
|
|
HistoryTimecards historyTimecardWhere[Q]
|
|
|
|
|
HistoryTrapdata historyTrapdatumWhere[Q]
|
|
|
|
|
HistoryTraplocations historyTraplocationWhere[Q]
|
|
|
|
|
HistoryTreatments historyTreatmentWhere[Q]
|
|
|
|
|
HistoryTreatmentareas historyTreatmentareaWhere[Q]
|
|
|
|
|
HistoryZones historyZoneWhere[Q]
|
|
|
|
|
HistoryZones2s historyZones2Where[Q]
|
|
|
|
|
Notifications notificationWhere[Q]
|
|
|
|
|
OauthTokens oauthTokenWhere[Q]
|
|
|
|
|
Organizations organizationWhere[Q]
|
|
|
|
|
RasterColumns rasterColumnWhere[Q]
|
|
|
|
|
RasterOverviews rasterOverviewWhere[Q]
|
|
|
|
|
Sessions sessionWhere[Q]
|
|
|
|
|
SpatialRefSys spatialRefSyWhere[Q]
|
|
|
|
|
Users userWhere[Q]
|
2025-11-04 23:11:32 +00:00
|
|
|
} {
|
|
|
|
|
return struct {
|
2025-12-02 00:28:14 +00:00
|
|
|
FieldseekerContainerrelates fieldseekerContainerrelateWhere[Q]
|
|
|
|
|
FieldseekerFieldscoutinglogs fieldseekerFieldscoutinglogWhere[Q]
|
|
|
|
|
FieldseekerHabitatrelates fieldseekerHabitatrelateWhere[Q]
|
|
|
|
|
FieldseekerInspectionsamples fieldseekerInspectionsampleWhere[Q]
|
|
|
|
|
FieldseekerInspectionsampledetails fieldseekerInspectionsampledetailWhere[Q]
|
|
|
|
|
FieldseekerLinelocations fieldseekerLinelocationWhere[Q]
|
|
|
|
|
FieldseekerLocationtrackings fieldseekerLocationtrackingWhere[Q]
|
|
|
|
|
FieldseekerMosquitoinspections fieldseekerMosquitoinspectionWhere[Q]
|
|
|
|
|
FieldseekerPointlocations fieldseekerPointlocationWhere[Q]
|
|
|
|
|
FieldseekerPolygonlocations fieldseekerPolygonlocationWhere[Q]
|
|
|
|
|
FieldseekerPools fieldseekerPoolWhere[Q]
|
|
|
|
|
FieldseekerPooldetails fieldseekerPooldetailWhere[Q]
|
|
|
|
|
FieldseekerProposedtreatmentareas fieldseekerProposedtreatmentareaWhere[Q]
|
|
|
|
|
FieldseekerQamosquitoinspections fieldseekerQamosquitoinspectionWhere[Q]
|
|
|
|
|
FieldseekerRodentlocations fieldseekerRodentlocationWhere[Q]
|
|
|
|
|
FieldseekerSamplecollections fieldseekerSamplecollectionWhere[Q]
|
|
|
|
|
FieldseekerSamplelocations fieldseekerSamplelocationWhere[Q]
|
|
|
|
|
FieldseekerServicerequests fieldseekerServicerequestWhere[Q]
|
|
|
|
|
FieldseekerSpeciesabundances fieldseekerSpeciesabundanceWhere[Q]
|
|
|
|
|
FieldseekerStormdrains fieldseekerStormdrainWhere[Q]
|
|
|
|
|
FieldseekerTimecards fieldseekerTimecardWhere[Q]
|
|
|
|
|
FieldseekerTrapdata fieldseekerTrapdatumWhere[Q]
|
|
|
|
|
FieldseekerTraplocations fieldseekerTraplocationWhere[Q]
|
|
|
|
|
FieldseekerTreatments fieldseekerTreatmentWhere[Q]
|
|
|
|
|
FieldseekerTreatmentareas fieldseekerTreatmentareaWhere[Q]
|
|
|
|
|
FieldseekerZones fieldseekerZoneWhere[Q]
|
|
|
|
|
FieldseekerZones2s fieldseekerZones2Where[Q]
|
|
|
|
|
FieldseekerSyncs fieldseekerSyncWhere[Q]
|
|
|
|
|
FSContainerrelates fsContainerrelateWhere[Q]
|
|
|
|
|
FSFieldscoutinglogs fsFieldscoutinglogWhere[Q]
|
|
|
|
|
FSHabitatrelates fsHabitatrelateWhere[Q]
|
|
|
|
|
FSInspectionsamples fsInspectionsampleWhere[Q]
|
|
|
|
|
FSInspectionsampledetails fsInspectionsampledetailWhere[Q]
|
|
|
|
|
FSLinelocations fsLinelocationWhere[Q]
|
|
|
|
|
FSLocationtrackings fsLocationtrackingWhere[Q]
|
|
|
|
|
FSMosquitoinspections fsMosquitoinspectionWhere[Q]
|
|
|
|
|
FSPointlocations fsPointlocationWhere[Q]
|
|
|
|
|
FSPolygonlocations fsPolygonlocationWhere[Q]
|
|
|
|
|
FSPools fsPoolWhere[Q]
|
|
|
|
|
FSPooldetails fsPooldetailWhere[Q]
|
|
|
|
|
FSProposedtreatmentareas fsProposedtreatmentareaWhere[Q]
|
|
|
|
|
FSQamosquitoinspections fsQamosquitoinspectionWhere[Q]
|
|
|
|
|
FSRodentlocations fsRodentlocationWhere[Q]
|
|
|
|
|
FSSamplecollections fsSamplecollectionWhere[Q]
|
|
|
|
|
FSSamplelocations fsSamplelocationWhere[Q]
|
|
|
|
|
FSServicerequests fsServicerequestWhere[Q]
|
|
|
|
|
FSSpeciesabundances fsSpeciesabundanceWhere[Q]
|
|
|
|
|
FSStormdrains fsStormdrainWhere[Q]
|
|
|
|
|
FSTimecards fsTimecardWhere[Q]
|
|
|
|
|
FSTrapdata fsTrapdatumWhere[Q]
|
|
|
|
|
FSTraplocations fsTraplocationWhere[Q]
|
|
|
|
|
FSTreatments fsTreatmentWhere[Q]
|
|
|
|
|
FSTreatmentareas fsTreatmentareaWhere[Q]
|
|
|
|
|
FSZones fsZoneWhere[Q]
|
|
|
|
|
FSZones2s fsZones2Where[Q]
|
|
|
|
|
GeographyColumns geographyColumnWhere[Q]
|
|
|
|
|
GeometryColumns geometryColumnWhere[Q]
|
|
|
|
|
GooseDBVersions gooseDBVersionWhere[Q]
|
|
|
|
|
H3Aggregations h3AggregationWhere[Q]
|
|
|
|
|
HistoryContainerrelates historyContainerrelateWhere[Q]
|
|
|
|
|
HistoryFieldscoutinglogs historyFieldscoutinglogWhere[Q]
|
|
|
|
|
HistoryHabitatrelates historyHabitatrelateWhere[Q]
|
|
|
|
|
HistoryInspectionsamples historyInspectionsampleWhere[Q]
|
|
|
|
|
HistoryInspectionsampledetails historyInspectionsampledetailWhere[Q]
|
|
|
|
|
HistoryLinelocations historyLinelocationWhere[Q]
|
|
|
|
|
HistoryLocationtrackings historyLocationtrackingWhere[Q]
|
|
|
|
|
HistoryMosquitoinspections historyMosquitoinspectionWhere[Q]
|
|
|
|
|
HistoryPointlocations historyPointlocationWhere[Q]
|
|
|
|
|
HistoryPolygonlocations historyPolygonlocationWhere[Q]
|
|
|
|
|
HistoryPools historyPoolWhere[Q]
|
|
|
|
|
HistoryPooldetails historyPooldetailWhere[Q]
|
|
|
|
|
HistoryProposedtreatmentareas historyProposedtreatmentareaWhere[Q]
|
|
|
|
|
HistoryQamosquitoinspections historyQamosquitoinspectionWhere[Q]
|
|
|
|
|
HistoryRodentlocations historyRodentlocationWhere[Q]
|
|
|
|
|
HistorySamplecollections historySamplecollectionWhere[Q]
|
|
|
|
|
HistorySamplelocations historySamplelocationWhere[Q]
|
|
|
|
|
HistoryServicerequests historyServicerequestWhere[Q]
|
|
|
|
|
HistorySpeciesabundances historySpeciesabundanceWhere[Q]
|
|
|
|
|
HistoryStormdrains historyStormdrainWhere[Q]
|
|
|
|
|
HistoryTimecards historyTimecardWhere[Q]
|
|
|
|
|
HistoryTrapdata historyTrapdatumWhere[Q]
|
|
|
|
|
HistoryTraplocations historyTraplocationWhere[Q]
|
|
|
|
|
HistoryTreatments historyTreatmentWhere[Q]
|
|
|
|
|
HistoryTreatmentareas historyTreatmentareaWhere[Q]
|
|
|
|
|
HistoryZones historyZoneWhere[Q]
|
|
|
|
|
HistoryZones2s historyZones2Where[Q]
|
|
|
|
|
Notifications notificationWhere[Q]
|
|
|
|
|
OauthTokens oauthTokenWhere[Q]
|
|
|
|
|
Organizations organizationWhere[Q]
|
|
|
|
|
RasterColumns rasterColumnWhere[Q]
|
|
|
|
|
RasterOverviews rasterOverviewWhere[Q]
|
|
|
|
|
Sessions sessionWhere[Q]
|
|
|
|
|
SpatialRefSys spatialRefSyWhere[Q]
|
|
|
|
|
Users userWhere[Q]
|
2025-11-04 23:11:32 +00:00
|
|
|
}{
|
2025-12-02 00:28:14 +00:00
|
|
|
FieldseekerContainerrelates: buildFieldseekerContainerrelateWhere[Q](FieldseekerContainerrelates.Columns),
|
|
|
|
|
FieldseekerFieldscoutinglogs: buildFieldseekerFieldscoutinglogWhere[Q](FieldseekerFieldscoutinglogs.Columns),
|
|
|
|
|
FieldseekerHabitatrelates: buildFieldseekerHabitatrelateWhere[Q](FieldseekerHabitatrelates.Columns),
|
|
|
|
|
FieldseekerInspectionsamples: buildFieldseekerInspectionsampleWhere[Q](FieldseekerInspectionsamples.Columns),
|
|
|
|
|
FieldseekerInspectionsampledetails: buildFieldseekerInspectionsampledetailWhere[Q](FieldseekerInspectionsampledetails.Columns),
|
|
|
|
|
FieldseekerLinelocations: buildFieldseekerLinelocationWhere[Q](FieldseekerLinelocations.Columns),
|
|
|
|
|
FieldseekerLocationtrackings: buildFieldseekerLocationtrackingWhere[Q](FieldseekerLocationtrackings.Columns),
|
|
|
|
|
FieldseekerMosquitoinspections: buildFieldseekerMosquitoinspectionWhere[Q](FieldseekerMosquitoinspections.Columns),
|
|
|
|
|
FieldseekerPointlocations: buildFieldseekerPointlocationWhere[Q](FieldseekerPointlocations.Columns),
|
|
|
|
|
FieldseekerPolygonlocations: buildFieldseekerPolygonlocationWhere[Q](FieldseekerPolygonlocations.Columns),
|
|
|
|
|
FieldseekerPools: buildFieldseekerPoolWhere[Q](FieldseekerPools.Columns),
|
|
|
|
|
FieldseekerPooldetails: buildFieldseekerPooldetailWhere[Q](FieldseekerPooldetails.Columns),
|
|
|
|
|
FieldseekerProposedtreatmentareas: buildFieldseekerProposedtreatmentareaWhere[Q](FieldseekerProposedtreatmentareas.Columns),
|
|
|
|
|
FieldseekerQamosquitoinspections: buildFieldseekerQamosquitoinspectionWhere[Q](FieldseekerQamosquitoinspections.Columns),
|
|
|
|
|
FieldseekerRodentlocations: buildFieldseekerRodentlocationWhere[Q](FieldseekerRodentlocations.Columns),
|
|
|
|
|
FieldseekerSamplecollections: buildFieldseekerSamplecollectionWhere[Q](FieldseekerSamplecollections.Columns),
|
|
|
|
|
FieldseekerSamplelocations: buildFieldseekerSamplelocationWhere[Q](FieldseekerSamplelocations.Columns),
|
|
|
|
|
FieldseekerServicerequests: buildFieldseekerServicerequestWhere[Q](FieldseekerServicerequests.Columns),
|
|
|
|
|
FieldseekerSpeciesabundances: buildFieldseekerSpeciesabundanceWhere[Q](FieldseekerSpeciesabundances.Columns),
|
|
|
|
|
FieldseekerStormdrains: buildFieldseekerStormdrainWhere[Q](FieldseekerStormdrains.Columns),
|
|
|
|
|
FieldseekerTimecards: buildFieldseekerTimecardWhere[Q](FieldseekerTimecards.Columns),
|
|
|
|
|
FieldseekerTrapdata: buildFieldseekerTrapdatumWhere[Q](FieldseekerTrapdata.Columns),
|
|
|
|
|
FieldseekerTraplocations: buildFieldseekerTraplocationWhere[Q](FieldseekerTraplocations.Columns),
|
|
|
|
|
FieldseekerTreatments: buildFieldseekerTreatmentWhere[Q](FieldseekerTreatments.Columns),
|
|
|
|
|
FieldseekerTreatmentareas: buildFieldseekerTreatmentareaWhere[Q](FieldseekerTreatmentareas.Columns),
|
|
|
|
|
FieldseekerZones: buildFieldseekerZoneWhere[Q](FieldseekerZones.Columns),
|
|
|
|
|
FieldseekerZones2s: buildFieldseekerZones2Where[Q](FieldseekerZones2s.Columns),
|
|
|
|
|
FieldseekerSyncs: buildFieldseekerSyncWhere[Q](FieldseekerSyncs.Columns),
|
|
|
|
|
FSContainerrelates: buildFSContainerrelateWhere[Q](FSContainerrelates.Columns),
|
|
|
|
|
FSFieldscoutinglogs: buildFSFieldscoutinglogWhere[Q](FSFieldscoutinglogs.Columns),
|
|
|
|
|
FSHabitatrelates: buildFSHabitatrelateWhere[Q](FSHabitatrelates.Columns),
|
|
|
|
|
FSInspectionsamples: buildFSInspectionsampleWhere[Q](FSInspectionsamples.Columns),
|
|
|
|
|
FSInspectionsampledetails: buildFSInspectionsampledetailWhere[Q](FSInspectionsampledetails.Columns),
|
|
|
|
|
FSLinelocations: buildFSLinelocationWhere[Q](FSLinelocations.Columns),
|
|
|
|
|
FSLocationtrackings: buildFSLocationtrackingWhere[Q](FSLocationtrackings.Columns),
|
|
|
|
|
FSMosquitoinspections: buildFSMosquitoinspectionWhere[Q](FSMosquitoinspections.Columns),
|
|
|
|
|
FSPointlocations: buildFSPointlocationWhere[Q](FSPointlocations.Columns),
|
|
|
|
|
FSPolygonlocations: buildFSPolygonlocationWhere[Q](FSPolygonlocations.Columns),
|
|
|
|
|
FSPools: buildFSPoolWhere[Q](FSPools.Columns),
|
|
|
|
|
FSPooldetails: buildFSPooldetailWhere[Q](FSPooldetails.Columns),
|
|
|
|
|
FSProposedtreatmentareas: buildFSProposedtreatmentareaWhere[Q](FSProposedtreatmentareas.Columns),
|
|
|
|
|
FSQamosquitoinspections: buildFSQamosquitoinspectionWhere[Q](FSQamosquitoinspections.Columns),
|
|
|
|
|
FSRodentlocations: buildFSRodentlocationWhere[Q](FSRodentlocations.Columns),
|
|
|
|
|
FSSamplecollections: buildFSSamplecollectionWhere[Q](FSSamplecollections.Columns),
|
|
|
|
|
FSSamplelocations: buildFSSamplelocationWhere[Q](FSSamplelocations.Columns),
|
|
|
|
|
FSServicerequests: buildFSServicerequestWhere[Q](FSServicerequests.Columns),
|
|
|
|
|
FSSpeciesabundances: buildFSSpeciesabundanceWhere[Q](FSSpeciesabundances.Columns),
|
|
|
|
|
FSStormdrains: buildFSStormdrainWhere[Q](FSStormdrains.Columns),
|
|
|
|
|
FSTimecards: buildFSTimecardWhere[Q](FSTimecards.Columns),
|
|
|
|
|
FSTrapdata: buildFSTrapdatumWhere[Q](FSTrapdata.Columns),
|
|
|
|
|
FSTraplocations: buildFSTraplocationWhere[Q](FSTraplocations.Columns),
|
|
|
|
|
FSTreatments: buildFSTreatmentWhere[Q](FSTreatments.Columns),
|
|
|
|
|
FSTreatmentareas: buildFSTreatmentareaWhere[Q](FSTreatmentareas.Columns),
|
|
|
|
|
FSZones: buildFSZoneWhere[Q](FSZones.Columns),
|
|
|
|
|
FSZones2s: buildFSZones2Where[Q](FSZones2s.Columns),
|
|
|
|
|
GeographyColumns: buildGeographyColumnWhere[Q](GeographyColumns.Columns),
|
|
|
|
|
GeometryColumns: buildGeometryColumnWhere[Q](GeometryColumns.Columns),
|
|
|
|
|
GooseDBVersions: buildGooseDBVersionWhere[Q](GooseDBVersions.Columns),
|
|
|
|
|
H3Aggregations: buildH3AggregationWhere[Q](H3Aggregations.Columns),
|
|
|
|
|
HistoryContainerrelates: buildHistoryContainerrelateWhere[Q](HistoryContainerrelates.Columns),
|
|
|
|
|
HistoryFieldscoutinglogs: buildHistoryFieldscoutinglogWhere[Q](HistoryFieldscoutinglogs.Columns),
|
|
|
|
|
HistoryHabitatrelates: buildHistoryHabitatrelateWhere[Q](HistoryHabitatrelates.Columns),
|
|
|
|
|
HistoryInspectionsamples: buildHistoryInspectionsampleWhere[Q](HistoryInspectionsamples.Columns),
|
|
|
|
|
HistoryInspectionsampledetails: buildHistoryInspectionsampledetailWhere[Q](HistoryInspectionsampledetails.Columns),
|
|
|
|
|
HistoryLinelocations: buildHistoryLinelocationWhere[Q](HistoryLinelocations.Columns),
|
|
|
|
|
HistoryLocationtrackings: buildHistoryLocationtrackingWhere[Q](HistoryLocationtrackings.Columns),
|
|
|
|
|
HistoryMosquitoinspections: buildHistoryMosquitoinspectionWhere[Q](HistoryMosquitoinspections.Columns),
|
|
|
|
|
HistoryPointlocations: buildHistoryPointlocationWhere[Q](HistoryPointlocations.Columns),
|
|
|
|
|
HistoryPolygonlocations: buildHistoryPolygonlocationWhere[Q](HistoryPolygonlocations.Columns),
|
|
|
|
|
HistoryPools: buildHistoryPoolWhere[Q](HistoryPools.Columns),
|
|
|
|
|
HistoryPooldetails: buildHistoryPooldetailWhere[Q](HistoryPooldetails.Columns),
|
|
|
|
|
HistoryProposedtreatmentareas: buildHistoryProposedtreatmentareaWhere[Q](HistoryProposedtreatmentareas.Columns),
|
|
|
|
|
HistoryQamosquitoinspections: buildHistoryQamosquitoinspectionWhere[Q](HistoryQamosquitoinspections.Columns),
|
|
|
|
|
HistoryRodentlocations: buildHistoryRodentlocationWhere[Q](HistoryRodentlocations.Columns),
|
|
|
|
|
HistorySamplecollections: buildHistorySamplecollectionWhere[Q](HistorySamplecollections.Columns),
|
|
|
|
|
HistorySamplelocations: buildHistorySamplelocationWhere[Q](HistorySamplelocations.Columns),
|
|
|
|
|
HistoryServicerequests: buildHistoryServicerequestWhere[Q](HistoryServicerequests.Columns),
|
|
|
|
|
HistorySpeciesabundances: buildHistorySpeciesabundanceWhere[Q](HistorySpeciesabundances.Columns),
|
|
|
|
|
HistoryStormdrains: buildHistoryStormdrainWhere[Q](HistoryStormdrains.Columns),
|
|
|
|
|
HistoryTimecards: buildHistoryTimecardWhere[Q](HistoryTimecards.Columns),
|
|
|
|
|
HistoryTrapdata: buildHistoryTrapdatumWhere[Q](HistoryTrapdata.Columns),
|
|
|
|
|
HistoryTraplocations: buildHistoryTraplocationWhere[Q](HistoryTraplocations.Columns),
|
|
|
|
|
HistoryTreatments: buildHistoryTreatmentWhere[Q](HistoryTreatments.Columns),
|
|
|
|
|
HistoryTreatmentareas: buildHistoryTreatmentareaWhere[Q](HistoryTreatmentareas.Columns),
|
|
|
|
|
HistoryZones: buildHistoryZoneWhere[Q](HistoryZones.Columns),
|
|
|
|
|
HistoryZones2s: buildHistoryZones2Where[Q](HistoryZones2s.Columns),
|
|
|
|
|
Notifications: buildNotificationWhere[Q](Notifications.Columns),
|
|
|
|
|
OauthTokens: buildOauthTokenWhere[Q](OauthTokens.Columns),
|
|
|
|
|
Organizations: buildOrganizationWhere[Q](Organizations.Columns),
|
|
|
|
|
RasterColumns: buildRasterColumnWhere[Q](RasterColumns.Columns),
|
|
|
|
|
RasterOverviews: buildRasterOverviewWhere[Q](RasterOverviews.Columns),
|
|
|
|
|
Sessions: buildSessionWhere[Q](Sessions.Columns),
|
|
|
|
|
SpatialRefSys: buildSpatialRefSyWhere[Q](SpatialRefSys.Columns),
|
|
|
|
|
Users: buildUserWhere[Q](Users.Columns),
|
2025-11-04 23:11:32 +00:00
|
|
|
}
|
|
|
|
|
}
|