MCPcopy Create free account

hub / github.com/bigpigeon/toyorm / types & classes

Types & classes283 in github.com/bigpigeon/toyorm

↓ 2 callersTypeAliasErrInvalidModelType
errors.go:20
↓ 2 callersTypeAliasIgnoreMode
ignore_mode.go:13
↓ 2 callersTypeAliasPassword
password need hide when print in Debug or Report
examples/website/utils.go:33
↓ 1 callersTypeAliasAssociationType
model_field.go:15
↓ 1 callersTypeAliasSearchList
func (s SearchCell) IsBranch() bool { return s.Type == ExprAnd || s.Type == ExprOr }
search.go:68
StructAddress
main_test.go:579
StructAffectNode
result.go:69
StructBasicExec
exec.go:23
StructBelongToPreload
this is describe one to one relationship with table and its sub table e.g select * from sub_table where id = (table.RelationField).value
preload.go:11
StructBelongToSub
panic_test.go:121
StructBelongToSub
toy_brick_test.go:2504
StructBlog
examples/preload_example/preload_example.go:44
StructBrickCommon
brick_common.go:9
StructBugMiddleReportLossTable
bugfix_test.go:18
StructCacheMeta
toy_kernel.go:14
StructCollectionBrick
collection_brick.go:21
StructCollectionBrickAnd
collection_brick_condition.go:13
StructCollectionBrickOr
collection_brick_condition.go:54
StructCollectionContext
context.go:85
StructCollectionExecAction
result.go:265
FuncTypeCollectionHandlerFunc
func(c *CollectionContext) error
context.go:83
TypeAliasCollectionHandlersChain
context.go:84
StructCollectionQueryAction
result.go:293
StructColor
examples/join_example/join_example.go:36
InterfaceColumn
column.go:13
InterfaceColumnName
column.go:17
InterfaceColumnNameValue
column.go:27
InterfaceColumnValue
column.go:22
StructComment
examples/join_example/join_example.go:41
StructContext
context.go:18
FuncTypeDBPrimarySelector
func(n int, key ...interface{}) int
collection.go:20
InterfaceDBValSelector
collection.go:16
StructDefaultDialect
dialect.go:50
StructDefaultExec
not process source str, Source() == Query()
exec.go:29
InterfaceDialect
dialect.go:27
StructDtoBelongTo
toy_brick_test.go:2658
TypeAliasDtoID
Follow data use to Insert or find
toy_brick_test.go:2657
StructDtoManyToMany
toy_brick_test.go:2672
StructDtoOneToMany
toy_brick_test.go:2667
StructDtoOneToOne
toy_brick_test.go:2662
StructDtoTable
toy_brick_test.go:2676
StructEngine
examples/website/website.go:53
StructErrCannotSet
errors.go:147
TypeAliasErrCollectionClose
errors.go:105
StructErrCollectionDBSelectorNotFound
errors.go:98
TypeAliasErrCollectionExec
errors.go:68
TypeAliasErrCollectionQuery
errors.go:78
TypeAliasErrCollectionQueryRow
errors.go:88
StructErrDbIndexNotSet
errors.go:115
StructErrInvalidModelName
errors.go:26
StructErrInvalidPreloadField
errors.go:32
StructErrInvalidRecordType
errors.go:41
StructErrLastInsertId
errors.go:133
StructErrModelDuplicateAssociation
errors.go:155
StructErrNilPrimaryKey
errors.go:171
StructErrNotSupportRowsAffected
errors.go:127
StructErrRepeatField
errors.go:48
StructErrSameColumnName
errors.go:57
StructErrSaveFailure
errors.go:165
StructErrTemplateExecInvalidWord
errors.go:139
StructErrZeroPrimaryKey
errors.go:121
StructExecAction
result.go:201
InterfaceExecValue
exec.go:15
InterfaceExecutor
dialect.go:21
StructExtra
record_test.go:252
TypeAliasExtra
examples/join_example/join_example.go:19
TypeAliasExtra
examples/preload_example/preload_example.go:20
InterfaceField
model_field.go:25
TypeAliasFieldList
model_field.go:308
InterfaceFieldSelection
model.go:239
InterfaceFieldValue
model_field.go:49
TypeAliasFieldValueList
model_field.go:318
StructForeignKey
dialect.go:16
FuncTypeHandlerFunc
func(c *Context) error
context.go:16
TypeAliasHandlersChain
context.go:17
TypeAliasIDGenerator
examples/collection_example/collection_example.go:55
StructJoin
join.go:9
StructJoinSwap
join will replace attribute
join.go:18
StructMainTable
panic_test.go:125
StructMainTable
toy_brick_test.go:2518
StructManyToManyPreload
this is describe many to many relationship with table and its sub table e.g select * from middle_table where table.id = table.id and sub_table.id = (t
preload.go:40
TypeAliasMode
mode.go:9
StructModel
table struct used to save all sql attribute with struct column is table name attribute AllFields is all struct field and it's Anonymous struct SqlFiel
model.go:30
StructModelDefault
model.go:256
TypeAliasModelGroupBy
record.go:33
StructModelIndexRecord
record.go:28
StructModelNameMapRecord
record_namemap.go:168
StructModelNameMapRecords
record_namemap.go:14
StructModelOffsetMapRecord
record_offsetmap.go:151
StructModelOffsetMapRecords
record_offsetmap.go:14
InterfaceModelRecord
record.go:17
InterfaceModelRecordFieldTypes
record.go:13
InterfaceModelRecords
record.go:43
StructModelStructRecord
record_struct.go:200
StructModelStructRecords
record_struct.go:14
StructMySqlDialect
dialect_mysql.go:15
StructNotExistTable
toy_brick_test.go:2149
StructObjectMustAddrTable
panic_test.go:145
StructOneToManyPreload
this is describe one to many relationship with table and its sub table e.g select * from sub_table where sub_table.RelationField = table.id
preload.go:31
StructOneToManySub
toy_brick_test.go:2513
next →1–100 of 283, ranked by callers