public interface SnowflakeResultSetSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
SnowflakeResultSetSerializable.ResultSetRetrieveConfig |
Modifier and Type | Method and Description |
---|---|
long |
getCompressedDataSizeInBytes()
Retrieve compressed data size included in the the ResultSet Serializable object.
|
ResultSet |
getResultSet()
Deprecated.
Please use new interface function getResultSet(ResultSetRetrieveConfig)
|
ResultSet |
getResultSet(Properties info)
Deprecated.
Please use new interface function getResultSet(ResultSetRetrieveConfig)
|
ResultSet |
getResultSet(SnowflakeResultSetSerializable.ResultSetRetrieveConfig resultSetRetrieveConfig)
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.
|
@Deprecated ResultSet getResultSet() throws SQLException
This API is used by spark spark connector from 2.6.0 to 2.8.1. It is deprecated from sc:2.8.2/jdbc:3.12.12 since Sept 2020. It is safe to remove it after Sept 2022.
SQLException
@Deprecated ResultSet getResultSet(Properties info) throws SQLException
This API is used by spark spark connector from 2.6.0 to 2.8.1. It is deprecated from sc:2.8.2/jdbc:3.12.12 since Sept 2020. It is safe to remove it after Sept 2022.
info
- The proxy server information if proxy is necessary.SQLException
ResultSet getResultSet(SnowflakeResultSetSerializable.ResultSetRetrieveConfig resultSetRetrieveConfig) throws SQLException
resultSetRetrieveConfig
- The extra info to retrieve the result set.SQLException
long getRowCount() throws SQLException
SQLException
long getCompressedDataSizeInBytes() throws SQLException
SQLException
long getUncompressedDataSizeInBytes() throws SQLException
SQLException
Copyright © 2021. All rights reserved.