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