Home
last modified time | relevance | path

Searched refs:run_handle (Results 1 – 13 of 13) sorted by relevance

/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/
H A Dmysql.t282 ok $mysql->run_handle('FH'), 'Spool a "file handle"';
308 ok $mysql->run_handle('FH'), 'Spool a "file handle"';
H A Dvertica.t241 ok $vta->run_handle('FH'), 'Spool a "file handle"';
H A Dpg.t228 ok $pg->run_handle('FH'), 'Spool a "file handle"';
H A Dfirebird.t246 ok $fb->run_handle('FH'), 'Spool a "file handle"';
H A Dsqlite.t251 ok $sqlite->run_handle('FH'), 'Spool a "file handle"';
H A Doracle.t400 ok $ora->run_handle('FH'), 'Spool a "file handle"';
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/Engine/
H A Dsqlite.pm228 sub run_handle { subroutine
H A Dmysql.pm410 sub run_handle { method in App::Sqitch::Engine::mysql
H A Dpg.pm248 sub run_handle { method in App::Sqitch::Engine::pg
H A Dvertica.pm446 sub run_handle { subroutine
H A Doracle.pm620 sub run_handle { subroutine
H A Dfirebird.pm346 sub run_handle { method in App::Sqitch::Engine::firebird
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/
H A DEngine.pm1080 sub run_handle { method in App::Sqitch::Engine