Module sea_orm::query

source ·
Expand description

Holds types and methods to perform queries

Re-exports§

Macros§

  • Helper to get a raw SQL string from an object that impl QueryTrait.
  • Helper to get a Statement from an object that impl QueryTrait.

Structs§

  • Represents the value of an Condition::any or Condition::all: a set of disjunctive or conjunctive conditions.
  • This structure provides debug capabilities
  • Defines the structure for a delete operation
  • Perform a delete operation on multiple models
  • Perform a delete operation on a model
  • Performs INSERT operations on a ActiveModel
  • Defines a structure to perform select operations
  • Implements the traits Iden and IdenStatic for a type
  • Implements the traits Iden and IdenStatic for a type
  • Defines a structure to perform a SELECT operation on two Models
  • Defines a structure to perform a SELECT operation on many Models
  • Performs INSERT operations on a ActiveModel, will do nothing if input is empty.
  • Defines a structure to perform UPDATE query operations on a ActiveModel
  • Defines an UPDATE operation on multiple ActiveModels
  • Defines an UPDATE operation on one ActiveModel

Enums§

Traits§

Type Aliases§