PHP Interface Cassandra\Value

See also: Bigint
See also: Smallint
See also: Tinyint
See also: Blob
See also: Collection
See also: Float
See also: Inet
See also: Map
See also: Set
See also: Timestamp
See also: Timeuuid
See also: Uuid
See also: Varint
See also: Date
See also: Time
See also: Numeric
See also: UuidInterface
Show file Open project: datastax/php-driver

Public Methods

Method Description
type ( ) : cassandra\Type The type of represented by the value.

Method Details

type() public method

The type of represented by the value.
public type ( ) : cassandra\Type
return cassandra\Type