class Version (View source)

Constants

SQLITE_WITH_JSON

We're g̶u̶e̶s̶s̶i̶n̶g̶ doing empirical research on which versions of SQLite support JSON. So far, tests indicate: - 3.20.1 - Not OK (Travis PHP 7.2) - 3.27.2 - OK (Bob's Raspberry Pi, running PHP 7.3.11 on Raspbian) - 3.28.0 - OK (Travis PHP 7.3) - 3.28.0 - Not OK (Bob's PHP 7.2, installed with Brew) - 3.29.0 - OK (MacOS Mojave) - 3.30.1 - OK (MacOS Catalina)

PHP_WITH_SQLITE

Methods

__construct(Connection $connection, string $tablePrefix = 'bolt')

No description

array
getPlatform()

No description

bool
tableContentExists()

No description

bool
hasJson()

No description

Details

__construct(Connection $connection, string $tablePrefix = 'bolt')

Parameters

Connection $connection
string $tablePrefix

array getPlatform()

Return Value

array

bool tableContentExists()

Return Value

bool

bool hasJson()

Return Value

bool