All items 13
Classes 13§
| ZtdMysqli public API | ZtdQuery\Adapter\Mysqli | mysqli proxy that enforces ZTD behavior for reads and writes. |
| ZtdMysqliException public API | ZtdQuery\Adapter\Mysqli | ZTD-specific exception for mysqli adapter. |
| ZtdMysqliStatement public API | ZtdQuery\Adapter\Mysqli | mysqli_stmt wrapper that applies ZTD rewrite/simulation on execute(). |
| MysqliConnection | ZtdQuery\Adapter\Mysqli\Driver | mysqli adapter implementing ConnectionInterface for ZTD layer. |
| MysqliResultColumnExtractor | ZtdQuery\Adapter\Mysqli\Driver | Converts native mysqli field metadata into platform-resolved result columns. |
| MysqliResultStatement | ZtdQuery\Adapter\Mysqli\Driver | mysqli result adapter implementing StatementInterface for ZTD layer. |
| MysqliStatement | ZtdQuery\Adapter\Mysqli\Driver | mysqli prepared statement adapter implementing StatementInterface for ZTD layer. |
| MysqliPropertyReader | ZtdQuery\Adapter\Mysqli\Native | Reads the native connection properties exposed by the proxy. |
| MysqliStatementBindingBridge | ZtdQuery\Adapter\Mysqli\Native | Isolates native mysqli by-reference signatures that PHPStan models incorrectly. |
| MysqliStatementPropertyReader | ZtdQuery\Adapter\Mysqli\Native | Reads the native statement properties exposed by the proxy. |
| ConnectionExecution @visibility ZtdQuery\Adapter\Mysqli | ZtdQuery\Adapter\Mysqli\Session | Coordinates native connection execution with its shadow session. |
| MysqliResultProcessor | ZtdQuery\Adapter\Mysqli\Session | Translates a native result into the session's simulated result. |
| StatementExecution @visibility ZtdQuery\Adapter\Mysqli | ZtdQuery\Adapter\Mysqli\Session | Coordinates native execution and shadow post-processing for a prepared statement. |