Jackalope\Transport\DoctrineDBAL\Client::getSupportedQueryLanguages PHP Method

getSupportedQueryLanguages() public method

{@inheritDoc}
    public function getSupportedQueryLanguages()
    {
        return array(QueryInterface::JCR_SQL2, QueryInterface::JCR_JQOM, QueryInterface::SQL);
    }

Usage Example

Example #1
0
 /**
  * {@inheritDoc}
  */
 public function getSupportedQueryLanguages()
 {
     return $this->transport->getSupportedQueryLanguages();
 }