Help for this page
my $x = $sv->can('PVX') ? $sv->PVX : undef;
use strict; use warnings; ... is($r, 100, "correct value returned SQL_INTEGER"); ok($iv, "ivok bind integer"); ok($pv, "pv not null bind integer");