PHP Class lithium\tests\integration\data\source\database\adapter\PostgreSqlTest

Inheritance: extends lithium\tests\integration\data\Base
Afficher le fichier Open project: unionofrad/lithium

Protected Properties

Свойство Type Description
$_schema

Méthodes publiques

Méthode Description
setUp ( )
skip ( ) Skip the test if a PostgreSQL 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 ( )
testDatabaseTimezone ( )
testDefaultValues ( )
testDeletesWithoutAliases ( ) Ensures that DELETE queries are not generated with table aliases, as PostgreSQL does not support this.
testDescribe ( ) Tests that describing a table's schema returns the correct column meta-information.
testEnabledFeatures ( )
testEntityQuerying ( )
testExecuteException ( )
testNameQuoting ( )
testQueryOrdering ( )
testRawSqlQuerying ( )
testResultSet ( )
testValueByIntrospect ( )
testValueWithSchema ( )

Method Details

setUp() public méthode

public setUp ( )

skip() public méthode

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

tearDown() public méthode

public tearDown ( )

testColumnAbstraction() public méthode

testConstructorDefaults() public méthode

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

testDatabaseConnection() public méthode

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

testDatabaseEncoding() public méthode

testDatabaseTimezone() public méthode

testDefaultValues() public méthode

public testDefaultValues ( )

testDeletesWithoutAliases() public méthode

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

testDescribe() public méthode

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

testEnabledFeatures() public méthode

public testEnabledFeatures ( )

testEntityQuerying() public méthode

public testEntityQuerying ( )

testExecuteException() public méthode

testNameQuoting() public méthode

public testNameQuoting ( )

testQueryOrdering() public méthode

public testQueryOrdering ( )

testRawSqlQuerying() public méthode

public testRawSqlQuerying ( )

testResultSet() public méthode

public testResultSet ( )

testValueByIntrospect() public méthode

testValueWithSchema() public méthode

public testValueWithSchema ( )

Property Details

$_schema protected_oe property

protected $_schema