Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
 - func IsErrNoRows(err error) bool
 - func SetDefaultDB(x *Client)
 - func SetIDGenerator(f idGeneratorFunc)
 - type AndConditions
 - type Assignment
 - type Clause
 - type Client
 - type Column
 - type CommaExpression
 - type Delete
 - type Eq
 - type Expr
 - type From
 - type GroupBy
 - type Gt
 - type Gte
 - type IN
 - type Insert
 - type Join
 - type JoinType
 - type Like
 - type Limit
 - type Locking
 - type Lt
 - type Lte
 - type Meta
 - type MetaD
 - type NamedExpr
 - type Neq
 - type NotConditions
 - type OnConflict
 - type OrConditions
 - type OrderBy
 - type OrderByColumn
 - type Returning
 - type Select
 - type Set
 - type Table
 - type Update
 - type Values
 - type Where
 - type With
 
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var ( And = clause.And Not = clause.Not Or = clause.Or Assignments = clause.Assignments AssignmentColumns = clause.AssignmentColumns )
      View Source
      
  
var ErrRecordNotFound = gorm.ErrRecordNotFound
    Functions ¶
func IsErrNoRows ¶
func SetDefaultDB ¶
func SetDefaultDB(x *Client)
func SetIDGenerator ¶
func SetIDGenerator(f idGeneratorFunc)
Types ¶
type AndConditions ¶
type AndConditions = clause.AndConditions
type Assignment ¶
type Assignment = clause.Assignment
type CommaExpression ¶
type CommaExpression = clause.CommaExpression
type Meta ¶
type MetaD ¶
type NotConditions ¶
type NotConditions = clause.NotConditions
type OnConflict ¶
type OnConflict = clause.OnConflict
type OrConditions ¶
type OrConditions = clause.OrConditions
type OrderByColumn ¶
type OrderByColumn = clause.OrderByColumn
 Click to show internal directories. 
   Click to hide internal directories.