PHP Class Cassandra\SetIntegrationTest

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

Public Methods

Method Description
setWithCompositeTypes ( ) Data provider for sets with composite types
setWithNestedTypes ( ) Data provider for sets with nested composite types
setWithScalarTypes ( ) Data provider for sets with scalar types
testCompositeTypes ( $type, $value ) Set with composite types
testEmpty ( ) Bind statement with an empty set
testNestedTypes ( $type, $value ) Set with nested composite types
testNull ( ) Bind statement with an null set
testScalarTypes ( $type, $value ) Set with scalar types

Method Details

setWithCompositeTypes() public method

Data provider for sets with composite types

setWithNestedTypes() public method

Data provider for sets with nested composite types
public setWithNestedTypes ( )

setWithScalarTypes() public method

Data provider for sets with scalar types
public setWithScalarTypes ( )

testCompositeTypes() public method

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

testEmpty() public method

Bind statement with an empty set
public testEmpty ( )

testNestedTypes() public method

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

testNull() public method

Bind statement with an null set
public testNull ( )

testScalarTypes() public method

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