import AttributeString from 'electron-coresqlite/lib/attributes/attribute-string.js'
AttributeString
Extends:
Attribute → AttributeString
The value of this attribute is always a string or null
.
String attributes can be queries using equal
, not
, and startsWith
.
Matching on greaterThan
and lessThan
is not supported.
Method Summary
Public Methods | ||
public |
|
|
public |
fromJSON(val: *): * |
|
public |
like(val: *): * |
|
public |
startsWith(val: *): * |
|
public |
toJSON(val: *): * |
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:
* |