Returns column Oid
Returns the command status tag from the SQL command that generated the PGresult Commonly this is just the name of the command, but it might include additional data such as the number of rows processed.
* Returns the number of rows affected by the SQL command. * This function returns a string containing the number of rows affected by the SQL statement * that generated the Answer. This function can only be used following the execution of * a SELECT, CREATE TABLE AS, INSERT, UPDATE, DELETE, MOVE, FETCH, or COPY statement, * or an EXECUTE of a prepared query that contains an INSERT, UPDATE, or DELETE statement. * If the command that generated the Anser was anything else, cmdTuples returns an empty string.
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
Checks if column type is array
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.
Returns the result status of the command.
Text description of result status.
Returns the error message associated with the command, or an empty string if there was no error.
Returns an individual field of an error report.
Creates Answer object
Contains result of query with valid data answer