| BasicEvent.QueryState |
|
| Constants.OS |
|
| CredentialManager |
|
| DataConversionContext |
This class contains formatter info about each data type and related flags etc.
|
| DownloaderMetrics |
Metrics related to chunk downloader performance
|
| Event |
Abstract class to encapsulate a Client-side Event and any methods associated with it.
|
| Event.EventType |
|
| EventHandler |
|
| ExecTimeTelemetryData |
|
| HeartbeatBackground |
This class is a singleton which is running inside driver to heartbeat snowflake server for each
connection
|
| HttpClientSettingsKey |
This class defines all non-static parameters needed to create an HttpClient object.
|
| MetaDataOfBinds |
Class that creates constructor used for storing information about a binding parameter's metadata.
|
| OCSPMode |
OCSP mode
|
| OpaqueContextDTO |
This context is opaque to the JDBC driver.
|
| ParameterBindingDTO |
This class represents a binding object passed to server side Created by hyu on 6/15/17.
|
| QueryContextDTO |
|
| QueryContextEntryDTO |
An entry in the set of query context exchanged with Cloud Services.
|
| QueryResultFormat |
|
| QueryStatus |
Copied from QueryDTO.java in Global Services.
|
| SecureStorageAppleManager |
|
| SecureStorageLinuxManager |
Linux currently doesn't have a local secure storage like Keychain/Credential Manager in
Mac/Windows.
|
| SecureStorageWindowsManager |
|
| SessionUtilExternalBrowser |
SAML 2.0 Compliant service/application federated authentication 1.
|
| SessionUtilExternalBrowser.AuthExternalBrowserHandlers |
|
| SFBaseResultSet |
Base class for query result set and metadata result set
|
| SFBaseSession |
Snowflake session implementation base.
|
| SFBaseStatement |
Base abstract class for an SFStatement implementation.
|
| SFBaseStatement.CallingMethod |
The type of query that is being executed.
|
| SFChildResult |
Data class to wrap information about child job results
|
| SFException |
Created by jhuang on 1/5/16.
|
| SFJsonResultSet |
Abstract class used to represent snowflake result set in json format
|
| SFLoginInput |
A class for holding all information required for login
|
| SFLoginOutput |
Login output information including session tokens, database versions
|
| SFPreparedStatementMetaData |
Statement metadata which includes the result metadata and bind information.
|
| SFResultSetMetaData |
Snowflake ResultSetMetaData
|
| SFSession |
Snowflake session implementation
|
| SFSessionProperty |
session properties accepted for opening a new session.
|
| SFStatementType |
Used to check if the statementType belongs to DDL or DML The enum of each statement type is
defined in com.snowflake.core.Statement.java
|
| StmtUtil.StmtOutput |
Output for running a statement on server
|