Db get result mem handle

From SA-MP Wiki

Jump to: navigation, search

db_get_result_mem_handle

This function was added in SA-MP 0.3.7 R1 and will not work in earlier versions!


Description:

Get memory handle for an SQLite query that was executed with db_query.


Parameters:
(DB:db)
DB:dbThe index of the query (returned by db_query).


Return Values:

Returns the memory handle for a specified query.


Related Functions

The following functions may be useful, as they are related to this function in one way or another.


  • db_open: Open a connection to an SQLite database
  • db_close: Close the connection to an SQLite database
  • db_field_name: Returns the name of a field at a particular index
  • db_get_field: Get content of field with specified ID from current result row
  • db_get_field_int: Get content of field as an integer with specified ID from current result row
  • db_get_field_float: Get content of field as a float with specified ID from current result row
  • db_get_result_mem_handle: Get memory handle for an SQLite query that was executed with db_query.
Personal tools
Navigation
Toolbox