PHP Class Cassandra\MapIntegrationTest

Inheritance: extends CollectionsIntegrationTest
Show file Open project: datastax/php-driver

Public Methods

Method Description
mapWithCompositeTypes ( ) Data provider for maps with composite types
mapWithNestedTypes ( ) Data provider for maps with nested composite types
mapWithScalarTypes ( ) Data provider for maps with scalar types
testCompositeTypes ( $type, $value ) Map with composite types
testEmpty ( ) Bind statement with an null map
testNestedTypes ( $type, $value ) Map with nested composite types
testNull ( ) Bind statement with an empty map
testScalarTypes ( $type, $value ) Map with scalar types

Method Details

mapWithCompositeTypes() public method

Data provider for maps with composite types

mapWithNestedTypes() public method

Data provider for maps with nested composite types
public mapWithNestedTypes ( )

mapWithScalarTypes() public method

Data provider for maps with scalar types
public mapWithScalarTypes ( )

testCompositeTypes() public method

This test ensures that maps work with other collections and other composite types such as UDTs and tuples.
public testCompositeTypes ( $type, $value )

testEmpty() public method

Bind statement with an null map
public testEmpty ( )

testNestedTypes() public method

This test ensures that maps work with other nested collections and other nested composite types such as UDTs and tuples.
public testNestedTypes ( $type, $value )

testNull() public method

Bind statement with an empty map
public testNull ( )

testScalarTypes() public method

This test ensures that maps work with all Cassandra's scalar types.
public testScalarTypes ( $type, $value )