profile Save profile with the PID

Compatibility scalar @_ > 1 ? $self->execute(@_,'arrayref') : $self->execute(@_,undef,'arrayref');

val Return one value

array Return array

function Extra Args :

time : NOW()

NAME

DBIx::Fast

SYNOPSIS

$db = DBIx::Fast->new( db => 'test' , user => 'test' , passwd => 'test');

$db = DBIx::Fast->new( db => 'test' , user => 'test' , passwd => 'test',
trace => '1' , profile => '!Statement:!MethodName' );

DESCRIPTION

SUBROUTINES/METHODS