class Tinyint
Implements
Methods
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
__construct
(string
$value )
Creates a new 8bit integer.
Cassandra\Numeric
abs
( )Cassandra\Numeric
neg
( )Cassandra\Numeric
sqrt
( )int
toInt
( )float
toDouble
( )Cassandra\Type
type
( )The type of this value (tinyint).
int
value
( )Returns the integer value.