PHP 클래스 Cassandra\SetIntegrationTest

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

공개 메소드들

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