query

package
v0.0.0-...-2f8202d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

*

  • Copyright (c) 2024 Yunshan Networks *
  • Licensed under the Apache License, Version 2.0 (the "License");
  • you may not use this file except in compliance with the License.
  • You may obtain a copy of the License at *
  • http://www.apache.org/licenses/LICENSE-2.0 *
  • Unless required by applicable law or agreed to in writing, software
  • distributed under the License is distributed on an "AS IS" BASIS,
  • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  • See the License for the specific language governing permissions and
  • limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Find

func Find[T any]() ([]*T, error)

func FindInBatches

func FindInBatches[T any](query *gorm.DB) ([]*T, error)

FindInBatches gets all data that meets the query conditions in batches

func FindInBatchesObj

func FindInBatchesObj[T any](query *gorm.DB) ([]T, error)

FindInBatchesObj gets all data that meets the query conditions in batches

func FindUnscopedWhere

func FindUnscopedWhere[T any](query interface{}, args ...interface{}) ([]*T, error)

func FindWhere

func FindWhere[T any](query interface{}, args ...interface{}) ([]*T, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL