struct

PgORM::PostgreSQL

Inherits Struct < Value < Object

Constructors

new(builder : PgORM::Query::Builder)
Source

Class methods

quote(name : Symbol | String, io : IO)
Source

Instance methods

build_where_regex(condition, io, args)
Source
delete
Source
insert(attributes : Hash | NamedTuple, &)
Source
quote(name : Symbol | String, io : IO)
Source
quote(name : Symbol | String)
Source
scalar
Source
select_all
Source
select_each
Source
select_one
Source
to_sql
Source
update(attributes : Hash | NamedTuple) : Nil
Source