Crop

 view release on metacpan or  search on metacpan

lib/Crop/Object/Warehouse/Pg.pm  view on Meta::CPAN

Constant: KEYWORDS
	Key words for build query to a database.
=cut
use constant { KEYWORDS => [qw/ EXT LIMIT LOCK OFFSET ORDER SLICEN SORT /] };

=begin nd
Constructor: new ($conn)
	Establish connection to a specified database.
	
Parameters:
	$conn - credentials for database connection (login, pass, etc.)
	
Returns:
	$self - if OK
	undef - if connection to database fails
=cut
sub new {
	my ($class, @conn) = @_;
	
	my $self = bless {
		dbi => undef,



( run in 0.705 second using v1.01-cache-2.11-cpan-2b1a40005be )