class Smallint
A PHP representation of the CQL smallint datatype.
Implements
Methods
__construct
(mixed $value )
Creates a new 16-bit signed integer.
string __toString
( )Dse\Type type
( )The type of this value (smallint).
int value
( )Returns the integer value.
Dse\Numeric abs
( )Dse\Numeric neg
( )Dse\Numeric sqrt
( )int toInt
( )float toDouble
( )
static
Dse\Smallint min
( )Minimum possible Dse\Smallint value
- Static
- This method is static
static
Dse\Smallint max
( )Maximum possible Dse\Smallint value
- Static
- This method is static