Next: DBI.Row-printing, Up: DBI.Row [Index]
Return the values of the columns.
Return the names and values of the columns as a dictionary.
Return the value of the named column (abstract).
Return the value of the column at the given 1-based index (abstract).
Return a ColumnInfo object for the aIndex-th column in the row.
Return the number of columns in the row.
Return an array of column names for the columns in the row.
Return a Dictionary of ColumnInfo objects for the columns in the row, where the keys are the column names.
Pass to aBlock each column name and the corresponding value.
Return the result set that includes the receiver.