தமிழ் இணையக் கல்விக்கழகம் - TAMIL VIRTUAL ACADEMY

மொழிகள்

Union, Intersection and Except

Union, Intersection and Except

union($seq2, $seq3)

from within a Java application, in order to extract the result from the result sequence, one would have to use this code:

for (Iterator iter = rs.iterator(); iter.hasNext();) {

Object item = iter.next();
String n = ((XSString)item).stringvalue();
print(n + ", ");

} println("");

which returns the sequence consisting of $item1, $item2, $item3.

Tags   :

புதுப்பிக்கபட்ட நாள் : 01-11-2016 14:36:00(இந்திய நேரம்)