Re: from pgsql_perl5 to DBD-Pg
- From: "Bob" <catdogbeloved@xxxxxxxxx>
- Date: 26 Feb 2007 06:24:39 -0800
There is a standard terminology in databases for "rows" and "columns"
of a table, that is "records" and "fields".
DBI uses the following and rather messy notation:
$sth->{NUM_OF_FIELDS}
$sth->rows
What refrained the developers from defining them as follows?
$sth->nfields
$sth->nrecords
.
- References:
- from pgsql_perl5 to DBD-Pg
- From: Bob
- from pgsql_perl5 to DBD-Pg
- Prev by Date: Re: from pgsql_perl5 to DBD-Pg
- Next by Date: RE: :Oracle question?
- Previous by thread: Re: from pgsql_perl5 to DBD-Pg
- Next by thread: Re: from pgsql_perl5 to DBD-Pg
- Index(es):