LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Class implementing Query adapter for working with SimpleDb queries in a structured way

__construct(
\Zend_Cloud_DocumentService_Adapter_SimpleDb $adapter, null|string $collectionName
=
null
)
:
void
Constructor
Name | Type | Description |
---|---|---|
$adapter | \Zend_Cloud_DocumentService_Adapter_SimpleDb | |
$collectionName | null|string |

_parseWhere(
string $where, array $args
)
:
string
Parse a where statement into service-specific language
Name | Type | Description |
---|---|---|
$where | string | |
$args | array |
Type | Description |
---|---|
string |

assemble(
$collectionName
=
null
)
:
string
Assemble the query into a format the adapter can utilize
Name | Type | Description |
---|---|---|
$collectionName |
Type | Description |
---|---|
string |

getAdapter(
)
:
\Zend_Cloud_DocumentService_Adapter_SimpleDb
Get adapter
Type | Description |
---|---|
\Zend_Cloud_DocumentService_Adapter_SimpleDb |