sqlite3

package
v0.0.0-...-6291adc Latest Latest
Warning

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

Go to latest
Published: May 26, 2026 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SQLITE3_ASSOC = 1
	SQLITE3_NUM   = 2
	SQLITE3_BOTH  = 3

	SQLITE3_INTEGER = 1
	SQLITE3_FLOAT   = 2
	SQLITE3_TEXT    = 3
	SQLITE3_BLOB    = 4
	SQLITE3_NULL    = 5

	SQLITE3_OPEN_READONLY  = 1
	SQLITE3_OPEN_READWRITE = 2
	SQLITE3_OPEN_CREATE    = 4
)

SQLite3 fetch/type constants

Variables

View Source
var SQLite3Class *phpobj.ZClass

SQLite3Class is the PHP SQLite3 class.

View Source
var SQLite3ResultClass *phpobj.ZClass

SQLite3ResultClass is the PHP SQLite3Result class.

View Source
var SQLite3StmtClass *phpobj.ZClass

SQLite3StmtClass is the PHP SQLite3Stmt class.

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