PHP 클래스 Cassandra\TupleIntegrationTest

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

공개 메소드들

메소드 설명
testCompositeTypes ( $type, $value ) Tuples with composite types
testEmpty ( $type, $value ) Bind statment with a empty tuples
testInvalidType ( ) Invalid datatypes for tuples.
testMultipleComponents ( $type, $value ) Tuples with multiple components
testNestedTypes ( $type, $value ) Tuples with nested composite types
testNull ( ) Bind statement with an null tuple
testPartial ( ) Partial tuple
testScalarTypes ( $type, $value ) Tuples using scalar/simple datatypes
testUserType ( ) Tuple using a nested user type.
tupleWithCompositeTypes ( ) Data provider for tuples with composite types
tupleWithMultipleComponents ( ) Data provider for tuples with multiple components
tupleWithMultipleEmptyComponents ( ) Data provider for tuples with multiple components and no values
tupleWithNestedTypes ( ) Data provider for tuples with nested composite types
tupleWithScalarTypes ( ) Data provider for tuples with scalar types

메소드 상세

testCompositeTypes() 공개 메소드

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

testEmpty() 공개 메소드

Bind statment with a empty tuples
public testEmpty ( $type, $value )

testInvalidType() 공개 메소드

This test will ensure that an exception will occur when an invalid datatype is used inside a tuple; issues from the server.
public testInvalidType ( )

testMultipleComponents() 공개 메소드

Tuples with multiple components
public testMultipleComponents ( $type, $value )

testNestedTypes() 공개 메소드

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

testNull() 공개 메소드

Bind statement with an null tuple
public testNull ( )

testPartial() 공개 메소드

This test will ensure that partial tuples return the correct value.
public testPartial ( )

testScalarTypes() 공개 메소드

This test will ensure that the PHP driver supports the tuples collection with all PHP driver supported scalar/simple datatypes.
public testScalarTypes ( $type, $value )

testUserType() 공개 메소드

This test will ensure that the PHP driver supports the tuples collection with user types.
public testUserType ( )

tupleWithCompositeTypes() 공개 메소드

Data provider for tuples with composite types

tupleWithMultipleComponents() 공개 메소드

Data provider for tuples with multiple components

tupleWithMultipleEmptyComponents() 공개 메소드

Data provider for tuples with multiple components and no values

tupleWithNestedTypes() 공개 메소드

Data provider for tuples with nested composite types

tupleWithScalarTypes() 공개 메소드

Data provider for tuples with scalar types