PHP Class Cassandra\CollectionIntegrationTest

Inheritance: extends CollectionsIntegrationTest
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode Description
collectionWithCompositeTypes ( ) Data provider for lists with composite types
collectionWithNestedTypes ( ) Data provider for lists with nested composite types
collectionWithScalarTypes ( ) Data provider for lists with scalar types
testCompositeTypes ( $type, $value ) List with composite types
testEmpty ( ) Bind statement with an empty list
testNestedTypes ( $type, $value ) List with nested composite types
testNull ( ) Bind statement a null list
testScalarTypes ( $type, $value ) List with scalar types

Method Details

collectionWithCompositeTypes() public méthode

Data provider for lists with composite types

collectionWithNestedTypes() public méthode

Data provider for lists with nested composite types

collectionWithScalarTypes() public méthode

Data provider for lists with scalar types

testCompositeTypes() public méthode

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

testEmpty() public méthode

Bind statement with an empty list
public testEmpty ( )

testNestedTypes() public méthode

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

testNull() public méthode

Bind statement a null list
public testNull ( )

testScalarTypes() public méthode

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