Prado\Data\SqlMap\Statements\TSelectMappedStatement::executeInsert PHP Method

executeInsert() public method

public executeInsert ( $connection, $parameter )
    public function executeInsert($connection, $parameter)
    {
        throw new TSqlMapExecutionException('sqlmap_cannot_execute_insert', get_class($this), $this->getID());
    }
TSelectMappedStatement