Next Previous Up Top Contents Index

1.5.1 Record class

<record>

Abstract class

Summary

The class of records retrieved from a DBMS table as the result of executing an SQL SELECT statement.

Superclass

<sequence>

Library

sql

Module

sql

Description

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.


OLE, COM, ActiveX and DBMS Reference - 31 MAR 2000

Next Previous Up Top Contents Index