Next: DBI.ResultSet-cursor access, Up: DBI.ResultSet [Index]
Answer the aIndex’th column name.
Answer an array of column names in order (abstract).
Answer a Dictionary of column name -> ColumnInfo pairs (abstract).
Returns true if the statement was not a SELECT or similar operation (e.g. SHOW, DESCRIBE, EXPLAIN).
Returns true if the statement was a SELECT or similar operation (e.g. SHOW, DESCRIBE, EXPLAIN), false otherwise.
Returns the number of rows in the result set; error for DML statements.
Answer the contents of the execution result as array of Rows.
For DML statments, returns the number of rows affected; error for SELECT statements.
Return the Statement, if any, that generated the result set.