Prado\Data\SqlMap\Statements\TCachingStatement::createCommand PHP Méthode

createCommand() protected méthode

protected createCommand ( $connection, $parameter, $skip = null, $max = null )
    protected function createCommand($connection, $parameter, $skip = null, $max = null)
    {
        return $this->_mappedStatement->getCommand()->create($this->getManager(), $connection, $this->getStatement(), $parameter, $skip, $max);
    }