PHP Класс RedUNIT\Base\Joins

Tests the @joined keyword, this keyword in an SQL snippet allows you to join another table and use one or more of its columns in the query snippet, for instance for sorting or filtering.
Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Base
Показать файл Открыть проект

Открытые методы

Метод Описание
testComplexInFrozenMode ( ) : void Tests the more complicated scenarios for with-joins.
testJoins ( ) : void Test Joins.
testJoinsInCount ( ) Tests joins with ownCount().
testSystemWideSettingsForJoins ( ) Tests R::setNarrowFieldMode() and OODBBean::ignoreJoinFeature().

Приватные методы

Метод Описание
checkBookNumbers ( array $books, string $numberList ) : void Helper for the next test.
testComplexCombinationsJoins ( ) : void Tests the more complicated scenarios for with-joins.

Описание методов

testComplexInFrozenMode() публичный Метод

Tests the more complicated scenarios for with-joins.
public testComplexInFrozenMode ( ) : void
Результат void

testJoins() публичный Метод

Test Joins.
public testJoins ( ) : void
Результат void

testJoinsInCount() публичный Метод

Tests joins with ownCount().
public testJoinsInCount ( )

testSystemWideSettingsForJoins() публичный Метод

Tests R::setNarrowFieldMode() and OODBBean::ignoreJoinFeature().