github.com/go-pg/pg/v10/orm.Query.Exists (method)

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		query.go#L1305: func (q *Query) Exists() (bool, error) {

	github.com/go-pg/migrations/v8
		collection.go#L613: 		Exists()
		collection.go#L622: 		Exists()