Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
orma
v0.4.2
Bool
Int32
Int64
Nil
Orma
Attribute
DbAdapters
Base
Postgresql
Sqlite3
Query
Record
Orma
Column
Deprecated
IdColumn
ToSql
String
Time
Generated using Crystal 1.12.2
2024-09-05 23:59:59 UTC
struct
Int32
Int32
Int
Number
Value
Object
Included Modules
Orma::ToSql
Defined in:
ext/int32.cr
Class Method Summary
.from_http_param
(str)
Instance Method Summary
#to_sql_value
(io : IO)
Instance methods inherited from module
Orma::ToSql
sql_eq_operator(io : IO)
sql_eq_operator
,
to_sql_insert_value(io : IO)
to_sql_insert_value
,
to_sql_update_value(io : IO)
to_sql_update_value
,
to_sql_value(io : IO)
to_sql_value
,
to_sql_where_condition(io : IO)
to_sql_where_condition
Class Method Detail
def self.
from_http_param
(str)
#
[
View source
]
Instance Method Detail
def
to_sql_value
(io : IO)
#
[
View source
]