Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.244.723 Times

DBIx::SQLCrosstab::Format 1.17

  Date Added: September 24, 2010  |  Visits: 1.303

DBIx::SQLCrosstab::Format

Report Broken Link
Printer Friendly Version


Product Homepage
Download (110 downloads)



DBIx::SQLCrosstab::Format is a Perl module with formats results created by DBIx::SQLCrosstab. SYNOPSIS use DBIx::SQLCrosstab::Format; my $dbh=DBI->connect("dbi:driver:database" "user","password", {RaiseError=>1}) or die "error in connection $DBI::errstrn"; my $params = { dbh => $dbh, op => [ [ SUM, salary] ], from => person INNER JOIN departments USING (dept_id), rows => [ { col => country}, ], cols => [ { id => dept, value =>department, from =>departments }, { id => gender, from => person } ] }; my $xtab = DBIx::SQLCrosstab::Format->new($params) or die "error in creation ($DBIx::SQLCrosstab::errstr)n"; my $query = $xtab->get_query("#") or die "error in query building $DBIx::SQLCrosstab::errstrn"; if ( $xtab->get_recs) { # do something with records, or use a built-in function # to produce a well formatted HTML table # print $xtab->as_html; print $xtab->as_xml; print $xtab->as_yaml; print $xtab->as_csv(header); $xtab->as_xls("xtab.xls"); use Data::Dumper; print Data::Dumper->Dump ([ $xtab->as_perl_struct(hoh)], [hoh]); print Data::Dumper->Dump ([ $xtab->as_perl_struct(losh)], [losh]); print Data::Dumper->Dump ([ $xtab->as_perl_struct(loh)], [loh]); } else { die "error in execution $DBIx::SQLCrosstab::errstrn"; } DBIx::SQLCrosstab::Format is a class descending from DBIx::SQLCrosstab. Being a child class, it inherits its parent methods and can be used in the same way. In addition, it provides methods to produce formatted output..

Requirements: No special requirements
Platforms: Linux
Keyword: Created Created By Dbix Dbixsqlcrosstabformat Formats Libraries Module Perl Perl Module Print Programming Results Sqlcrosstab
Users rating: 0/10

License: Freeware Size: 66.56 KB
USER REVIEWS
More Reviews or Write Review


DBIX::SQLCROSSTAB::FORMAT RELATED
Modules  -  Show Uploads in Teasers 6.x-1.1
A small helper module that shows the attachments table (as created by the core upload.module) in node teasers.
10 KB  
Libraries  -  DBIx::SQL::Abstract 0.07
DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) =...
4.1 KB  
Libraries  -  libchroma 0.1
libchroma is a library created by the BMPx team. Installation: The simplest way to compile this package is: 1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre...
9.3 MB  
Programming  -  FLTK burncd GUI frontend 0.1
This program is very simple for burning iso images created by mkisofs or any other foftware. It use burncd as write program. This is initial release and it can write only data images in single or multisession mode.. Get common hardware recovery...
15.36 KB  
Log Analyzers  -  MySQA 1.0.2
MySQA program is a useful program to analyze log files created by MySQL slow queries or queries that dont use indexes. About MySQL: MySQL is a multithreaded, multi-user, SQL (Structured Query Language) Database Management System (DBMS) with an...
133.12 KB  
Utilities  -  nagios_xmlsensors 0.8
nagios_xmlsensors is a nagios plugin that retrieves and parses the XML files created by XMLSensors. It can use any XML file that is in the XMLSensor format. Note that there is no release of xmlsensors yet, the plugin came first because the...
2.05 KB  
Wallpaper Tools  -  steam K Beta 1
steam K is a KDE style created by using domino & dekorator. Needed: Dekorator: http://www.kde-look.org/content/show.php?content=31447 Domino: http://www.kde-look.org/content/show.php?content=42804 In this package is included the .rc for...
6.14 KB  
Utilities  -  OLPC Live CD SDK Build 385
OLPC Live CD SDK is a Linux distribution created by Red Hat and based on Fedora Core for the One Laptop Per Child. One Laptop Per Child (OLPC) is an initiative to build a low-cost laptop computer with a pre-installed operating system and...
314 MB  
Libraries  -  DBIx::Recordset::Playground 1.12
DBIx::Recordset::Playground is a Perl module with working sample usages of DBIx::Recordset. This document serves several purposes. One, it makes it easy to get started with DBIx::Recordset. Two, it serves as a place for those experienced with...
1.12 MB  
Libraries  -  DBIx::Class::LibXMLdoc 0.03
DBIx::Class::LibXMLdoc is a Perl module to create an adjunct "Doc" accessor of a columns data which is automatically parsed into a LibXML documentElement (alpha-software). SYNOPSIS package My::DB::thingy; __PACKAGE__->load_components(qw/...
5.12 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB