PHP Класс Cassandra\MapIntegrationTest

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

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

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

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

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

Data provider for maps with composite types

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

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

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

Data provider for maps with scalar types
public mapWithScalarTypes ( )

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

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

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

Bind statement with an null map
public testEmpty ( )

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

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

Bind statement with an empty map
public testNull ( )

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

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