Interface SnowflakeResultSetSerializable


  • public interface SnowflakeResultSetSerializable
    This interface defines Snowflake specific APIs to access the data wrapped in the result set serializable object.
    • Method Detail

      • getRowCount

        long getRowCount()
                  throws SQLException
        Retrieve total row count included in the ResultSet Serializable object.
        Returns:
        the total row count from metadata
        Throws:
        SQLException - if an error occurs
      • getCompressedDataSizeInBytes

        long getCompressedDataSizeInBytes()
                                   throws SQLException
        Retrieve compressed data size included in the ResultSet Serializable object.
        Returns:
        the total compressed data size in bytes from metadata
        Throws:
        SQLException - if an error occurs
      • getUncompressedDataSizeInBytes

        long getUncompressedDataSizeInBytes()
                                     throws SQLException
        Retrieve uncompressed data size included in the ResultSet Serializable object.
        Returns:
        the total uncompressed data size in bytes from metadata
        Throws:
        SQLException - if an error occurs