API Version: 1
Library Version: 1.0.alpha
Generated by gi-docgen 2025.5
const char* pgsql_result_get_value ( PgsqlResult* self, guint row, guint field )
Gets the value at the specified row and field.
row
Type: guint
guint
The row index.
field
The field index.
Type: const char*
const char*
The value, or NULL if NULL or out of bounds.
NULL