bool, NullableBoolean, SqlBoolean, OracleBoolean
bit
number(1)
No modifiers can be used for boolean types. They are mapped to bit in Microsoft SQL Server and number(1) in Oracle database platforms.
Database Type Modifiers | Data types in OQL