| ArrowResultChunk |
|
| ArrowResultChunk.ArrowChunkIterator |
Iterator class used to go through the arrow chunk row by row
|
| ChunkDownloadContext |
Simple struct to contain download context for a chunk.
|
| DefaultResultStreamProvider |
|
| DefaultSFConnectionHandler |
The default ConnectionHandler used by SnowflakeConnectionV(x).
|
| FileBackedOutputStream |
An OutputStream that starts buffering to a byte array, but switches to file buffering
once the data reaches a configurable size.
|
| JsonResultChunk |
|
| MatDesc |
A class to handle S3 material descriptor metadata entries (matdesc).
|
| QueryStatusV2 |
|
| RestRequest |
This is an abstraction on top of http client.
|
| ResultJsonParserV2 |
Copyright (c) 2018-2019 Snowflake Computing Inc.
|
| SFAsyncResultSet |
SFAsyncResultSet implementation.
|
| SFBaseFileTransferAgent |
Base class for file transfers: given a SnowflakeConnection, files may be uploaded or downloaded
from/to an InputStream.
|
| SnowflakeBaseResultSet |
Base class for query result set and metadata result set
|
| SnowflakeBasicDataSource |
Created by hyu on 5/11/17.
|
| SnowflakeChunkDownloader |
Class for managing async download of offline result chunks
|
| SnowflakeChunkDownloader.NoOpChunkDownloader |
This is a No Operation chunk downloader to avoid potential null pointer exception
|
| SnowflakeClob |
A simple Clob implementation using String
|
| SnowflakeColumnMetadata |
|
| SnowflakeConnectionV1 |
Snowflake connection implementation
|
| SnowflakeConnectString |
|
| SnowflakeDatabaseMetaData |
|
| SnowflakeDateWithTimezone |
Date with toString() overridden to display date values in session timezone.
|
| SnowflakeDriver |
JDBC Driver implementation of Snowflake for production.
|
| SnowflakeFileTransferAgent |
Class for uploading/downloading files
|
| SnowflakeFileTransferConfig |
This class manages the parameters to call SnowflakeFileTransferAgent.uploadWithoutConnection()
|
| SnowflakeFileTransferConfig.Builder |
|
| SnowflakeFileTransferMetadataV1 |
A class to manage metadata for upload or download files.
|
| SnowflakeResultChunk |
Class for result chunk
|
| SnowflakeResultSetSerializable.ResultSetRetrieveConfig |
|
| SnowflakeResultSetSerializable.ResultSetRetrieveConfig.Builder |
|
| SnowflakeResultSetSerializableV1 |
This object is an intermediate object between result JSON from GS and ResultSet.
|
| SnowflakeResultSetSerializableV1.ChunkFileMetadata |
An Entity class to represent a chunk file metadata.
|
| SnowflakeResultSetV1 |
Snowflake ResultSet implementation
|
| SnowflakeTimestampWithTimezone |
Timestamp with toString() overridden to display timestamp in session timezone.
|
| SnowflakeTimeWithTimezone |
Time with toString() overridden to display time values in session timezone.
|
| SnowflakeUtil |
|