The SQLite3Result class

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

Introduzione

A class that handles result sets for the SQLite 3 extension.

Sommario della classe

class SQLite3Result {
/* Metodi */
private __construct()
public columnName(int $column): string|false
public columnType(int $column): int|false
public finalize(): bool
public numColumns(): int
public reset(): bool
}

Indice dei contenuti