[Home]Record

HomePage | Recent Changes | Preferences

In computer science, a record can be any of at least two different things.

The most common meaning is simply "an item in a database". There is a wide variety of such "records", but the most common type (the one relational databases support) is an instance of the other kind of record.

The other meaning of "record" is "an aggregation of several items of possibly different types", with the implication that there are many records containing the same types of items. C calls these "structs"; object-oriented languages often keep their records hidden inside "objects", or "class instances"; languages in the ML family have their tuples. COBOL was the first programming language to support records directly; Algol got it from COBOL, and Pascal and C got it, more or less indirectly, from Algol.


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions
Last edited October 26, 2001 5:18 am by 209.157.137.xxx (diff)
Search: