Properties
data
data: any
Protected dummy
Methods
Static arrayElem
- arrayElem<s>(lhs: Col<s, PGJson>, rhs: Col<s, number>): Col<s, PGJson | null>
-
Type parameters
Parameters
-
lhs: Col<s, PGJson>
-
rhs: Col<s, number>
Returns Col<s, PGJson | null>
Static arrayElemAsText
- arrayElemAsText<s>(lhs: Col<s, PGJson>, rhs: Col<s, number>): Col<s, string | null>
-
Type parameters
Parameters
-
lhs: Col<s, PGJson>
-
rhs: Col<s, number>
Returns Col<s, string | null>
Static buildObject
-
Type parameters
Parameters
Returns Col<s, PGJson>
Static col
- col<s>(json: any): Col<s, PGJson>
-
Type parameters
Parameters
Returns Col<s, PGJson>
Static objField
- objField<s>(lhs: Col<s, PGJson>, rhs: Col<s, string>): Col<s, PGJson | null>
-
Type parameters
Parameters
-
lhs: Col<s, PGJson>
-
rhs: Col<s, string>
Returns Col<s, PGJson | null>
Static objFieldAsText
- objFieldAsText<s>(lhs: Col<s, PGJson>, rhs: Col<s, string>): Col<s, string | null>
-
Type parameters
Parameters
-
lhs: Col<s, PGJson>
-
rhs: Col<s, string>
Returns Col<s, string | null>
Static parser
-
Parameters
PostgreSQL
JSON
orJSONB
type