Returns column Oid
Commonly this is just the name of the command, but it might include additional data such as the number of rows processed. The caller should not free the result directly. It will be freed when the associated PGresult handle is passed to PQclear.
Returns column count
Returns true if the column exists, false if not
Returns column format
Returns column name by field number
Returns column number by field name
Returns row count
Returns the number of parameters of a prepared statement. This function is only useful when inspecting the result of describePrepared. For other types of queries it will return zero.
Returns row of cells
Returns the data type of the indicated statement parameter. Parameter numbers start at 0. This function is only useful when inspecting the result of describePrepared. For other types of queries it will return zero.
Contains result of query with valid data answer