Jackalope\Query\QOM\QueryObjectModel::getBindVariableNames PHP Method

getBindVariableNames() public method

{@inheritDoc}
    public function getBindVariableNames()
    {
        // TODO: can we inherit from SqlQuery?
        throw new NotImplementedException();
    }