Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rome
main
Rome
Adapter
MySQL
PostgreSQL
SQLite3
Associations
BelongsTo
HasMany
HasOne
Collection
Error
MissingAttribute
Model
Query
Cache
Methods
ReadOnlyRecord
RecordNotFound
RecordNotSaved
Relation
Serialization
Value
Built with Crystal 1.9.2
2023-10-07 21:59:09 UTC
struct
Rome::Adapter::MySQL
Rome::Adapter::MySQL
Rome::Adapter
Struct
Value
Object
Defined in:
adapter/mysql.cr
Class Method Summary
.quote
(name : Symbol | String, io : IO)
Instance Method Summary
#build_insert_default_values
(io)
Instance methods inherited from struct
Rome::Adapter
build_where_regex(condition, io, args)
build_where_regex
,
delete : Nil
delete
,
insert(attributes : Hash, &) : Nil
insert
,
quote(name : Symbol | String, io : IO)
quote
,
scalar
scalar
,
select_all(&block : DB::ResultSet -> U) : Array(U) forall U
select_all
,
select_each(&) : Nil
select_each
,
select_one(&)
select_one
,
to_sql : String
to_sql
,
update(attributes : Hash | NamedTuple) : Nil
update
Constructor methods inherited from struct
Rome::Adapter
new(builder : Rome::Query::Builder)
new
Class Method Detail
def self.
quote
(name : Symbol | String, io : IO)
#
[
View source
]
Instance Method Detail
def
build_insert_default_values
(io)
#
[
View source
]