TechTalk Genome v4.2

Boolean Type Modifiers

Corresponding CLR Types

bool, NullableBoolean, SqlBoolean, OracleBoolean

Corresponding Microsoft SQL Server Types

bit

Corresponding Oracle Types

number(1)

Modifiers

No modifiers can be used for boolean types. They are mapped to bit in Microsoft SQL Server and number(1) in Oracle database platforms.

See Also

Database Type Modifiers | Data types in OQL