PHP 클래스 lithium\tests\cases\data\source\DatabaseTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 프로퍼티들

프로퍼티 타입 설명
$_comment
$_configs
$_db
$_gallery
$_imageTag
$_model

공개 메소드들

메소드 설명
setUp ( )
tearDown ( )
testBooleanValueByIntrospection ( )
testBooleanValueWithSchemaFormatter ( )
testCalculation ( )
testCastingQueryConditionsWithSchemaWithAlias ( )
testCleanRenderCommand ( )
testConditions ( )
testConstraints ( )
testCreate ( )
testCreateGenericSyntax ( )
testCreateWithKey ( )
testCreateWithValueBySchema ( )
testCustomField ( )
testDateTimeValueWithSchemaFormatter ( )
testDefaultConfig ( )
testDelete ( )
testExportedFieldsWithJoinedStrategy ( )
testExportedFieldsWithJoinedStrategyAndRecursiveRelation ( )
testFields ( )
testFieldsWithEmptyAlias ( )
testGroup ( )
testGroupOnRelation ( )
testGroupWithAlias ( )
testHasManyRelationsWithLimitAndWithoutConditions ( )
testHaving ( )
testIncrement ( )
testInvalidQueryType ( )
testItem ( )
testJoin ( )
testLimit ( )
testModelFindBy ( )
testModelFindFirstPassesConditionsIntoSubsequent ( ) Tests that when using LIMIT together with relation conditions and relationship, relation conditions are passed into the subsequent query issued.
testModifyConfig ( )
testMultiHasManyRelationsWithLimit ( )
testName ( )
testNestedQueryConditions ( )
testNullValueWithSchemaFormatter ( )
testNumericValueByIntrospection ( )
testNumericValueWithSchemaFormatter ( )
testObjectValueWithSchemaFormatter ( )
testOn ( )
testOrder ( )
testOrderOnRelated ( )
testQueryJoin ( )
testQueryOperators ( )
testQueryOrderSyntaxes ( ) Tests that various syntaxes for the 'order' key of the query object produce the correct SQL.
testRawConditions ( )
testRawHaving ( )
testRawOptionSettingWithNoResultResource ( ) Verifies that setting options using a raw SQL string works, when the operation returns no result.
testReadConditionsWithModel ( )
testReadWithHasManyAndLimit ( )
testReadWithQueryObjectArray ( )
testReadWithQueryObjectRecordSet ( )
testReadWithQueryStringReturnArrayWithSchema ( )
testReadWithQueryStringReturnResource ( )
testReadWithRelationship ( )
testReadWithRelationshipWithNullConstraint ( )
testRelationshipGeneration ( )
testRelationshipGenerationWithNullConstraint ( )
testRenderArrayJoin ( )
testRenderArrayJoinConstraintComplex ( ) Tests that complex model constraints with custom operators render correct constraint strings.
testRenderArrayJoinConstraintComplexArray ( ) Tests that complex model constraints with custom operators render correct constraint strings.
testReturnArrayOnReadWithQuery ( )
testReturnArrayOnReadWithString ( )
testSchema ( )
testSchemaFromManualFieldList ( )
testScopedDelete ( )
testScopedUpdate ( )
testSimpleQueryRender ( )
testStringValueByIntrospection ( )
testStringValueWithSchemaFormatter ( )
testUpdate ( )
testUpdateWithValueBySchema ( )
testWithGeneration ( )
testWithOptionAndConstraintInRelation ( )
testWithOptionAndCustomAlias ( )
testWithOptionAndInlineConstraint ( )
testWithOptionWithNullConstraint ( )
testsplitFieldname ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testBooleanValueByIntrospection() 공개 메소드

testBooleanValueWithSchemaFormatter() 공개 메소드

testCalculation() 공개 메소드

public testCalculation ( )

testCastingQueryConditionsWithSchemaWithAlias() 공개 메소드

testCleanRenderCommand() 공개 메소드

testConditions() 공개 메소드

public testConditions ( )

testConstraints() 공개 메소드

public testConstraints ( )

testCreate() 공개 메소드

public testCreate ( )

testCreateGenericSyntax() 공개 메소드

testCreateWithKey() 공개 메소드

public testCreateWithKey ( )

testCreateWithValueBySchema() 공개 메소드

testCustomField() 공개 메소드

public testCustomField ( )

testDateTimeValueWithSchemaFormatter() 공개 메소드

testDefaultConfig() 공개 메소드

public testDefaultConfig ( )

testDelete() 공개 메소드

public testDelete ( )

testExportedFieldsWithJoinedStrategy() 공개 메소드

testExportedFieldsWithJoinedStrategyAndRecursiveRelation() 공개 메소드

testFields() 공개 메소드

public testFields ( )

testFieldsWithEmptyAlias() 공개 메소드

testGroup() 공개 메소드

public testGroup ( )

testGroupOnRelation() 공개 메소드

public testGroupOnRelation ( )

testGroupWithAlias() 공개 메소드

public testGroupWithAlias ( )

testHasManyRelationsWithLimitAndWithoutConditions() 공개 메소드

testHaving() 공개 메소드

public testHaving ( )

testIncrement() 공개 메소드

public testIncrement ( )

testInvalidQueryType() 공개 메소드

testItem() 공개 메소드

public testItem ( )

testJoin() 공개 메소드

public testJoin ( )

testLimit() 공개 메소드

public testLimit ( )

testModelFindBy() 공개 메소드

public testModelFindBy ( )

testModelFindFirstPassesConditionsIntoSubsequent() 공개 메소드

Tests that when using LIMIT together with relation conditions and relationship, relation conditions are passed into the subsequent query issued.

testModifyConfig() 공개 메소드

public testModifyConfig ( )

testMultiHasManyRelationsWithLimit() 공개 메소드

testName() 공개 메소드

public testName ( )

testNestedQueryConditions() 공개 메소드

testNullValueWithSchemaFormatter() 공개 메소드

testNumericValueByIntrospection() 공개 메소드

testNumericValueWithSchemaFormatter() 공개 메소드

testObjectValueWithSchemaFormatter() 공개 메소드

testOn() 공개 메소드

public testOn ( )

testOrder() 공개 메소드

public testOrder ( )

testOrderOnRelated() 공개 메소드

public testOrderOnRelated ( )

testQueryJoin() 공개 메소드

public testQueryJoin ( )

testQueryOperators() 공개 메소드

public testQueryOperators ( )

testQueryOrderSyntaxes() 공개 메소드

Tests that various syntaxes for the 'order' key of the query object produce the correct SQL.

testRawConditions() 공개 메소드

public testRawConditions ( )

testRawHaving() 공개 메소드

public testRawHaving ( )

testRawOptionSettingWithNoResultResource() 공개 메소드

Verifies that setting options using a raw SQL string works, when the operation returns no result.

testReadConditionsWithModel() 공개 메소드

testReadWithHasManyAndLimit() 공개 메소드

testReadWithQueryObjectArray() 공개 메소드

testReadWithQueryObjectRecordSet() 공개 메소드

testReadWithQueryStringReturnArrayWithSchema() 공개 메소드

testReadWithQueryStringReturnResource() 공개 메소드

testReadWithRelationship() 공개 메소드

testReadWithRelationshipWithNullConstraint() 공개 메소드

testRelationshipGeneration() 공개 메소드

testRelationshipGenerationWithNullConstraint() 공개 메소드

testRenderArrayJoin() 공개 메소드

public testRenderArrayJoin ( )

testRenderArrayJoinConstraintComplex() 공개 메소드

Tests that complex model constraints with custom operators render correct constraint strings.

testRenderArrayJoinConstraintComplexArray() 공개 메소드

Tests that complex model constraints with custom operators render correct constraint strings.

testReturnArrayOnReadWithQuery() 공개 메소드

testReturnArrayOnReadWithString() 공개 메소드

testSchema() 공개 메소드

public testSchema ( )

testSchemaFromManualFieldList() 공개 메소드

testScopedDelete() 공개 메소드

public testScopedDelete ( )

testScopedUpdate() 공개 메소드

public testScopedUpdate ( )

testSimpleQueryRender() 공개 메소드

testStringValueByIntrospection() 공개 메소드

testStringValueWithSchemaFormatter() 공개 메소드

testUpdate() 공개 메소드

public testUpdate ( )

testUpdateWithValueBySchema() 공개 메소드

testWithGeneration() 공개 메소드

public testWithGeneration ( )

testWithOptionAndConstraintInRelation() 공개 메소드

testWithOptionAndCustomAlias() 공개 메소드

testWithOptionAndInlineConstraint() 공개 메소드

testWithOptionWithNullConstraint() 공개 메소드

testsplitFieldname() 공개 메소드

public testsplitFieldname ( )

프로퍼티 상세

$_comment 보호되어 있는 프로퍼티

protected $_comment

$_configs 보호되어 있는 프로퍼티

protected $_configs

$_db 보호되어 있는 프로퍼티

protected $_db

$_imageTag 보호되어 있는 프로퍼티

protected $_imageTag

$_model 보호되어 있는 프로퍼티

protected $_model