Prado\Data\SqlMap\Configuration\TSqlMapXmlMappingConfiguration::loadInsertTag PHP Méthode

loadInsertTag() protected méthode

Load insert statement from xml mapping.
protected loadInsertTag ( $node )
    protected function loadInsertTag($node)
    {
        $insert = $this->createInsertStatement($node);
        $this->processSqlStatement($insert, $node);
        $mappedStatement = new TInsertMappedStatement($this->_manager, $insert);
        $this->_manager->addMappedStatement($mappedStatement);
    }