Top "Record" questions

A record in programming is a data type with labels to access fields of the record.

graphviz: record node with a bold title

I'm trying to use graphviz to do something similar to UML class diagrams. I wonder whether there is a way …

uml record graphviz dot
Oracle PL/SQL: How to write a loop in order to print all the components of a variable of Oracle customized type?

Please suppose you have an Oracle TYPE so defined: TYPE rec_customized IS RECORD ( SECRET_CODE VARCHAR2 (16), PUBLIC_CODE VARCHAR2 (6), …

oracle types plsql record dbms-output
Why should we use classes rather than records, or vice versa?

I've been using Delphi for quite some time now, but rather than coming from a CS background I have learnt "…

delphi class record
Merge 3 SPF records into the same

I am having issues with my SPF records and I am not very familiarized with that. I need to add 2 …

dns record spf
Can Identifiers be duplicated across cases of a variant record in FreePascal?

Here's my problem: I want to create a record type where among the cases of a variant record, some, but …

record pascal freepascal variant