Prado\Data\SqlMap\Statements\TPreparedStatementFactory::createParametersForTextCommand PHP 메소드

createParametersForTextCommand() 보호된 메소드

    protected function createParametersForTextCommand()
    {
        foreach ($this->_statement->ParameterMap()->getProperties() as $prop) {
            $this->_preparedStatement->getParameterNames()->add($prop->getProperty());
        }
    }