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

Inheritance: extends lithium\tests\integration\data\Base
Datei anzeigen Open project: unionofrad/lithium

Protected Properties

Property Type Description
$_schema

Public Methods

Method 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 method

public setUp ( )

skip() public method

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

tearDown() public method

public tearDown ( )

testColumnAbstraction() public method

testConstructorDefaults() public method

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

testDatabaseConnection() public method

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

testDatabaseEncoding() public method

testDatabaseTimezone() public method

testDefaultValues() public method

public testDefaultValues ( )

testDeletesWithoutAliases() public method

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

testDescribe() public method

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

testEnabledFeatures() public method

public testEnabledFeatures ( )

testEntityQuerying() public method

public testEntityQuerying ( )

testExecuteException() public method

testNameQuoting() public method

public testNameQuoting ( )

testQueryOrdering() public method

public testQueryOrdering ( )

testRawSqlQuerying() public method

public testRawSqlQuerying ( )

testResultSet() public method

public testResultSet ( )

testValueByIntrospect() public method

testValueWithSchema() public method

public testValueWithSchema ( )

Property Details

$_schema protected_oe property

protected $_schema