Abstract class
The class of records retrieved from a DBMS table as the result of executing an SQL SELECT statement.
<sequence>
sql
sql
The class of records retrieved from a DBMS table as the result of executing an SQL SELECT statement.
Instances of this class represent a record that was retrieved from a DBMS table as the result of executing an SQL SELECT statement.
If the value passed to coercion-policy: is a sequence whose size is less than the degree of the record, the extra columns are converted to their equivalent Dylan type using the default coercion. If the size of the sequence is greater than the degree of the record, the extra elements of the sequence are ignored.