翻訳と辞書
Words near each other
・ reaper
・ reassembly
・ reboot
・ rec
・ recent changes
・ recipe
・ recipient
・ recital
・ recol
・ recommended standard
record
・ record management services
・ record separator
・ records
・ rectangle slinger
・ recurrence relation
・ recurse
・ recursion
・ recursion theory
・ recursive


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

record : FOLDOC
record
An {ordered set} of fields, usually stored contiguously. The term is used with similar meaning in several different contexts. In a file, a "record" probably has some fixed length, in contrast to a "line" which may have any length and is terminated by some End Of Line sequence). A database record is also called a "row". In a spreadsheet it is always called a "row". Some programming languages use the term to mean a type composed of fields of several other types (C calls this a "struct").
In all these cases, a record represents an entity with certain field values.
Fields may be of a fixed width (bits or characters) or they may be separated by a delimiter character, often comma (CSV) or HT (TSV).
In a database the list of values of a given field from all records is called a column.
(2002-03-22)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.