in reply to Database mySQL

Statview is not a module on CPAN. It seems to be a private module, so we cannot test it or check its code or documentation. Where did you get it? Cannot you ask the author directly?

Update: It just might be a subclass of DBIx::Class and then you can have a look at the docs of that module.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics

Replies are listed 'Best First'.
Re^2: Database mySQL
by akagrawal3 (Beadle) on Mar 04, 2012 at 09:49 UTC
    So does that infer that even  result_source->source_name will be available in that document.
      If it is indeed a DBIx::Class private sub-class then you will find it somewhere in the extensive docs of DBIx::Class.

      CountZero

      A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

      My blog: Imperial Deltronics