PHP 클래스 Cassandra\CollectionIntegrationTest

상속: extends CollectionsIntegrationTest
파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
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 )