All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.snowflake.client.jdbc.SnowflakeResultSetSerializable Maven / Gradle / Ivy

/*
 * Copyright (c) 2012-2019 Snowflake Computing Inc. All rights reserved.
 */

package net.snowflake.client.jdbc;

import java.sql.ResultSet;
import java.sql.SQLException;

public interface SnowflakeResultSetSerializable
{
  /**
   * Get ResultSet for the ResultSet chunk so that the user can access its data.
   *
   * @return a list of ResultSetChunk
   */
  ResultSet getResultSet() throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy