• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to get the oracle type objects

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI
I need to get the oracle type(Collection object) in Java , that is in inner collection format .i mean type within another type , so can you help me this.
how to get the oracle type collection in Java and how to iterate that one.

send your idea's .if possible share the sample code also

Rameshkumar.P
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I may have been a bit quick to move this here but I think it belongs in this forum, I'm sure the friendly bartender here will move it back if needed

Now onto your question, what do you mean by Oracle Collection? Can you elaborate?
 
Marshal
Posts: 79179
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do the methods in ResultSetMetaData which get the type of the column help?
 
Ranch Hand
Posts: 338
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you will find the answer regarding your multi-level collections question here: http://download.oracle.com/docs/cd/B10501_01/java.920/a96654/oraarr.htm
 
Ramesh Kumar
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Paul Campbell

Thank you ,the link which you have given is very useful for me .
and now i am cleared .

Rameshkumar
 
reply
    Bookmark Topic Watch Topic
  • New Topic