The SQLite3Result class

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

Introduction

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

Class synopsis

classSQLite3Result {
private__construct()
publiccolumnName(int$column): string|false
publiccolumnType(int$column): int|false
publicfinalize(): bool
publicnumColumns(): int
publicreset(): bool
}

Table of Contents

To Top