Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ChainInterface (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. generics.go

    }
    
    type ChainInterface[T any] interface {
    	ExecInterface[T]
    	Scopes(scopes ...func(db *Statement)) ChainInterface[T]
    	Where(query interface{}, args ...interface{}) ChainInterface[T]
    	Not(query interface{}, args ...interface{}) ChainInterface[T]
    	Or(query interface{}, args ...interface{}) ChainInterface[T]
    	Limit(offset int) ChainInterface[T]
    	Offset(offset int) ChainInterface[T]
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Mar 21 11:34:24 GMT 2026
    - 26K bytes
    - Click Count (0)
Back to Top