Jackalope\Query\Query::bindValue PHP 메소드

bindValue() 공개 메소드

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