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