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