MCPcopy Create free account

hub / github.com/bigpigeon/toyorm / functions

Functions754 in github.com/bigpigeon/toyorm

↓ 1 callersMethodmanyToManyPreloadWithTag
(model *Model, field Field, isRight bool, tag reflect.StructTag)
collection.go:189
↓ 1 callersFunctionnewTagKeyVal
(s string)
model_field.go:211
↓ 1 callersMethodreallocate
()
record_struct.go:133
↓ 1 callersMethodreport
()
result.go:89
↓ 1 callersMethodsoftDelete
(records ModelRecords)
collection_brick.go:419
↓ 1 callersMethodsoftDelete
(records ModelRecords)
toy_brick.go:638
↓ 1 callersMethodsoftDeleteWithPrimaryKey
(records ModelRecords)
collection_brick.go:399
↓ 1 callersMethodsoftDeleteWithPrimaryKey
(records ModelRecords)
toy_brick.go:618
MethodAdd
(v reflect.Value)
record_namemap.go:117
MethodAdd
(v reflect.Value)
record_offsetmap.go:100
MethodAdd
(v reflect.Value)
record_struct.go:147
MethodAddForeignKey
(model, relationModel *Model, ForeignKeyField Field)
dialect.go:42
MethodAddForeignKey
(model, relationModel *Model, ForeignKeyField Field)
dialect.go:385
MethodAddForeignKey
(model, relationModel *Model, ForeignKeyField Field)
dialect_postgres.go:388
MethodAffectData
()
result.go:213
MethodAffectData
()
result.go:244
MethodAffectData
()
result.go:281
MethodAffectData
()
result.go:313
MethodAllField
()
record.go:18
MethodAllField
()
record_namemap.go:202
MethodAllField
()
record_offsetmap.go:185
MethodAllField
()
record_struct.go:247
MethodAnd
()
collection_brick.go:66
MethodAppend
(query string, args ...interface{})
exec.go:46
MethodAppend
go-bug DefaultExec will return ExecValue(DefaultExec), so must to implement this func
exec.go:66
MethodArgs
()
exec.go:42
MethodAttr
sql foreign declaration
model_field.go:34
MethodAttr
(s string)
model_field.go:158
MethodAttrs
()
model_field.go:162
MethodAutoIncrement
()
model_field.go:134
MethodBelongToPreload
(model *Model, field Field)
collection.go:144
MethodBelongToWith
join with specified container field declaration,when call ToyBrick.Preload(<container field>) will automatic association this field
model_field.go:40
MethodBelongToWith
()
model_field.go:178
FunctionBenchmarkFind
(b *testing.B)
benchmarks_test.go:144
FunctionBenchmarkInsert
(b *testing.B)
benchmarks_test.go:70
FunctionBenchmarkStandardFind
(b *testing.B)
benchmarks_test.go:88
FunctionBenchmarkStandardInsert
(b *testing.B)
benchmarks_test.go:41
FunctionBenchmarkStandardUpdate
(b *testing.B)
benchmarks_test.go:175
FunctionBenchmarkUpdate
(b *testing.B)
benchmarks_test.go:216
MethodBindDefaultFields
(args ...interface{})
collection_brick.go:297
MethodBindFields
(mode Mode, args ...interface{})
collection_brick.go:284
MethodClone
()
collection_brick.go:74
FunctionCollectionHandlerAssignToAllDb
assign after handlers to all db
collection_handlers.go:405
FunctionCollectionHandlerCreateTable
(ctx *CollectionContext)
collection_handlers.go:421
FunctionCollectionHandlerDropTable
(ctx *CollectionContext)
collection_handlers.go:453
FunctionCollectionHandlerExistTableAbort
(ctx *CollectionContext)
collection_handlers.go:434
FunctionCollectionHandlerFind
(ctx *CollectionContext)
collection_handlers.go:823
FunctionCollectionHandlerFindOne
(ctx *CollectionContext)
collection_handlers.go:895
FunctionCollectionHandlerFindOneAssignDbIndex
(ctx *CollectionContext)
collection_handlers.go:873
FunctionCollectionHandlerInsert
(ctx *CollectionContext)
collection_handlers.go:240
FunctionCollectionHandlerInsertAssignDbIndex
(ctx *CollectionContext)
collection_handlers.go:178
FunctionCollectionHandlerInsertTimeGenerate
(ctx *CollectionContext)
collection_handlers.go:158
FunctionCollectionHandlerNotExistTableAbort
(ctx *CollectionContext)
collection_handlers.go:464
FunctionCollectionHandlerPreloadContainerCheck
(ctx *CollectionContext)
collection_handlers.go:482
FunctionCollectionHandlerPreloadFind
(ctx *CollectionContext)
collection_handlers.go:674
FunctionCollectionHandlerSave
(ctx *CollectionContext)
collection_handlers.go:558
FunctionCollectionHandlerSaveTimeGenerate
(ctx *CollectionContext)
collection_handlers.go:541
FunctionCollectionHandlerSoftDeleteCheck
(ctx *CollectionContext)
collection_handlers.go:942
FunctionCollectionHandlerUSave
(ctx *CollectionContext)
collection_handlers.go:627
FunctionCollectionHandlerUpdate
(ctx *CollectionContext)
collection_handlers.go:961
FunctionCollectionHandlerUpdateTimeGenerate
(ctx *CollectionContext)
collection_handlers.go:950
FunctionCollectionIDGenerate
(ctx *CollectionContext)
main_test.go:849
MethodCollectionIDGenerate
(ctx *toyorm.CollectionContext)
examples/collection_example/collection_example.go:57
MethodColumn
()
model_field.go:61
MethodColumn
()
model_field.go:76
MethodColumn
()
model_field.go:115
MethodCondition
(expr SearchExpr, key FieldSelection, v ...interface{})
collection_brick_condition.go:17
MethodCondition
(expr SearchExpr, key FieldSelection, v ...interface{})
toy_brick_condition.go:13
MethodCondition
(expr SearchExpr, key FieldSelection, v ...interface{})
toy_brick_condition.go:78
MethodConditionExec
(search SearchList, limit, offset int, orderBy []Column, groupBy []Column)
dialect.go:154
MethodConditionExec
(search SearchList, limit, offset int, orderBy []Column, groupBy []Column)
dialect_postgres.go:128
MethodConditionGroup
(expr SearchExpr, group interface{})
collection_brick_condition.go:22
MethodConditionGroup
(expr SearchExpr, group interface{})
collection_brick_condition.go:63
MethodConditionGroup
(expr SearchExpr, group interface{})
toy_brick_condition.go:18
MethodConditionGroup
(expr SearchExpr, group interface{})
toy_brick_condition.go:83
MethodCount
()
collection_brick.go:488
MethodCountExec
(model *Model, alias string)
dialect.go:401
MethodCountExec
(model *Model, alias string)
dialect_postgres.go:404
MethodCreateTable
()
collection_brick.go:452
MethodCreateTable
()
toy_brick.go:672
MethodCreateTable
(model *Model, foreign map[string]ForeignKey)
dialect_sqlite.go:37
MethodCreateTable
use to test
dialect.go:86
MethodCreateTable
(model *Model, foreign map[string]ForeignKey)
dialect_mysql.go:33
MethodCreateTable
(model *Model, foreign map[string]ForeignKey)
dialect_postgres.go:55
MethodCreateTableIfNotExist
()
collection_brick.go:457
MethodCustomBelongToPreload
(container, relationship interface{}, args ...interface{})
collection_brick.go:209
MethodCustomManyToManyPreload
(middleStruct, container, relation, subRelation interface{}, args ...interface{})
collection_brick.go:258
MethodCustomOneToManyPreload
(container, relationship interface{}, args ...interface{})
collection_brick.go:233
MethodCustomOneToOnePreload
(container, relationship interface{}, args ...interface{})
collection_brick.go:184
MethodDB
()
toy.go:247
MethodDeadline
()
context.go:27
MethodDefault
()
model_field.go:170
MethodDelete
(v interface{})
collection_brick.go:577
MethodDeleteExec
()
collection_brick.go:657
MethodDeleteExec
()
toy_brick.go:897
MethodDeleteExec
(model *Model)
dialect.go:357
MethodDeleteExec
(model *Model)
dialect_postgres.go:327
MethodDeleteField
(string)
record.go:20
MethodDeleteField
(name string)
record_namemap.go:187
MethodDeleteField
(name string)
record_offsetmap.go:170
← previousnext →301–400 of 754, ranked by callers