The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ETLp::Schema::Result::EtlpFileProcess

ACCESSORS

file_proc_id

  data_type: 'integer'
  is_nullable: 0
  original: {data_type => "number",size => [38,0]}

status_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0
  original: {data_type => "number",size => [38,0]}

item_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0
  original: {data_type => "number",size => [38,0]}

file_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0
  original: {data_type => "number",size => [38,0]}

filename

  data_type: 'varchar2'
  is_nullable: 0
  size: 255

record_count

  data_type: 'integer'
  is_nullable: 1
  original: {data_type => "number",size => [38,0]}

message

  data_type: 'clob'
  is_nullable: 1

date_created

  data_type: 'datetime'
  is_nullable: 0
  original: {data_type => "date"}

date_updated

  data_type: 'datetime'
  is_nullable: 0
  original: {data_type => "date"}

RELATIONS

status

Type: belongs_to

Related object: ETLp::Schema::Result::EtlpStatus

file

Type: belongs_to

Related object: ETLp::Schema::Result::EtlpFile

item

Type: belongs_to

Related object: ETLp::Schema::Result::EtlpItem