finish pq\Query
authorMichael Wallner <mike@php.net>
Wed, 15 Oct 2014 12:35:23 +0000 (14:35 +0200)
committerMichael Wallner <mike@php.net>
Wed, 15 Oct 2014 12:35:23 +0000 (14:35 +0200)
commit8ca926b19e417db747f046038909d818352b29a3
tree71803519ec7870ebd28428ec6c1e3564f8de49b1
parent8e466600d2aff5f9a4e3deb1ba72ac1047f29fcf
finish pq\Query
42 files changed:
pq-gateway/pq/Query/AsyncExecutor.md [new file with mode: 0644]
pq-gateway/pq/Query/AsyncExecutor/execute.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor/__construct.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor/attach.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor/detach.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor/execute.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor/getConnection.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor/getQuery.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor/getResult.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor/notify.md [new file with mode: 0644]
pq-gateway/pq/Query/Executor/setConnection.md [new file with mode: 0644]
pq-gateway/pq/Query/ExecutorInterface.md [new file with mode: 0644]
pq-gateway/pq/Query/ExecutorInterface/execute.md [new file with mode: 0644]
pq-gateway/pq/Query/ExecutorInterface/getConnection.md [new file with mode: 0644]
pq-gateway/pq/Query/ExecutorInterface/getQuery.md [new file with mode: 0644]
pq-gateway/pq/Query/ExecutorInterface/getResult.md [new file with mode: 0644]
pq-gateway/pq/Query/ExecutorInterface/setConnection.md [new file with mode: 0644]
pq-gateway/pq/Query/Expr.md [new file with mode: 0644]
pq-gateway/pq/Query/Expr/__construct.md [new file with mode: 0644]
pq-gateway/pq/Query/Expr/__toString.md [new file with mode: 0644]
pq-gateway/pq/Query/Expr/add.md [new file with mode: 0644]
pq-gateway/pq/Query/Expr/isNull.md [new file with mode: 0644]
pq-gateway/pq/Query/Expressible.md [new file with mode: 0644]
pq-gateway/pq/Query/Expressible/__construct.md [new file with mode: 0644]
pq-gateway/pq/Query/Expressible/__toString.md [new file with mode: 0644]
pq-gateway/pq/Query/Expressible/get.md [new file with mode: 0644]
pq-gateway/pq/Query/Expressible/isExpr.md [new file with mode: 0644]
pq-gateway/pq/Query/Expressible/mod.md [new file with mode: 0644]
pq-gateway/pq/Query/Expressible/set.md [new file with mode: 0644]
pq-gateway/pq/Query/ExpressibleInterface.md [new file with mode: 0644]
pq-gateway/pq/Query/ExpressibleInterface/__toString.md [new file with mode: 0644]
pq-gateway/pq/Query/ExpressibleInterface/get.md [new file with mode: 0644]
pq-gateway/pq/Query/ExpressibleInterface/isExpr.md [new file with mode: 0644]
pq-gateway/pq/Query/ExpressibleInterface/mod.md [new file with mode: 0644]
pq-gateway/pq/Query/ExpressibleInterface/set.md [new file with mode: 0644]
pq-gateway/pq/Query/Writer/__construct.md [new file with mode: 0644]
pq-gateway/pq/Query/Writer/criteria.md
pq-gateway/pq/Query/Writer/param.md
pq-gateway/pq/Query/Writer/reduce.md [new file with mode: 0644]
pq-gateway/pq/Query/WriterInterface/criteria.md
pq-gateway/pq/Query/WriterInterface/param.md