Interface | Description |
---|---|
ResultStreamProvider | |
SFConnectionHandler |
Class that presents the implementation of a Snowflake Connection.
|
SnowflakeCallableStatement | |
SnowflakeConnection |
This interface defines Snowflake specific APIs for Connection
|
SnowflakeFileTransferMetadata | |
SnowflakeFixedView |
An interface to use for returning query results from any java class
|
SnowflakePreparedStatement | |
SnowflakeResultSet |
This interface defines Snowflake specific APIs for ResultSet
|
SnowflakeResultSetMetaData | |
SnowflakeResultSetSerializable |
This interface defines Snowflake specific APIs to access the data wrapped in the result set
serializable object.
|
SnowflakeStatement |
This interface defines Snowflake specific APIs for Statement
|
Class | Description |
---|---|
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).
|
RestRequest |
This is an abstraction on top of http client.
|
ResultJsonParserV2 |
Copyright (c) 2018-2019 Snowflake Computing Inc.
|
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 |
Enum | Description |
---|---|
DBMetadataResultSetMetadata |
For function call getTables/getSchemas, we returned resultset.
|
ErrorCode |
Internal JDBC driver error codes
|
OCSPErrorCode | |
SFBaseFileTransferAgent.CommandType |
The types of file transfer: upload and download.
|
SnowflakeFileTransferAgent.ResultStatus |
Result status enum
|
SnowflakeFileTransferAgent.UploadColumns |
A class for encapsulating the columns to return for the upload command
|
SnowflakeResultChunk.DownloadState | |
SnowflakeType |
Type converters
|
SnowflakeType.JavaDataType | |
SnowflakeType.JavaSQLType |
Exception | Description |
---|---|
SnowflakeLoggedFeatureNotSupportedException | |
SnowflakeReauthenticationRequest |
SnowflakeReauthenticationRequest signals the reauthentication used for SSO
|
SnowflakeSimulatedUploadFailure |
Snowflake Loader exception for Test.
|
SnowflakeSQLException | |
SnowflakeSQLLoggedException |
Copyright © 2021. All rights reserved.