namespaceZtdQuery\Adapter\Pdo\Session

Classes 8§

Bindings @visibility ZtdQuery\Adapter\PdoReplays 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\PdoShapes a row ZTD buffered into what a fetch mode asks for.
ConnectionExecution @visibility ZtdQuery\Adapter\PdoCoordinates native connection execution with its shadow session.
DriverSessionFactory @visibility ZtdQuery\Adapter\PdoAnswers the session factory a connection's driver needs.
ParameterBinder @visibility ZtdQuery\Adapter\PdoBinds a caller's parameters to a statement and runs it.
ParameterKind @visibility ZtdQuery\Adapter\PdoSays which of PDO's parameter kinds a value is to be bound as.
PreparedQuery @visibility ZtdQuery\Adapter\PdoRewrites a prepared query against the current shadow before each execution. The native preparation callback retains the caller's driver options.
StatementExecution @visibility ZtdQuery\Adapter\PdoCoordinates rewritten preparation, native execution and shadow post-processing. Its StatementInterface exposes native result rows to the core result-select runner.