All items 13

Classes 13§

ZtdPdo public APIZtdQuery\Adapter\PdoPDO proxy that enforces ZTD behavior for reads and writes.
ZtdPdoException public APIZtdQuery\Adapter\PdoZTD-specific exception that extends PDOException.
ZtdPdoStatement public APIZtdQuery\Adapter\PdoPDOStatement wrapper that applies ZTD rewrite/simulation on execute().
PdoConnection @visibility ZtdQuery\Adapter\PdoZtdQuery\Adapter\Pdo\DriverPDO adapter implementing ConnectionInterface for ZTD layer.
PdoStatement @visibility ZtdQuery\Adapter\PdoZtdQuery\Adapter\Pdo\DriverPDO statement implementing StatementInterface for ZTD layer.
Bindings @visibility ZtdQuery\Adapter\PdoZtdQuery\Adapter\Pdo\SessionReplays 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\PdoZtdQuery\Adapter\Pdo\SessionShapes a row ZTD buffered into what a fetch mode asks for.
ConnectionExecution @visibility ZtdQuery\Adapter\PdoZtdQuery\Adapter\Pdo\SessionCoordinates native connection execution with its shadow session.
DriverSessionFactory @visibility ZtdQuery\Adapter\PdoZtdQuery\Adapter\Pdo\SessionAnswers the session factory a connection's driver needs.
ParameterBinder @visibility ZtdQuery\Adapter\PdoZtdQuery\Adapter\Pdo\SessionBinds a caller's parameters to a statement and runs it.
ParameterKind @visibility ZtdQuery\Adapter\PdoZtdQuery\Adapter\Pdo\SessionSays which of PDO's parameter kinds a value is to be bound as.
PreparedQuery @visibility ZtdQuery\Adapter\PdoZtdQuery\Adapter\Pdo\SessionRewrites a prepared query against the current shadow before each execution. The native preparation callback retains the caller's driver options.
StatementExecution @visibility ZtdQuery\Adapter\PdoZtdQuery\Adapter\Pdo\SessionCoordinates rewritten preparation, native execution and shadow post-processing. Its StatementInterface exposes native result rows to the core result-select runner.