Module: Sqlyzer::Parameter::Types::Alias

Included in:
Serializer
Defined in:
lib/sqlyzer/parameters.rb

Constant Summary collapse

SQL_INT =

Constant alias for Sqlyzer::Parameter::Types::Int

Sqlyzer::Parameter::Types::Int
SQL_INT2 =

Constant alias for Sqlyzer::Parameter::Types::Int2

Sqlyzer::Parameter::Types::Int2
SQL_INT4 =

Constant alias for Sqlyzer::Parameter::Types::Int4

Sqlyzer::Parameter::Types::Int4
SQL_INT8 =

Constant alias for Sqlyzer::Parameter::Types::Int8

Sqlyzer::Parameter::Types::Int8
SQL_FLOAT =

Constant alias for Sqlyzer::Parameter::Types::Float

Sqlyzer::Parameter::Types::Float
SQL_FLOAT4 =

Constant alias for Sqlyzer::Parameter::Types::Float4

Sqlyzer::Parameter::Types::Float4
SQL_FLOAT8 =

Constant alias for Sqlyzer::Parameter::Types::Float8

Sqlyzer::Parameter::Types::Float8
SQL_BOOL =

Constant alias for Sqlyzer::Parameter::Types::Bool

Sqlyzer::Parameter::Types::Bool
SQL_TEXT =

Constant alias for Sqlyzer::Parameter::Types::Text

Sqlyzer::Parameter::Types::Text
SQL_VARCHAR =

Constant alias for Sqlyzer::Parameter::Types::VarChar

Sqlyzer::Parameter::Types::VarChar
SQL_DATE =

Constant alias for Sqlyzer::Parameter::Types::Date

Sqlyzer::Parameter::Types::Date
SQL_TIME =

Constant alias for Sqlyzer::Parameter::Types::Time

Sqlyzer::Parameter::Types::Time
SQL_DATETIME =

Constant alias for Sqlyzer::Parameter::Types::DateTime

Sqlyzer::Parameter::Types::DateTime