class

Focus::JsonbExpression

Inherits Focus::Expression / Reference / Object

Constructors

new(inner : Focus::Expression | Nil = nil)
Source

Instance methods

PostgreSQL JSONB concatenation operator ||

Source

PostgreSQL JSONB containment operator <@

Source

PostgreSQL JSONB containment operator @>

Source

PostgreSQL JSONB delete index operator -

Source

PostgreSQL JSONB delete key operator -

Source

PostgreSQL JSONB delete path operator #-

Source

PostgreSQL JSONB path operator -> with integer index

Source

PostgreSQL JSONB path operator ->

Source

PostgreSQL JSONB path operator #>

Source

PostgreSQL JSONB path operator #>> returns text

Source

PostgreSQL JSONB path operator ->> with integer index returns text

Source

PostgreSQL JSONB path operator ->> returns text

Source

PostgreSQL JSONB all keys existence operator ?&

Source

PostgreSQL JSONB any key existence operator ?|

Source

PostgreSQL JSONB key existence operator ?

Source
inner
Source