PHP 클래스 lithium\tests\integration\data\source\database\adapter\MySqlTest

상속: extends lithium\tests\integration\data\Base
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 프로퍼티들

프로퍼티 타입 설명
$_schema

공개 메소드들

메소드 설명
setUp ( )
skip ( ) Skip the test if a MySQL adapter configuration is unavailable.
tearDown ( )
testColumnAbstraction ( )
testConstructorDefaults ( ) Tests that the object is initialized with the correct default values.
testDatabaseConnection ( ) Tests that this adapter can connect to the database, and that the status is properly persisted.
testDatabaseEncoding ( )
testDefaultValues ( ) Contrary to other data sources, MySQL only support one TIMESTAMP column by table.
testDeletesWithoutAliases ( ) Ensures that DELETE queries are not generated with table aliases, as MySQL does not support this.
testDescribe ( ) Tests that describing a table's schema returns the correct column meta-information.
testDsnHostPort ( )
testDsnSocket ( )
testEnabledFeatures ( )
testEntityQuerying ( )
testExecuteException ( )
testNameQuoting ( )
testQueryOrdering ( )
testRawOptionSettingWithNoResultResource ( ) Verifies that setting options using a raw SQL string works, when the operation returns no result.
testRawSqlQuerying ( )
testResultSet ( )
testValueByIntrospect ( )
testValueWithSchema ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

skip() 공개 메소드

Skip the test if a MySQL adapter configuration is unavailable.
public skip ( )

tearDown() 공개 메소드

public tearDown ( )

testColumnAbstraction() 공개 메소드

testConstructorDefaults() 공개 메소드

Tests that the object is initialized with the correct default values.

testDatabaseConnection() 공개 메소드

Tests that this adapter can connect to the database, and that the status is properly persisted.

testDatabaseEncoding() 공개 메소드

testDefaultValues() 공개 메소드

Contrary to other data sources, MySQL only support one TIMESTAMP column by table.
public testDefaultValues ( )

testDeletesWithoutAliases() 공개 메소드

Ensures that DELETE queries are not generated with table aliases, as MySQL does not support this.

testDescribe() 공개 메소드

Tests that describing a table's schema returns the correct column meta-information.
public testDescribe ( )

testDsnHostPort() 공개 메소드

public testDsnHostPort ( )

testDsnSocket() 공개 메소드

public testDsnSocket ( )

testEnabledFeatures() 공개 메소드

public testEnabledFeatures ( )

testEntityQuerying() 공개 메소드

public testEntityQuerying ( )

testExecuteException() 공개 메소드

testNameQuoting() 공개 메소드

public testNameQuoting ( )

testQueryOrdering() 공개 메소드

public testQueryOrdering ( )

testRawOptionSettingWithNoResultResource() 공개 메소드

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

testRawSqlQuerying() 공개 메소드

public testRawSqlQuerying ( )

testResultSet() 공개 메소드

public testResultSet ( )

testValueByIntrospect() 공개 메소드

testValueWithSchema() 공개 메소드

public testValueWithSchema ( )

프로퍼티 상세

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

protected $_schema