public interface SnowflakeResultSetSerializable
| Modifier and Type | Method and Description |
|---|---|
long |
getCompressedDataSizeInBytes()
Retrieve compressed data size included in the the ResultSet Serializable object.
|
ResultSet |
getResultSet()
Get ResultSet from the ResultSet Serializable object so that the user can
access the data.
|
ResultSet |
getResultSet(Properties info)
Get ResultSet from the ResultSet Serializable object so that the user can
access the data.
|
long |
getRowCount()
Retrieve total row count included in the the ResultSet Serializable object.
|
long |
getUncompressedDataSizeInBytes()
Retrieve uncompressed data size included in the the ResultSet Serializable object.
|
ResultSet getResultSet() throws SQLException
SQLExceptionResultSet getResultSet(Properties info) throws SQLException
info - The proxy server information if proxy is necessary.SQLExceptionlong getRowCount()
throws SQLException
SQLExceptionlong getCompressedDataSizeInBytes()
throws SQLException
SQLExceptionlong getUncompressedDataSizeInBytes()
throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.