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

மொழிகள்

பிழை செய்தி

Warning: Attempt to assign property 'dir' of non-object in template_preprocess_html() (line 2629 of /html/tamilvu/public_html/includes/theme.inc).

Functions That Test the Cardinality of Sequences

Functions That Test the Cardinality of Sequences

one-or-more((1,2,3,4,5))

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();
 int n = ((XSInteger)item).intvalue();
 print(n + " ");

} println("");

in order to get the result of ‘1 2 3 4 5’

Tags   :

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