Jackalope\Query\Query::bindValue PHP Method

bindValue() public method

{@inheritDoc}
public bindValue ( $varName, $value )
    public function bindValue($varName, $value)
    {
        throw new RepositoryException('Not Implemented...');
    }