MCPcopy Create free account

hub / github.com/go-sqlite/sqlite3 / functions

Functions67 in github.com/go-sqlite/sqlite3

↓ 8 callersMethodDecode
(ptr interface{})
page.go:132
↓ 8 callersMethodSeek
(offset int64, whence int)
page.go:98
↓ 8 callersMethodTables
()
file.go:165
↓ 7 callersMethodNumPage
NumPage returns the number of pages for this database
file.go:151
↓ 7 callersMethodPage
(i int)
pager.go:32
↓ 7 callersMethodPageSize
()
page.go:94
↓ 6 callersFunctionnewBtreeTable
(page page, db *DbFile)
btree.go:50
↓ 6 callersFunctionunmarshal
(buf []byte, ptr interface{})
utils.go:20
↓ 5 callersMethodClose
()
file.go:137
↓ 5 callersMethodNumCell
()
btree.go:30
↓ 5 callersMethodVersion
Version returns the sqlite version number used to create this database
file.go:161
↓ 4 callersMethodKind
()
page.go:86
↓ 4 callersFunctionvarint
(data []byte)
utils.go:30
↓ 3 callersMethodIsBlob
()
stypes.go:66
↓ 3 callersMethodIsText
()
stypes.go:70
↓ 3 callersMethodKind
()
btree.go:26
↓ 3 callersMethodVarint
()
page.go:150
↓ 2 callersMethodColumns
Columns returns the columns of the table
table.go:31
↓ 2 callersMethodNBytes
NBytes returns the number of bytes on disk for this SerialType NBytes returns -1 if the SerialType is invalid.
stypes.go:76
↓ 2 callersMethodName
Name returns the name of the table
table.go:19
↓ 2 callersFunctionOpen
(fname string)
file.go:122
↓ 2 callersFunctionOpenFrom
(f io.ReadSeeker)
file.go:68
↓ 2 callersMethodRead
(data []byte)
page.go:141
↓ 2 callersMethoddecodeRecord
(payload []byte)
btree.go:115
↓ 2 callersMethodloadCell
(icell int)
btree.go:211
↓ 2 callersFunctionreadStInt16
(buf []byte)
btree.go:445
↓ 2 callersFunctionreadStInt24
(buf []byte)
btree.go:454
↓ 2 callersFunctionreadStInt32
(buf []byte)
btree.go:465
↓ 2 callersFunctionreadStInt48
(buf []byte)
btree.go:474
↓ 2 callersFunctionreadStInt64
(buf []byte)
btree.go:485
↓ 2 callersFunctionreadStInt8
(buf []byte)
btree.go:436
↓ 2 callersMethodvisitRecordsInorder
Perform inorder traversal of all cells in the btree and its children, passing the record-decoded payload of each cell to the visitor function `f`.
btree.go:423
↓ 1 callersMethodBytes
()
page.go:128
↓ 1 callersMethodDelete
()
pager.go:67
↓ 1 callersMethodID
()
btree.go:86
↓ 1 callersMethodPageSize
PageSize returns the database page size in bytes
file.go:146
↓ 1 callersMethodinit
()
file.go:169
↓ 1 callersMethodinit
()
btree.go:94
↓ 1 callersFunctionmin
(a, b int)
utils.go:13
↓ 1 callersFunctionnewPager
(f io.ReadSeeker, size, npages int)
pager.go:20
↓ 1 callersMethodparseCell
()
btree.go:219
↓ 1 callersFunctionprocess
(fname string)
cmd/sqlite-dump/main.go:72
↓ 1 callersMethodreadOverflow
readOverflow reads `size` overflow page bytes, starting at page `pageNum`, following the linked list of overflow pages as necessary.
btree.go:325
↓ 1 callersMethodvisitRawInorder
Perform inorder traversal of all cells in the btree and its children, passing each raw cell to the visitor function `f`.
btree.go:367
MethodCellsAddr
()
btree.go:38
MethodDumpdb
()
file.go:263
MethodEncoding
Encoding returns the text encoding for this database
file.go:156
MethodFreeBlockAddr
()
btree.go:34
MethodID
()
page.go:82
MethodName
Name returns the name of the column
table.go:42
MethodNumRow
NumRow returns the number of rows in the table
table.go:24
MethodPos
()
page.go:124
MethodSize
()
btree.go:90
MethodString
()
page.go:41
MethodString
()
stypes.go:30
FunctionTestBTree__decodeRecord
(t *testing.T)
btree_test.go:74
FunctionTestBTree__readStInt16
(t *testing.T)
btree_test.go:19
FunctionTestBTree__readStInt24
(t *testing.T)
btree_test.go:30
FunctionTestBTree__readStInt32
(t *testing.T)
btree_test.go:41
FunctionTestBTree__readStInt48
(t *testing.T)
btree_test.go:52
FunctionTestBTree__readStInt64
(t *testing.T)
btree_test.go:63
FunctionTestBTree__readStInt8
(t *testing.T)
btree_test.go:8
FunctionTestFileOpen
(t *testing.T)
sqlite_test.go:16
FunctionTestVarint
(t *testing.T)
utils_test.go:9
MethodType
Type returns the SQLite type of the column
table.go:47
MethodVisitTableRecords
VisitTableRecords performs an inorder traversal of all cells in the btree for the table with the given name, passing the (optional, hence nullable) Ro
file.go:300
Functionmain
()
cmd/sqlite-dump/main.go:32