GoLang sqlite_key

request it (277)
GoLang replacement for PHP's sqlite_key [edit | history]



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

PHP sqlite_key

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

sqlite_key

SQLiteResult::key

(PHP 5 >= 5.1.0 < 5.4.0)

sqlite_key -- SQLiteResult::keyReturns the current row index

Description

Object oriented style (method):

int SQLiteResult::key ( void )

SQLiteResult::key() returns the current row index of the buffered result set result.

Unlike all other SQLite functions, this function does not have a procedural version, and can only be called as a method on a SQLiteResult object.

Return Values

Returns the current row index of the buffered result set result.

See Also