Subject | English | Slovak |
comp., MS | cursor data type | údajový typ kurzor (A special data type used to reference a cursor) |
comp., MS | data type | typ údajov (A property of a field that defines the kinds of data the field can store) |
comp., MS | Double data type | údajový typ Double (A fundamental data type that holds double-precision floating-point numbers. It's stored as a 64-bit number ranging in value from approximately -1.797E308 to -4.940E-324 (negative), from 4.94E-324 to 1.797E308 (positive), and 0) |
transp., avia. | engine type-certificate data sheet | príloha k typovému osvedčeniu |
comp., MS | enumerated data type | enumerovaný údajový typ (A data type consisting of a sequence of named values given in a particular order) |
comp., MS | External Content Type data source | zdroj údajov externých typov obsahu (A type of data source used to connect to an external data source) |
comp., MS | field data type | typ údajov poľa (A property of a field that defines the kinds of data the field can store) |
comp., MS | Integer data type | celočíselný údajový typ (A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767) |
comp., MS | Long data type | údajový typ Long (A fundamental data type that holds large integers. A Long variable is stored as a 32-bit number ranging in value from -2,147,483,648 to 2,147,483,647) |
comp., MS | scalar data type | skalár (A data type defined as having a predictable and enumerable sequence of values that can be compared for greater-than/less-than relationships. Scalar data types include integers, characters, user-defined enumerated data types, and (in most implementations) Boolean values) |
comp., MS | Single data type | údajový typ Single (A data type that stores single-precision floating-point variables as 32-bit (4-byte) floating-point numbers ranging in value from -3.402823E38 to -1.401298E-45 for negative values and 1.401298E-45 to 3.402823E38 for positive values) |
comp., MS | String data type | údajový typ String (A fundamental data type that holds characters, one character per 2 bytes. A fixed-length string can contain 1 to 64K characters; a variable-length string can contain 1 to 2 billion) |
comp., MS | uniqueidentifier data type | údajový typ uniqueidentifier (A data type containing a unique identification number stored as a 16-byte binary string used for storing a globally unique identifier (GUID)) |
comp., MS | Variant data type | údajový typ Variant (The default data type for variables that don't have type-declaration characters when a Deftype statement isn't in effect. A Variant can store numeric, string, date/time, Null, or Empty data) |
comp., MS | Yes/No data type | údajový typ Áno/Nie (A field data type you use for fields that will contain only one of two values, such as Yes or No and True or False. Null values are not allowed) |