consts

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2026 License: CC0-1.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL