namespaceZtdQuery\Adapter\Pdo\Session
Classes 8§
| Bindings @visibility ZtdQuery\Adapter\Pdo | Replays native bindings and fetch options whenever rewriting replaces a statement.
Callbacks retain references and arbitrary native driver arguments at the PDO boundary. |
| BufferedRow @visibility ZtdQuery\Adapter\Pdo | Shapes a row ZTD buffered into what a fetch mode asks for. |
| ConnectionExecution @visibility ZtdQuery\Adapter\Pdo | Coordinates native connection execution with its shadow session. |
| DriverSessionFactory @visibility ZtdQuery\Adapter\Pdo | Answers the session factory a connection's driver needs. |
| ParameterBinder @visibility ZtdQuery\Adapter\Pdo | Binds a caller's parameters to a statement and runs it. |
| ParameterKind @visibility ZtdQuery\Adapter\Pdo | Says which of PDO's parameter kinds a value is to be bound as. |
| PreparedQuery @visibility ZtdQuery\Adapter\Pdo | Rewrites a prepared query against the current shadow before each execution.
The native preparation callback retains the caller's driver options. |
| StatementExecution @visibility ZtdQuery\Adapter\Pdo | Coordinates rewritten preparation, native execution and shadow post-processing.
Its StatementInterface exposes native result rows to the core result-select runner. |