PHP Класс Cassandra\SetIntegrationTest

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

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

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

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

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

Data provider for sets with composite types

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

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

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

Data provider for sets with scalar types
public setWithScalarTypes ( )

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

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

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

Bind statement with an empty set
public testEmpty ( )

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

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

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

Bind statement with an null set
public testNull ( )

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

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