Prado\Data\TDbDataReader::close PHP 메소드

close() 공개 메소드

Any further data reading will result in an exception.
public close ( )
    public function close()
    {
        $this->_statement->closeCursor();
        $this->_closed = true;
    }