Index of .md/
2 item, 2025/05/30 13:02:39
Doctrine-DBAL.html
6,763,022 byte, 2025/05/30 13:02:39
[N] Doctrine\DBAL\
[C] Configuration Configuration container for the Doctrine DBAL.
Configuration container for the Doctrine DBAL.
[p] $sqlLogger The SQL logger in use. If null, SQL logging is disabled.
The SQL logger in use. If null, SQL logging is disabled.
protected Doctrine\DBAL\Logging\SQLLogger|null $sqlLogger = null
ryunosuke-dbml.html
2,519,665 byte, 2025/05/30 13:02:38
[N] ryunosuke\dbml\ 特定のクラスに依存しない全体仕様を以下に記す。
特定のクラスに依存しない全体仕様を以下に記す。
データベーススキーマ
まず大前提として別スキーマへのクエリは一切サポートしない。 ただし、 ryunosuke\dbml\Gateway\TableGateway や ryunosuke\dbml\Query\SelectBuilder の話であり、 ryunosuke\dbml\Database::fetchArray() などで直接クエリを投げる場合はこの限りではない。