Returns if the ResultSet is open, otherwise.
The ResultSet can then be traversed to fetch the queried data.
Das ResultSet-Objekt kann dann durchsucht werden, um die abgefragten Daten abzurufen.
The results of the query are assigned to a ResultSet object.
Fetches the previous row of data in the ResultSet object.
Ruft die vorherige Datenzeile im ResultSet-Objekt ab.
Be careful using the persistent name on ResultSet.
This method returns the query result as a ResultSet.
Diese Methode gibt das Abfrageergebnis als ein ResultSet-Objekt zurück.
Execute the statement and assign the query results to a ResultSet.
Führen Sie die Anweisung aus und ordnen Sie die Abfrageergebnisse einem ResultSet-Objekt zu.
With a ResultSet object, you can view the table contents of the database.
Mit einem ResultSet-Objekt können Sie den Tabelleninhalt der Datenbank anzeigen.
If the statement is a query, this action returns a ResultSet object.
Wenn die Anweisung eine Abfrage ist, wird durch diese Aktion ein ResultSet-Objekt zurückgegeben.
ResultSet is at the end and does not have more result pages to return.
Das ResultSet-Objekt befindet sich am Ende und besitzt keine zurückzugebenden Ergebnisseiten mehr.
If the statement is a query, this action returns a ResultSet object.
Moves to a position after the last row of the ResultSet object.
In the following code, the results of a query are accessed as a ResultSet.
Im folgenden Codebeispiel wird auf die Ergebnisse einer SELECT-Abfrage über ein ResultSet-Objekt zugegriffen.