Help for this page

Select Code to Download


  1. or download this
    DBIx::Class::Schema::throw_exception(): Can't locate object method "result_source_instance" via package ...
  2. or download this
    Can't locate method result_source_instance
    
    For some reason the table class in question didn't load fully, so the 
    +ResultSource object for it hasn't been created. Debug this class in i
    +solation, then try loading the full schema again.
    
  3. or download this
    package TA::CP::DB::Schema::Result::CustomTest;
    
    ...
    __PACKAGE__->result_source_instance->is_virtual(1);
    
    __PACKAGE__->result_source_instance->view_definition(\"select 2*2");