Uses of Interface
net.snowflake.client.jdbc.SnowflakeResultSetSerializable
-
Packages that use SnowflakeResultSetSerializable Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of SnowflakeResultSetSerializable in net.snowflake.client.core
Methods in net.snowflake.client.core that return types with arguments of type SnowflakeResultSetSerializable Modifier and Type Method Description List<SnowflakeResultSetSerializable>SFBaseResultSet. getResultSetSerializables(long maxSizeInBytes)Split this whole SnowflakeResultSetSerializable into small pieces based on the user specified data size. -
Uses of SnowflakeResultSetSerializable in net.snowflake.client.jdbc
Classes in net.snowflake.client.jdbc that implement SnowflakeResultSetSerializable Modifier and Type Class Description classSnowflakeResultSetSerializableV1This object is an intermediate object between result JSON from GS and ResultSet.classSnowflakeRichResultSetSerializableV1Methods in net.snowflake.client.jdbc that return types with arguments of type SnowflakeResultSetSerializable Modifier and Type Method Description List<SnowflakeResultSetSerializable>SFAsyncResultSet. getResultSetSerializables(long maxSizeInBytes)Get a list of ResultSetSerializables for the ResultSet in order to parallel processingList<SnowflakeResultSetSerializable>SnowflakeResultSet. getResultSetSerializables(long maxSizeInBytes)Get a list of ResultSetSerializables for the ResultSet in order to parallel processingList<SnowflakeResultSetSerializable>SnowflakeResultSetV1. getResultSetSerializables(long maxSizeInBytes)Get a list of ResultSetSerializables for the ResultSet in order to parallel processingList<SnowflakeResultSetSerializable>SnowflakeResultSetSerializableV1. splitBySize(long maxSizeInBytes)Split this object into small pieces based on the user specified data size.
-