Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Vectors


  • From: vasanthiv@xxxxxxxxxxxxxxx (Vasanthi V)
  • Subject: Vectors
  • Date: Tue, 15 Sep 1998 17:24:21 +0530

Hi Java Gurus,
This probably isn't very advanced, but here goes:

I have an entity class which performs an SQL query that returns multiple =
rows. The result is a vector of vectors - the first vector A which has =
each field as an element and the outer vector  B is a vector A.
The calling program has to extract this data from the returned value and =
this is where the problem lies. A vector contains objects, so I am =
unable to get the inner vector A as a vector. I tried returning an array =
of vectors, but again the same problem that you can set only objects in =
array.=20
What is the best method  to follow in such a case

thanx in advance,
Vasanthi   

---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx