Documentación offline PHP master

La clase SQLite3

master Ver versión oficial en línea Licencia CC-BY-3.0Descargado el 2026-08-02

En esta página

Introducción#

Una clase de interfaz con las bases de datos SQLite3.

Sinopsis de la clase#

SQLite3

Constantes

public

const

int

SQLite3::OK

public

const

int

SQLite3::DENY

public

const

int

SQLite3::IGNORE

public

const

int

SQLite3::CREATE_INDEX

public

const

int

SQLite3::CREATE_TABLE

public

const

int

SQLite3::CREATE_TEMP_INDEX

public

const

int

SQLite3::CREATE_TEMP_TABLE

public

const

int

SQLite3::CREATE_TEMP_TRIGGER

public

const

int

SQLite3::CREATE_TEMP_VIEW

public

const

int

SQLite3::CREATE_TRIGGER

public

const

int

SQLite3::CREATE_VIEW

public

const

int

SQLite3::DELETE

public

const

int

SQLite3::DROP_INDEX

public

const

int

SQLite3::DROP_TABLE

public

const

int

SQLite3::DROP_TEMP_INDEX

public

const

int

SQLite3::DROP_TEMP_TABLE

public

const

int

SQLite3::DROP_TEMP_TRIGGER

public

const

int

SQLite3::DROP_TEMP_VIEW

public

const

int

SQLite3::DROP_TRIGGER

public

const

int

SQLite3::DROP_VIEW

public

const

int

SQLite3::INSERT

public

const

int

SQLite3::PRAGMA

public

const

int

SQLite3::READ

public

const

int

SQLite3::SELECT

public

const

int

SQLite3::TRANSACTION

public

const

int

SQLite3::UPDATE

public

const

int

SQLite3::ATTACH

public

const

int

SQLite3::DETACH

public

const

int

SQLite3::ALTER_TABLE

public

const

int

SQLite3::REINDEX

public

const

int

SQLite3::ANALYZE

public

const

int

SQLite3::CREATE_VTABLE

public

const

int

SQLite3::DROP_VTABLE

public

const

int

SQLite3::FUNCTION

public

const

int

SQLite3::SAVEPOINT

public

const

int

SQLite3::COPY

public

const

int

SQLite3::RECURSIVE

Métodos

Constantes predefinidas#

SQLite3::OK

SQLite3::DENY

SQLite3::IGNORE

SQLite3::CREATE_INDEX

SQLite3::CREATE_TABLE

SQLite3::CREATE_TEMP_INDEX

SQLite3::CREATE_TEMP_TABLE

SQLite3::CREATE_TEMP_TRIGGER

SQLite3::CREATE_TEMP_VIEW

SQLite3::CREATE_TRIGGER

SQLite3::CREATE_VIEW

SQLite3::DELETE

SQLite3::DROP_INDEX

SQLite3::DROP_TABLE

SQLite3::DROP_TEMP_INDEX

SQLite3::DROP_TEMP_TABLE

SQLite3::DROP_TEMP_TRIGGER

SQLite3::DROP_TEMP_VIEW

SQLite3::DROP_TRIGGER

SQLite3::DROP_VIEW

SQLite3::INSERT

SQLite3::PRAGMA

SQLite3::READ

SQLite3::SELECT

SQLite3::TRANSACTION

SQLite3::UPDATE

SQLite3::ATTACH

SQLite3::DETACH

SQLite3::ALTER_TABLE

SQLite3::REINDEX

SQLite3::ANALYZE

SQLite3::CREATE_VTABLE

SQLite3::DROP_VTABLE

SQLite3::FUNCTION

SQLite3::SAVEPOINT

SQLite3::COPY

SQLite3::RECURSIVE