The cursor is movable based on the properties of the ResultSet.
This example demonstrates how to search a collection using javascript code to reduce the resultset.
Este ejemplo demuestra cómo buscar en una colección usando código javascript para reducir el conjunto de resultados.
The resultSet belongs to the same table as set1 and set2.
The resultSet replaces any existing set having the same name, including set1 and set2.
El conjunto resultado reemplaza todo conjunto existente que tenga el mismo nombre, incluyendo conjunto1 y conjunto2.
ResultSet: These objects hold data retrieved from a database after you execute an SQL query using Statement objects.
Conjunto de resultados: Estos objetos contienen datos recuperados de una base de datos después de ejecutar una consulta SQL usando objetos Statement.
The methods of the ResultSet interface can be broken down into three categories
Los métodos de la interfaz ResultSet se pueden dividir en tres categorías
A ResultSet provides access to a table of data.
A ResultSet object maintains a cursor that points to the current row in the result set.
Un objeto ResultSet mantiene un cursor que apunta a la fila actual en el conjunto de resultados.
The ResultSet interface contains dozens of methods for getting the data of the current row.
La interfaz ResultSet contiene docenas de métodos para obtener los datos de la fila actual.
The ResultSet interface contains a collection of update methods for updating the data of a result set.
La interfaz ResultSet contiene una colección de métodos de actualización para actualizar los datos de un conjunto de resultados.
The term "result set" refers to the row and column data contained in a ResultSet object.
El término "conjunto de resultados" se refiere a los datos de fila y de columna contenidos en un objeto ResultSet.
Updating a row in the result set changes the columns of the current row in the ResultSet object, but not in the underlying database.
Actualizar una fila del conjunto de resultados cambia las columnas de la fila actual en el objeto ResultSet, pero no en la base de datos subyacente.
A ResultSet object maintains a cursor pointing to its current row of data. Initially the cursor is positioned before the first row.
Cuando se crea el objeto ResultSet, el cursor se posiciona antes de la primera fila (no en la primera fila).