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