import AttributeBoolean from 'electron-coresqlite/lib/attributes/attribute-boolean.js'AttributeBoolean
Extends:
Attribute → AttributeBoolean
The value of this attribute is always a boolean. Null values are coerced to false.
String attributes can be queries using equal and not. Matching on
greaterThan and lessThan is not supported.
Inherited Summary
| From class Attribute | ||
| public | jsonKey: * | |
| public | modelKey: * | |
| public | queryable: * | |
| public |  | |
| public |  | |
| public |  | |
| public | fromJSON(val: *): * | |
| public |  | |
| public |  | |
| public | toJSON(val: *): * | |
Public Methods
public fromJSON(val: *): * source
Override:
Attribute#fromJSONParams:
| Name | Type | Attribute | Description | 
| val | * | 
Return:
| * | 
public toJSON(val: *): * source
Override:
Attribute#toJSONParams:
| Name | Type | Attribute | Description | 
| val | * | 
Return:
| * | 
