GoLang sqlite_fetch_object

request it (268)
GoLang replacement for PHP's sqlite_fetch_object [edit | history]



Do you know a GoLang replacement for PHP's sqlite_fetch_object? Write it!

PHP sqlite_fetch_object

PHP original manual for sqlite_fetch_object [ show | php.net ]

sqlite_fetch_object

SQLiteResult::fetchObject

SQLiteUnbuffered::fetchObject

(PHP 5 < 5.4.0)

sqlite_fetch_object -- SQLiteResult::fetchObject -- SQLiteUnbuffered::fetchObjectFetches the next row from a result set as an object

Description

object sqlite_fetch_object ( resource $result [, string $class_name [, array $ctor_params [, bool $decode_binary = TRUE ]]] )

Object oriented style (method):

object SQLiteResult::fetchObject ([ string $class_name [, array $ctor_params [, bool $decode_binary = TRUE ]]] )
object SQLiteUnbuffered::fetchObject ([ string $class_name [, array $ctor_params [, bool $decode_binary = TRUE ]]] )
Warning

This function is currently not documented; only its argument list is available.