From professional translators, enterprises, web pages and freely available translation repositories.
// trasforma ciascuna riga di queryresultset in bean dell'istanza di un'attività.
// transforms each row in the queryresultset to a task instance beans.
Last Update: 2007-10-31
Usage Frequency: 3
Quality:
le colonne restituite nell'oggetto queryresultset vengono visualizzate nello stesso ordine delle proprietà specificate nella clausola select.
the columns returned in the queryresultset object appear in the same order as the properties specified in the select clause.
Last Update: 2007-10-31
Usage Frequency: 3
Quality:
il primo attributo (colonna) di un elemento queryresultset indica il valore del primo attributo specificato nella clausola select della richiesta di query.
the first attribute (column) of a queryresultset element specifies the value of the first attribute specified in the select clause of the query request.
Last Update: 2007-10-31
Usage Frequency: 4
Quality:
il secondo attributo (colonna) di un elemento queryresultset indica il valore del secondo attributo specificato nella clausola select della richiesta di query, e così via.
the second attribute (column) of a queryresultset element specifies the value of the second attribute specified in the select clause of the query request, and so on.
Last Update: 2007-10-31
Usage Frequency: 4
Quality: