On Sat, 10 Nov 2001 02:49, Paul Hammant wrote:
> Oracle has "Schemas", DB2 has "Collections".
>
> JDBC supports setCatalog(String) with the following javadocs :
>
>     /**
>      * Sets a catalog name in order to select
>      * a subspace of this Connection's database in which to work.
>      * If the driver does not support catalogs, it will
>      * silently ignore this request.
>      */
>
> Is that the correct way to indicate "sub database" namespace? I.e.
> equivalent to the two proprietary terms above.  Should AvalonDB support
> setCatalog() and call it's Schema equivalent "Catalog" or not?

Isn't catalog just the ANSI term for database? if so +1

-- 
Cheers,

Pete

--------------------------------------------------
"An intellectual is someone who has been educated 
beyond their intelligence."
--------------------------------------------------

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to