DBからMDB2へ移行するとき

·

一件のデータを取得する場合

$row = $db->getRow($sql);

$row = $db->queryRow($sql);