Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Int64::Lucky
Inherits
Avram::Type
Class methods
criteria
(query :
T
, column :
Symbol
|
String
) forall
T
Source
Instance methods
from_db!
(value :
Int64
) :
Int64
Source
parse
(value :
Int64
) :
SuccessfulCast
(
Int64
)
Source
parse
(values :
Array
(
Int64
)) :
SuccessfulCast
(
Array
(
Int64
))
Source
parse
(value :
String
)
Source
parse
(value :
Int32
) :
SuccessfulCast
(
Int64
)
Source
to_db
(value :
Int64
) :
String
Source
to_db
(values :
Array
(
Int64
))
Source
Nested types
Int64::Lucky::ColumnType
Int64::Lucky::Criteria(T, V)