Documentation
¶
Index ¶
Constants ¶
View Source
const ( SqliteDataTypeBlob int = 4 SqliteDataTypeFloat int = 2 SqliteDataTypeInteger int = 1 SqliteDataTypeNull int = 5 SqliteDataTypeText int = 3 ConflictAbort int = 2 ConflictFail int = 3 ConflictIgnore int = 4 ConflictNone int = 0 ConflictReplace int = 5 ConflictRollback int = 1 CreateIfNecessary int = 268435456 EnableWriteAheadLogging int = 536870912 MaxSqlCacheSize int = 100 NoLocalizedCollators int = 16 OpenReadonly int = 1 OpenReadwrite int = 0 SqliteMaxLikePatternLength int = 50000 )
View Source
const ( JournalModeDelete string = "DELETE" JournalModeMemory string = "MEMORY" JournalModeOff string = "OFF" JournalModePersist string = "PERSIST" JournalModeTruncate string = "TRUNCATE" JournalModeWal string = "WAL" SyncModeExtra string = "EXTRA" SyncModeFull string = "FULL" SyncModeNormal string = "NORMAL" SyncModeOff string = "OFF" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.