struct MySQL::Query
- MySQL::Query
- Struct
- Value
- Object
Defined in:
mysql/query.crConstant Summary
-
PARAM_REGEX =
/:([a-zA-Z_0-9]+)/
Constructors
Instance Method Summary
- #params : Hash(String, Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil)
- #params=(params : Hash(String, Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil))
- #representation(value)
- #run(connection)
- #to_mysql
- #value : String
- #value=(value : String)
Constructor Detail
Instance Method Detail
def params : Hash(String, Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil)
#
def params=(params : Hash(String, Bool | Float64 | Int32 | Int64 | MySQL::Types::Date | Slice(UInt8) | String | Time | Nil))
#