Re: [DDL-Oracle-users] using component
Brought to you by:
rvsutherland
From: Richard S. <rvs...@ya...> - 2001-04-06 00:41:09
|
> FROM: L SternDATE: 04/04/2001 11:08:43 > SUBJECT: [DDL-Oracle-users] using component > Some examples of how to use the new component key > word would help. > Leon Thanks, Leon, for pointing out this omission. The SYNOPSIS section of the pod has been updated for the next release. Here is the section about type 'components'. Basically it is the same as for any 'create' method, except that the owner/name contents are irrelevant. -------- # Here's another example, this time for type 'components'. This type # differs from the norm, because it has no owner and no name. my $obj = DDL::Oracle->new( type => 'components', list => [[ 'no owner','no name' ]] ); my $ddl = $obj->create; print $ddl; ---------- If you still have trouble, please write again. It's no good having a module without instructions which help people use it. Thanks. Richard ===== Richard Sutherland rvs...@ya... "Even if you are on the right track, you'll get run over if you just sit there." - Will Rogers (1879-1935) __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ |