io.innerloop.neo4j.client.RowSet Maven / Gradle / Ivy
package io.innerloop.neo4j.client;
import java.util.List;
/**
* A RowSet is similar to a JDBC ResultSet only it is very stripped down.
*
* This object will be returned when making a Row based statement.
*/
public class RowSet
{
private final String[] columnNames;
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy