Re: Where is set_db and set_up_table
[prev]
[thread]
[next]
[Date index for 2004/08/16]
On Mon, Aug 16, 2004 at 11:45:27AM -0400, Kevin Old wrote:
> can't find the set_db or set_up_table subroutines referenced anywhere.
>
> I see them being used in C::DBI::AutoLoader and they seem to work, but
> I was wondering why they weren't in the C::DBI POD?
>
> Also, is it a good idea for me to use those subroutines, or is that
> why they aren't in the POD?
'set_db' now calls itself 'connection'.
'set_up_table' is implemented differently for each database and so you
will find it documented in Class::DBI::mysql, Class::DBI::Pg or whatever
you use.
Colm
|
|
Re: Where is set_db and set_up_table
colm-cdbi 16:02 on 16 Aug 2004
|