PHP Класс Cassandra\CollectionIntegrationTest

Наследование: extends CollectionsIntegrationTest
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

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() публичный метод

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

testEmpty() публичный метод

Bind statement with an empty list
public testEmpty ( )

testNestedTypes() публичный метод

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

testNull() публичный метод

Bind statement a null list
public testNull ( )

testScalarTypes() публичный метод

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