Re: Are SYNONYMS exposed through DatabaseMetaData.getTables() api?

2005-06-30 Thread Satheesh Bandaram




I have not implemented metadata support. It could be taken up as
another item. I probably will...

Satheesh

Mamta Satoor wrote:

  Hi Satheesh,
   
  Just wondered if you got a chance to look at following. Also, if
this is supported then is there a test for it?
   
  thanks,
  Mamta
  
 
  On 6/15/05, Mamta Satoor <[EMAIL PROTECTED]> wrote:
  
Hi Satheesh,
 
I was wondering if a JDBC program can use
DatabaseMetaData.getTables() to get the synonyms by using "SYNONYM" as table type?
http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DatabaseMetaData.html

 
thanks,

Mamta

  
  






Re: Are SYNONYMS exposed through DatabaseMetaData.getTables() api?

2005-06-29 Thread Mamta Satoor
Hi Satheesh,
 
Just wondered if you got a chance to look at following. Also, if this is supported then is there a test for it?
 
thanks,
Mamta 
On 6/15/05, Mamta Satoor <[EMAIL PROTECTED]> wrote:

Hi Satheesh,
 
I was wondering if a JDBC program can use DatabaseMetaData.getTables() to get the synonyms by using "SYNONYM" as table type?
http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DatabaseMetaData.html

 
thanks,
Mamta


Are SYNONYMS exposed through DatabaseMetaData.getTables() api?

2005-06-15 Thread Mamta Satoor
Hi Satheesh,
 
I was wondering if a JDBC program can use DatabaseMetaData.getTables() to get the synonyms by using "SYNONYM" as table type?
http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DatabaseMetaData.html
 
thanks,
Mamta