Index of .md/
2 item, 2025/04/13 20:41:30
Doctrine-DBAL.html
6,791,746 byte, 2025/04/13 20:41:30
[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,510,280 byte, 2025/04/13 20:41:42
[N] ryunosuke\dbml\ 特定のクラスに依存しない全体仕様を以下に記す。
特定のクラスに依存しない全体仕様を以下に記す。
データベーススキーマ
まず大前提として別スキーマへのクエリは一切サポートしない。 ただし、 ryunosuke\dbml\Gateway\TableGateway や ryunosuke\dbml\Query\SelectBuilder の話であり、 ryunosuke\dbml\Database::fetchArray() などで直接クエリを投げる場合はこの限りではない。