Group
Extension

Matches 1

DBI-Easy ( A/AP/APLA/DBI-Easy-0.24.tar.gz, APLA, 2012; MetaCPAN )
DBI-Easy/lib/DBI/Easy/Record.pm ( view source; MetaCPAN )
f ! exists $result->{$col_meta->{field_name}};
	}
	
	return {%{$self->{embed}}, %$result};
}

*TO_JSON = \&hash;
*TO_XML  = \&hash;

sub embed {
	my $self = shift;
	my $what = shift;
	
	if (@_ == 1) {

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.