struct PgORM::PostgreSQL
- PgORM::PostgreSQL
- Struct
- Value
- Object
Defined in:
pg-orm/pg-adapter.crConstructors
Class Method Summary
Instance Method Summary
- #build_where_regex(condition, io, args)
- #delete : Nil
- #insert(attributes : Hash | NamedTuple, &)
- #quote(name : Symbol | String, io : IO)
- #quote(name : Symbol | String)
- #scalar
- #select_all(& : DB::ResultSet -> U) : Array(U) forall U
- #select_each(&) : Nil
- #select_one(&)
- #to_sql : String
- #update(attributes : Hash | NamedTuple) : Nil