final class SQLiteUnbuffered (View source)

Represents an unbuffered SQLite result set. Unbuffered results sets are sequential, forward-seeking only.

Methods

fetch(int $result_type = SQLITE_BOTH, bool $decode_binary = true)

No description

fetchObject(string $class_name = 'stdClass', array $ctor_params = [], bool $decode_binary = true)

No description

fetchSingle(bool $decode_binary = true)

No description

fetchAll(int $result_type = SQLITE_BOTH, bool $decode_binary = true)

No description

column(mixed $index_or_name, mixed $decode_binary = true)

No description

numFields()

No description

fieldName(int $field_index)

No description

current(int $result_type = SQLITE_BOTH, bool $decode_binary = true)

No description

next()

No description

valid()

No description

Details

fetch(int $result_type = SQLITE_BOTH, bool $decode_binary = true)

No description

Parameters

int $result_type [optional]
bool $decode_binary [optional]

fetchObject(string $class_name = 'stdClass', array $ctor_params = [], bool $decode_binary = true)

No description

Parameters

string $class_name [optional]
array $ctor_params [optional]
bool $decode_binary [optional]

fetchSingle(bool $decode_binary = true)

No description

Parameters

bool $decode_binary [optional]

fetchAll(int $result_type = SQLITE_BOTH, bool $decode_binary = true)

No description

Parameters

int $result_type [optional]
bool $decode_binary [optional]

column(mixed $index_or_name, mixed $decode_binary = true)

No description

Parameters

mixed $index_or_name
mixed $decode_binary [optional]

numFields()

No description

fieldName(int $field_index)

No description

Parameters

int $field_index

current(int $result_type = SQLITE_BOTH, bool $decode_binary = true)

No description

Parameters

int $result_type [optional]
bool $decode_binary [optional]

next()

No description

valid()

No description