Documentation
¶
Index ¶
- Constants
- Variables
- type AggInfo
- type AuthContext
- type AutoincInfo
- type AuxData
- type BenignMallocHooks
- type Bitmask
- type Bitvec
- type Bool
- type BtCursor
- type BtLock
- type BtShared
- type Btree
- type BtreePayload
- type BusyHandler
- type CellArray
- type CellInfo
- type CollSeq
- type Column
- type CountCtx
- type Cte
- type CteUse
- type DateTime
- type Db
- type DbFixer
- type DbPage
- type DblquoteStr
- type DistinctCtx
- type Dl_info
- type Expr
- type ExprList
- type FILE
- type FKey
- type FileChunk
- type FilePoint
- type Fts5Context
- type Fts5ExtensionApi
- type Fts5PhraseIter
- type Fts5Tokenizer
- type FuncDef
- type FuncDefHash
- type FuncDestructor
- type Hash
- type HashElem
- type HiddenIndexInfo
- type IdList
- type IdxExprTrans
- type IncrMerger
- type Incrblob
- type Index
- type IndexIterator
- type IndexListTerm
- type IndexSample
- type IntegrityCk
- type JsonEachCursor
- type JsonNode
- type JsonParse
- type JsonString
- type KeyClass
- type KeyInfo
- type LogEst
- type Lookaside
- type LookasideSlot
- type Mem
- type MemFile
- type MemJournal
- type MemPage
- type MemStore
- type MemVfs
- type MergeEngine
- type Module
- type NameContext
- type Op
- type PCache
- type PCache1
- type PGroup
- type Pager
- type PagerSavepoint
- type Parse
- type ParseCleanup
- type PgFreeslot
- type PgHdr
- type PgHdr1
- type Pgno
- type PmaReader
- type PmaWriter
- type PragmaName
- type PragmaVtab
- type PragmaVtabCursor
- type PreUpdate
- type PrintfArguments
- type RecordCompare
- type RenameCtx
- type RenameToken
- type Returning
- type RowLoadInfo
- type RowSet
- type SQLiteThread
- type Savepoint
- type ScanStatus
- type Schema
- type Select
- type SelectDest
- type SortCtx
- type SortSubtask
- type SorterCompare
- type SorterFile
- type SorterList
- type SorterRecord
- type SrcItem
- type SrcList
- type StatAccum
- type StatSample
- type StrAccum
- type SubProgram
- type SubstContext
- type SumCtx
- type TabResult
- type Table
- type TableLock
- type Token
- type TreeView
- type Trigger
- type TriggerPrg
- type TriggerStep
- type UNDServerRef
- type UnixUnusedFd
- type UnpackedRecord
- type Upsert
- type VList
- type VTable
- type ValueList
- type Vdbe
- type VdbeCursor
- type VdbeFrame
- type VdbeOp
- type VdbeOpList
- type VdbeSorter
- type VtabCtx
- type Wal
- type WalCkptInfo
- type WalHashLoc
- type WalIndexHdr
- type WalIterator
- type WalWriter
- type Walker
- type WhereAndInfo
- type WhereClause
- type WhereConst
- type WhereExprMod
- type WhereInfo
- type WhereLevel
- type WhereLoop
- type WhereLoopBuilder
- type WhereMaskSet
- type WhereOrCost
- type WhereOrInfo
- type WhereOrSet
- type WherePath
- type WhereScan
- type WhereTerm
- type Window
- type WindowCodeArg
- type WindowCsrAndReg
- type WindowRewrite
- type With
Constants ¶
View Source
const ( P_ALL int32 = 0 P_PID int32 = 1 P_PGID int32 = 2 )
View Source
const ( TASK_RENICED int32 = -1 TASK_UNSPECIFIED int32 = 0 TASK_FOREGROUND_APPLICATION int32 = 1 TASK_BACKGROUND_APPLICATION int32 = 2 TASK_CONTROL_APPLICATION int32 = 3 TASK_GRAPHICS_SERVER int32 = 4 TASK_THROTTLE_APPLICATION int32 = 5 TASK_NONUI_APPLICATION int32 = 6 TASK_DEFAULT_APPLICATION int32 = 7 TASK_DARWINBG_APPLICATION int32 = 8 )
View Source
const ( LATENCY_QOS_TIER_UNSPECIFIED int32 = 0 LATENCY_QOS_TIER_0 int32 = 255<<16 | 1 LATENCY_QOS_TIER_1 int32 = 255<<16 | 2 LATENCY_QOS_TIER_2 int32 = 255<<16 | 3 LATENCY_QOS_TIER_3 int32 = 255<<16 | 4 LATENCY_QOS_TIER_4 int32 = 255<<16 | 5 LATENCY_QOS_TIER_5 int32 = 255<<16 | 6 )
View Source
const ( THROUGHPUT_QOS_TIER_UNSPECIFIED int32 = 0 THROUGHPUT_QOS_TIER_0 int32 = 254<<16 | 1 THROUGHPUT_QOS_TIER_1 int32 = 254<<16 | 2 THROUGHPUT_QOS_TIER_2 int32 = 254<<16 | 3 THROUGHPUT_QOS_TIER_3 int32 = 254<<16 | 4 THROUGHPUT_QOS_TIER_4 int32 = 254<<16 | 5 THROUGHPUT_QOS_TIER_5 int32 = 254<<16 | 6 )
View Source
const ( QOS_CLASS_USER_INTERACTIVE int32 = 33 QOS_CLASS_USER_INITIATED int32 = 25 QOS_CLASS_DEFAULT int32 = 21 QOS_CLASS_UTILITY int32 = 17 QOS_CLASS_BACKGROUND int32 = 9 QOS_CLASS_UNSPECIFIED int32 = 0 )
View Source
const ( FILESEC_OWNER int32 = 1 FILESEC_GROUP int32 = 2 FILESEC_UUID int32 = 3 FILESEC_MODE int32 = 4 FILESEC_ACL int32 = 5 FILESEC_GRPUUID int32 = 6 FILESEC_ACL_RAW int32 = 100 FILESEC_ACL_ALLOCSIZE int32 = 101 )
View Source
const TASK_INSPECT_BASIC_COUNTS int32 = 1
Variables ¶
View Source
var MemJournalMethods struct_sqlite3_io_methods
Functions ¶
This section is empty.
Types ¶
type AuthContext ¶
type AuthContext = struct_AuthContext
type AutoincInfo ¶
type AutoincInfo = struct_AutoincInfo
type BenignMallocHooks ¶
type BenignMallocHooks = struct_BenignMallocHooks
type BtreePayload ¶
type BtreePayload = struct_BtreePayload
type BusyHandler ¶
type BusyHandler = struct_BusyHandler
type DblquoteStr ¶
type DblquoteStr = struct_DblquoteStr
type DistinctCtx ¶
type DistinctCtx = struct_DistinctCtx
type Fts5Context ¶
type Fts5Context = struct_Fts5Context
type Fts5ExtensionApi ¶
type Fts5ExtensionApi = struct_Fts5ExtensionApi
type Fts5PhraseIter ¶
type Fts5PhraseIter = struct_Fts5PhraseIter
type Fts5Tokenizer ¶
type Fts5Tokenizer = struct_Fts5Tokenizer
type FuncDefHash ¶
type FuncDefHash = struct_FuncDefHash
type FuncDestructor ¶
type FuncDestructor = struct_FuncDestructor
type HiddenIndexInfo ¶
type HiddenIndexInfo = struct_HiddenIndexInfo
type IdxExprTrans ¶
type IdxExprTrans = struct_IdxExprTrans
type IncrMerger ¶
type IncrMerger = struct_IncrMerger
type IndexIterator ¶
type IndexIterator = struct_IndexIterator
type IndexListTerm ¶
type IndexListTerm = struct_IndexListTerm
type IndexSample ¶
type IndexSample = struct_IndexSample
type IntegrityCk ¶
type IntegrityCk = struct_IntegrityCk
type JsonEachCursor ¶
type JsonEachCursor = struct_JsonEachCursor
type JsonString ¶
type JsonString = struct_JsonString
type LookasideSlot ¶
type LookasideSlot = struct_LookasideSlot
type MemJournal ¶
type MemJournal = struct_MemJournal
type MergeEngine ¶
type MergeEngine = struct_MergeEngine
type NameContext ¶
type NameContext = struct_NameContext
type PagerSavepoint ¶
type PagerSavepoint = struct_PagerSavepoint
type ParseCleanup ¶
type ParseCleanup = struct_ParseCleanup
type PgFreeslot ¶
type PgFreeslot = struct_PgFreeslot
type PragmaName ¶
type PragmaName = struct_PragmaName
type PragmaVtab ¶
type PragmaVtab = struct_PragmaVtab
type PragmaVtabCursor ¶
type PragmaVtabCursor = struct_PragmaVtabCursor
type PrintfArguments ¶
type PrintfArguments = struct_PrintfArguments
type RenameToken ¶
type RenameToken = struct_RenameToken
type RowLoadInfo ¶
type RowLoadInfo = struct_RowLoadInfo
type SQLiteThread ¶
type SQLiteThread = struct_SQLiteThread
type ScanStatus ¶
type ScanStatus = struct_ScanStatus
type SelectDest ¶
type SelectDest = struct_SelectDest
type SortSubtask ¶
type SortSubtask = struct_SortSubtask
type SorterCompare ¶
type SorterFile ¶
type SorterFile = struct_SorterFile
type SorterList ¶
type SorterList = struct_SorterList
type SorterRecord ¶
type SorterRecord = struct_SorterRecord
type StatSample ¶
type StatSample = struct_StatSample
type SubProgram ¶
type SubProgram = struct_SubProgram
type SubstContext ¶
type SubstContext = struct_SubstContext
type TriggerPrg ¶
type TriggerPrg = struct_TriggerPrg
type TriggerStep ¶
type TriggerStep = struct_TriggerStep
type UNDServerRef ¶
type UNDServerRef = uint32
type UnixUnusedFd ¶
type UnixUnusedFd = struct_UnixUnusedFd
type UnpackedRecord ¶
type UnpackedRecord = struct_UnpackedRecord
type VdbeCursor ¶
type VdbeCursor = struct_VdbeCursor
type VdbeOpList ¶
type VdbeOpList = struct_VdbeOpList
type VdbeSorter ¶
type VdbeSorter = struct_VdbeSorter
type WalCkptInfo ¶
type WalCkptInfo = struct_WalCkptInfo
type WalHashLoc ¶
type WalHashLoc = struct_WalHashLoc
type WalIndexHdr ¶
type WalIndexHdr = struct_WalIndexHdr
type WalIterator ¶
type WalIterator = struct_WalIterator
type WhereAndInfo ¶
type WhereAndInfo = struct_WhereAndInfo
type WhereClause ¶
type WhereClause = struct_WhereClause
type WhereConst ¶
type WhereConst = struct_WhereConst
type WhereExprMod ¶
type WhereExprMod = struct_WhereExprMod
type WhereLevel ¶
type WhereLevel = struct_WhereLevel
type WhereLoopBuilder ¶
type WhereLoopBuilder = struct_WhereLoopBuilder
type WhereMaskSet ¶
type WhereMaskSet = struct_WhereMaskSet
type WhereOrCost ¶
type WhereOrCost = struct_WhereOrCost
type WhereOrInfo ¶
type WhereOrInfo = struct_WhereOrInfo
type WhereOrSet ¶
type WhereOrSet = struct_WhereOrSet
type WindowCodeArg ¶
type WindowCodeArg = struct_WindowCodeArg
type WindowCsrAndReg ¶
type WindowCsrAndReg = struct_WindowCsrAndReg
type WindowRewrite ¶
type WindowRewrite = struct_WindowRewrite
Click to show internal directories.
Click to hide internal directories.