TechTalk Genome v4.2

Floating-point Type Modifiers

Corresponding CLR Types

float, double, NullableSingle, NullableDouble, SqlSingle, SqlDouble

Corresponding Microsoft SQL Server Types

real, float

Corresponding Oracle Types

number

Modifiers

Attribute Name Possible Values Default Value Description
Size 4, 8 4 Specifies the size of the stored floating-point value in bytes. Depending on the size, real (4 bytes) or float (8 bytes) is generated for Microsoft SQL Server.
For Oracle database platforms, number(38, 4) is generated independently from the size specifier.

Requirements

Type: TechTalk.Genome.Schema.Builder.Xml.SizeXmlData

Assembly: TechTalk.Genome.dll

Version: 4.2.4

Editions: Professional, Evaluation, Express

Database Platforms: Microsoft SQL Server 2000, Microsoft SQL Server 2005, Oracle 9i Release 2, Oracle 10g Release 2

See Also

Database Type Modifiers | Data types in OQL