- abort(Executor) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- abort(RuntimeException) - Method in class net.snowflake.client.loader.StreamLoader
-
- absolute(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- acceptsURL(String) - Method in class net.snowflake.client.jdbc.SnowflakeDriver
-
Checks whether a given url is in a valid format.
- add(TelemetryEvent) - Method in class net.snowflake.client.jdbc.telemetryOOB.TelemetryService
-
- addConnectionEventListener(ConnectionEventListener) - Method in class net.snowflake.client.pooling.SnowflakePooledConnection
-
- addDigestMetadata(StorageObjectMetadata, String) - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
Adds digest metadata to the StorageObjectMetadata object
- addDigestMetadata(StorageObjectMetadata, String) - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
Adds digest metadata to the StorageObjectMetadata object
- addDigestMetadata(StorageObjectMetadata, String) - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
Adds digest metadata to the StorageObjectMetadata object
- addEncryptionMetadata(StorageObjectMetadata, MatDesc, byte[], byte[], long) - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
Adds encryption metadata to the StorageObjectMetadata object
- addEncryptionMetadata(StorageObjectMetadata, MatDesc, byte[], byte[], long) - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
Adds encryption metadata to the StorageObjectMetadata object
- addEncryptionMetadata(StorageObjectMetadata, MatDesc, byte[], byte[], long) - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
Adds encryption metadata to the StorageObjectMetadata object
- addError(LoadingError) - Method in interface net.snowflake.client.loader.LoadResultListener
-
- addErrorCount(int) - Method in interface net.snowflake.client.loader.LoadResultListener
-
Method to add to the the error count for a listener
- addErrorRecordCount(int) - Method in interface net.snowflake.client.loader.LoadResultListener
-
Method to add to the the error record count for a listener
- addHandler(Handler) - Static method in class net.snowflake.client.log.JDK14Logger
-
- addLogToBatch(TelemetryData) - Method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Add log to batch to be submitted to telemetry.
- addLogToBatch(ObjectNode, long) - Method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Add log to batch to be submitted to telemetry.
- addOperationRecordCount(Operation, int) - Method in interface net.snowflake.client.loader.LoadResultListener
-
- addProcessedRecordCount(Operation, int) - Method in interface net.snowflake.client.loader.LoadResultListener
-
- addProperty(SFSessionProperty, Object) - Method in class net.snowflake.client.core.SFSession
-
- addProperty(String, Object) - Method in class net.snowflake.client.core.SFSession
-
Add a property
If a property is known for connection, add it to connection properties
If not, add it as a dynamic session parameters
- addProperty(String, Object) - Method in class net.snowflake.client.core.SFStatement
-
Add a statement parameter
- addRow(Object[]) - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- addSession(SFSession, long) - Method in class net.snowflake.client.core.HeartbeatBackground
-
Method to add a session
- addStatementEventListener(StatementEventListener) - Method in class net.snowflake.client.pooling.SnowflakePooledConnection
-
- addSubmittedRowCount(int) - Method in interface net.snowflake.client.loader.LoadResultListener
-
Adds the number of submitted rows
- addUserMetadata(String, String) - Method in class net.snowflake.client.jdbc.cloud.storage.AzureObjectMetadata
-
Adds the key value pair of custom user-metadata for the associated object.
- addUserMetadata(String, String) - Method in class net.snowflake.client.jdbc.cloud.storage.S3ObjectMetadata
-
- addUserMetadata(String, String) - Method in class net.snowflake.client.jdbc.cloud.storage.S3StorageObjectMetadata
-
Adds the key value pair of custom user-metadata for the associated object.
- addUserMetadata(String, String) - Method in interface net.snowflake.client.jdbc.cloud.storage.StorageObjectMetadata
-
Adds the key value pair of custom user-metadata for the associated object.
- adjustDate(Date) - Static method in class net.snowflake.client.core.ResultUtil
-
Adjust date for before 1582-10-05
- adjustTimestamp(Timestamp) - Static method in class net.snowflake.client.core.ResultUtil
-
Adjust timestamp for dates before 1582-10-05
- allProceduresAreCallable() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- allTablesAreSelectable() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- arrayBindValueCount(Map<String, ParameterBindingDTO>) - Static method in class net.snowflake.client.core.bind.BindUploader
-
Compute the number of array bind values in the given bind map
- asByteSource() - Method in class net.snowflake.client.jdbc.FileBackedOutputStream
-
- AssertUtil - Class in net.snowflake.client.core
-
Created by jhuang on 1/27/16.
- AssertUtil() - Constructor for class net.snowflake.client.core.AssertUtil
-
- AUTH_TOKEN_EXPIRED_GS_CODE - Static variable in class net.snowflake.client.core.Constants
-
- autoCommitFailureClosesAllResultSets() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- available() - Method in class net.snowflake.client.core.HttpUtil.HttpInputStream
-
- AzureObjectMetadata - Class in net.snowflake.client.jdbc.cloud.storage
-
Implements platform-independent interface Azure BLOB object metadata
- AzureObjectSummariesIterator - Class in net.snowflake.client.jdbc.cloud.storage
-
Iterator class for ObjectSummary objects on Azure
Returns platform-independent instances (StorageObjectSummary)
- AzureObjectSummariesIterator(Iterable<ListBlobItem>) - Constructor for class net.snowflake.client.jdbc.cloud.storage.AzureObjectSummariesIterator
-
- CACHE_FILE_NAME - Static variable in class net.snowflake.client.core.SessionUtil
-
- calculateUpdateCount(SFBaseResultSet) - Static method in class net.snowflake.client.core.ResultUtil
-
Calculate number of rows updated given a result set
Interpret result format based on result set's statement type
- cancel() - Method in class net.snowflake.client.core.SFStatement
-
- cancel(StmtUtil.StmtInput) - Static method in class net.snowflake.client.core.StmtUtil
-
Cancel a statement identifiable by a request id
- cancel() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- changeVersion - Static variable in class net.snowflake.client.jdbc.SnowflakeDriver
-
- checkErrorAndThrowException(JsonNode) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
-
- checkErrorAndThrowExceptionIncludingReauth(JsonNode) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
-
- checkStageManageCommand(String) - Static method in class net.snowflake.client.core.StmtUtil
-
A simple function to check if the statement is related to manipulate stage.
- CLASS_NAME_PREFIX - Static variable in class net.snowflake.client.log.SFFormatter
-
- cleanupSfDumps(boolean) - Method in class net.snowflake.client.core.EventHandler
-
Function to remove old Snowflake Dump files to make room for new ones.
- clearSqlWarnings() - Method in class net.snowflake.client.core.SFSession
-
- clearWarnings() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- CLIENT_BUILD_ID - Static variable in class net.snowflake.client.core.IncidentUtil
-
- CLIENT_INFO - Static variable in class net.snowflake.client.core.IncidentUtil
-
- CLIENT_MEMORY_LIMIT - Static variable in class net.snowflake.client.core.SessionUtil
-
- CLIENT_MEMORY_LIMIT_JVM - Static variable in class net.snowflake.client.core.SessionUtil
-
- CLIENT_PREFETCH_THREADS - Static variable in class net.snowflake.client.core.SessionUtil
-
- CLIENT_PREFETCH_THREADS_JVM - Static variable in class net.snowflake.client.core.SessionUtil
-
- CLIENT_RESULT_CHUNK_SIZE - Static variable in class net.snowflake.client.core.SessionUtil
-
- CLIENT_RESULT_CHUNK_SIZE_JVM - Static variable in class net.snowflake.client.core.SessionUtil
-
- CLIENT_RESULT_COLUMN_CASE_INSENSITIVE - Static variable in class net.snowflake.client.core.SessionUtil
-
- CLIENT_STORE_TEMPORARY_CREDENTIAL - Static variable in class net.snowflake.client.core.SessionUtil
-
- CLIENT_TYPE - Static variable in class net.snowflake.client.core.IncidentUtil
-
- CLIENT_VERSION - Static variable in class net.snowflake.client.core.IncidentUtil
-
- close() - Method in class net.snowflake.client.core.bind.BindUploader
-
Close uploader, deleting the local temporary directory
- close() - Method in class net.snowflake.client.core.EventHandler
-
- close() - Method in class net.snowflake.client.core.HttpUtil.HttpInputStream
-
- close() - Method in class net.snowflake.client.core.SFBaseResultSet
-
- close() - Method in class net.snowflake.client.core.SFFixedViewResultSet
-
- close() - Method in class net.snowflake.client.core.SFResultSet
-
- close() - Method in class net.snowflake.client.core.SFSession
-
Close the connection
- close() - Method in class net.snowflake.client.core.SFStatement
-
- close() - Method in class net.snowflake.client.jdbc.FileBackedOutputStream
-
- close() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
Close the connection
- close() - Method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Close telemetry connector and send any unsubmitted logs
- close() - Method in interface net.snowflake.client.loader.Loader
-
Close connections that have been provided upon initialization
- close() - Method in class net.snowflake.client.loader.StreamLoader
-
- close() - Method in class net.snowflake.client.pooling.SnowflakePooledConnection
-
- closeSession(SessionUtil.LoginInput) - Static method in class net.snowflake.client.core.SessionUtil
-
Close a session
- closeTelemetryClient() - Method in class net.snowflake.client.core.SFSession
-
- com.snowflake.client.jdbc - package com.snowflake.client.jdbc
-
- commit() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- compressAndUploadStream(String, String, InputStream, String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
Deprecated.
- computeNeededChunkMemory() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
Compute the memory necessary to store the data of this chunk
- configureCustomProxyProperties(Map<SFSessionProperty, Object>) - Static method in class net.snowflake.client.core.HttpUtil
-
configure custom proxy properties from connectionPropertiesMap
- connect(String, Properties) - Method in class net.snowflake.client.jdbc.SnowflakeDriver
-
Connect method
- Constants - Class in net.snowflake.client.core
-
- Constants() - Constructor for class net.snowflake.client.core.Constants
-
- Constants.OS - Enum in net.snowflake.client.core
-
- containProperty(String) - Method in class net.snowflake.client.core.SFSession
-
- createArrayOf(String, Object[]) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- createBlob() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- createClient(StageInfo, int, RemoteStoreFileEncryptionMaterial) - Method in class net.snowflake.client.jdbc.cloud.storage.StorageClientFactory
-
Creates a storage client based on the value of stageLocationType
- createClob() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- createDefaultExecutorService(String, int) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
-
Returns a new thread pool configured with the default settings.
- createFromAzureListBlobItem(ListBlobItem) - Static method in class net.snowflake.client.jdbc.cloud.storage.StorageObjectSummary
-
Contructs a StorageObjectSummary object from Azure BLOB properties
Using factory methods to create these objects since Azure can throw,
while retrieving the BLOB properties
- createFromS3ObjectSummary(S3ObjectSummary) - Static method in class net.snowflake.client.jdbc.cloud.storage.StorageObjectSummary
-
Contructs a StorageObjectSummary object from the S3 equivalent S3ObjectSummary
- createInstance(SessionUtil.LoginInput) - Static method in class net.snowflake.client.core.SessionUtilExternalBrowser
-
- createLoader(Map<LoaderProperty, Object>, Connection, Connection) - Static method in class net.snowflake.client.loader.LoaderFactory
-
- createNClob() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- createSnowflakeAzureClient(StageInfo, RemoteStoreFileEncryptionMaterial) - Static method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
- createSocket(HttpContext) - Method in class net.snowflake.client.core.SFSSLConnectionSocketFactory
-
- createSQLXML() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- createStageInfo(String, String, Map, String, String, String) - Static method in class net.snowflake.client.jdbc.cloud.storage.StageInfo
-
- createStatement() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
Create a statement
- createStatement(int, int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- createStatement(int, int, int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- createStorageMetadataObj(StageInfo.StageType) - Method in class net.snowflake.client.jdbc.cloud.storage.StorageClientFactory
-
Creates a storage provider specific metadata object,
accessible via the platform independent interface
- createStruct(String, Object[]) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- createTelemetry(Connection, int) - Static method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Initialize the telemetry connector
- createTelemetry(Connection) - Static method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Initialize the telemetry connector
- createTelemetry(SFSession) - Static method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Initialize the telemetry connector
- createTelemetry(SFSession, int) - Static method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Initialize the telemetry connector
- generatedKeyAlwaysReturned() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- generateIncident(SFSession, String, String, String, String, Throwable) - Static method in class net.snowflake.client.core.IncidentUtil
-
- generateIncident(String, String, String, String, String, String, Throwable) - Static method in class net.snowflake.client.core.IncidentUtil
-
Generates an incident report based on the parameters passed in and
triggers an incident with the EventHandler
- generateIncidentId() - Static method in class net.snowflake.client.core.Incident
-
Generates the Incident Identifier.
- generateIncidentWithException(SFSession, String, String, ErrorCode, Object...) - Static method in class net.snowflake.client.core.IncidentUtil
-
Creates an SFException without a cause to be thrown and generates/triggers
an incident based on that exception.
- generateIncidentWithException(SFSession, String, String, Throwable, ErrorCode, Object...) - Static method in class net.snowflake.client.core.IncidentUtil
-
- generateIncidentWithException(String, String, String, String, Throwable, ErrorCode, Object...) - Static method in class net.snowflake.client.core.IncidentUtil
-
Creates an SFException to be thrown and generates/triggers an incident
based on that exception.
- generateIncidentWithException(String, String, String, String, ErrorCode, Object...) - Static method in class net.snowflake.client.core.IncidentUtil
-
- generateIncidentWithSignatureAndException(SFSession, String, String, String, ErrorCode, Object...) - Static method in class net.snowflake.client.core.IncidentUtil
-
Creates an SFException without a cause to be thrown and generates/triggers
an incident based on that exception with the specified signature.
- generateIncidentWithSignatureAndException(String, String, String, String, String, ErrorCode, Object...) - Static method in class net.snowflake.client.core.IncidentUtil
-
- getAccountName() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getAndClearCurrentChunkRowset() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getAndIncrementSequenceId() - Method in class net.snowflake.client.core.SFSession
-
- getAppId() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getApplication() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getAppVersion() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getArgString() - Method in enum net.snowflake.client.core.BasicEvent.QueryState
-
- getArrayBindStage() - Method in class net.snowflake.client.core.SFSession
-
- getArrayBindStageThreshold() - Method in class net.snowflake.client.core.SFSession
-
- getAsciiStream() - Method in class net.snowflake.client.jdbc.SnowflakeClob
-
- getAttributes(String, String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getAuthenticator() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getAutoCommit() - Method in class net.snowflake.client.core.SFSession
-
- getAutoCommit() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getBase() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getBigDecimal(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getBigDecimal(int, int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getBinaryFormatter() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getBindDir() - Method in class net.snowflake.client.core.bind.BindUploader
-
Return the local path to which binds are serialized
- getBindings() - Method in class net.snowflake.client.core.QueryExecDTO
-
- getBindStage() - Method in class net.snowflake.client.core.QueryExecDTO
-
- getBoolean(String) - Static method in class net.snowflake.client.core.ResultUtil
-
Convert snowflake bool to java boolean
- getBoolean(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getBooleanAsString(boolean) - Static method in class net.snowflake.client.core.ResultUtil
-
Convert a boolean to a string
- getBufferSize() - Method in class net.snowflake.client.core.EventHandler
-
Returns current size of the event buffer
- getBytes(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getCatalog() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getCatalogName(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getCatalogName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getCatalogs() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getCatalogSeparator() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getCatalogTerm() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getCause() - Method in class net.snowflake.client.core.SFException
-
- getCause(Throwable) - Static method in class net.snowflake.client.loader.Utils
-
Find the root cause of the exception
- getCell(int, int) - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
Creates a String object for the given cell
- getCharacterStream() - Method in class net.snowflake.client.jdbc.SnowflakeClob
-
- getCharacterStream(long, long) - Method in class net.snowflake.client.jdbc.SnowflakeClob
-
- getChildResults(SFSession, String, JsonNode) - Static method in class net.snowflake.client.core.ResultUtil
-
Return the list of child results provided in a result, if available; otherwise
return an empty list
- getChunkCount() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getChunkDownloader() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getClientInfo() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getClientInfo() - Method in class net.snowflake.client.core.SFSession
-
- getClientInfo(String) - Method in class net.snowflake.client.core.SFSession
-
- getClientInfo() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getClientInfo(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getClientInfoProperties() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getColCount() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getColumnClassName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getColumnCount() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getColumnCount() - Method in class net.snowflake.client.core.SFResultSetMetaData
-
Get number of columns
- getColumnCount() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getColumnDisplaySize(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getColumnDisplaySize(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getColumnIndex(String) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
Get the index of the column by name
- getColumnIndex(String) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getColumnLabel(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getColumnLabel(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getColumnName(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getColumnName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getColumnNames() - Method in class net.snowflake.client.core.SFResultSetMetaData
-
Get the list of column names
- getColumnNames() - Method in enum net.snowflake.client.jdbc.DBMetadataResultSetMetadata
-
- getColumnNames() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getColumnPrivileges(String, String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getColumns(String, String, String, String, boolean) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getColumnSrcDatabase() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getColumnSrcSchema() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getColumnSrcTable() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getColumnType(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getColumnType(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getColumnTypeName(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getColumnTypeName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getColumnTypeNames() - Method in enum net.snowflake.client.jdbc.DBMetadataResultSetMetadata
-
- getColumnTypes() - Method in enum net.snowflake.client.jdbc.DBMetadataResultSetMetadata
-
- getCommandType() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- getCommonParams(JsonNode) - Static method in class net.snowflake.client.core.SessionUtil
-
Helper function to parse a JsonNode from a GS response
containing CommonParameters, emitting an EnumMap of parameters
- getCommonParams() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getConnection() - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- getConnection(String, String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- getConnection() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getConnection() - Method in class net.snowflake.client.pooling.SnowflakePooledConnection
-
- getConnectionTimeout() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getContentEncoding() - Method in class net.snowflake.client.jdbc.cloud.storage.AzureObjectMetadata
-
- getContentEncoding() - Method in class net.snowflake.client.jdbc.cloud.storage.S3ObjectMetadata
-
- getContentEncoding() - Method in class net.snowflake.client.jdbc.cloud.storage.S3StorageObjectMetadata
-
- getContentEncoding() - Method in interface net.snowflake.client.jdbc.cloud.storage.StorageObjectMetadata
-
- getContentLength() - Method in class net.snowflake.client.jdbc.cloud.storage.AzureObjectMetadata
-
- getContentLength() - Method in class net.snowflake.client.jdbc.cloud.storage.S3ObjectMetadata
-
- getContentLength() - Method in class net.snowflake.client.jdbc.cloud.storage.S3StorageObjectMetadata
-
- getContentLength() - Method in interface net.snowflake.client.jdbc.cloud.storage.StorageObjectMetadata
-
- getContext() - Method in class net.snowflake.client.jdbc.telemetryOOB.TelemetryService
-
- getCredentials() - Method in class net.snowflake.client.jdbc.cloud.storage.StageInfo
-
- getCrossReference(String, String, String, String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getCurrentChunkRowCount() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getCurrentMemoryUsage() - Static method in class net.snowflake.client.jdbc.SnowflakeChunkDownloader
-
- getDatabase() - Method in class net.snowflake.client.core.SFSession
-
- getDatabaseMajorVersion() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getDatabaseMajorVersion() - Method in class net.snowflake.client.core.SFSession
-
- getDatabaseMajorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getDatabaseMajorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getDatabaseMinorVersion() - Method in class net.snowflake.client.core.SFSession
-
- getDatabaseMinorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getDatabaseMinorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getDatabaseName() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getDatabaseProductName() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getDatabaseProductVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getDatabaseVersion() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getDatabaseVersion() - Method in class net.snowflake.client.core.SFSession
-
- getDatabaseVersion() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getDate(String, TimeZone, SFSession) - Static method in class net.snowflake.client.core.ResultUtil
-
Convert a date internal object to a Date object in specified timezone.
- getDate(int, TimeZone) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getDate(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getDateAsString(Date, SnowflakeDateTimeFormat) - Static method in class net.snowflake.client.core.ResultUtil
-
Convert a date value into a string
- getDateFormatter() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getDefaultRequestConfigWithSocketTimeout(int, boolean) - Static method in class net.snowflake.client.core.HttpUtil
-
Return a request configuration inheriting from the default request
configuration of the shared HttpClient with a different socket timeout.
- getDefaultTransactionIsolation() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getDeployment() - Method in class net.snowflake.client.jdbc.telemetryOOB.TelemetryEvent
-
- getDesc() - Method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.ResultStatus
-
- getDescribedJobId() - Method in class net.snowflake.client.core.QueryExecDTO
-
- getDescription() - Method in enum net.snowflake.client.core.BasicEvent.QueryState
-
- getDescription() - Method in enum net.snowflake.client.core.Event.EventType
-
- getDigestMetadata(StorageObjectMetadata) - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
Gets digest metadata to the StorageObjectMetadata object
- getDigestMetadata(StorageObjectMetadata) - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
Gets digest metadata to the StorageObjectMetadata object
- getDigestMetadata(StorageObjectMetadata) - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
Gets digest metadata to the StorageObjectMetadata object
- getDouble(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getDownloadCondition() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getDownloadError() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getDownloadFileCallable(StageInfo, String, String, Map<String, SnowflakeFileTransferAgent.FileMetadata>, SnowflakeStorageClient, SFSession, String, int, RemoteStoreFileEncryptionMaterial) - Static method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
A callable that can be executed in a separate thread using executor service.
- getDownloadState() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getDownloadTime() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getDriverMajorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getDriverMinorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getDriverName() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getDriverVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getDumpFileId() - Static method in class net.snowflake.client.core.EventUtil
-
- getDumpPathPrefix() - Static method in class net.snowflake.client.core.EventUtil
-
- getEnableCombineDescribe() - Method in class net.snowflake.client.core.SFSession
-
- getEncryptionKeySize() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
- getEncryptionKeySize() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
- getEncryptionKeySize() - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
- getEncryptionMaterial() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- getEndPoint() - Method in class net.snowflake.client.jdbc.cloud.storage.StageInfo
-
- getErrorCount() - Method in interface net.snowflake.client.loader.LoadResultListener
-
method to get the total number of errors
- getErrorRecordCount() - Method in interface net.snowflake.client.loader.LoadResultListener
-
method to get the total number of error records
- getEvent(int) - Method in class net.snowflake.client.jdbc.telemetryOOB.TelemetryService
-
- getEventClass() - Method in enum net.snowflake.client.core.Event.EventType
-
- getEventHandlerInstance() - Static method in class net.snowflake.client.core.EventUtil
-
- getException() - Method in class net.snowflake.client.loader.LoadingError
-
- getExportedKeys(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getExtraNameCharacters() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getFactory() - Static method in class net.snowflake.client.jdbc.cloud.storage.StorageClientFactory
-
Creates or returns the single instance of the factory object
- getFile() - Method in class net.snowflake.client.jdbc.FileBackedOutputStream
-
- getFile() - Method in class net.snowflake.client.loader.LoadingError
-
- getFinalDatabaseName() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getFinalSchemaName() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getFloat(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getFunctionColumns(String, String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getFunctions(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getHead(Handler) - Method in class net.snowflake.client.log.SFFormatter
-
- getHealthCheckInterval() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getHoldability() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getHttpClient() - Static method in class net.snowflake.client.core.HttpUtil
-
Gets HttpClient with insecureMode false
- getHttpClientConnectionTimeout() - Method in class net.snowflake.client.core.SFSession
-
- getHttpClientSocketTimeout() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getHttpClientSocketTimeout() - Method in class net.snowflake.client.core.SFSession
-
- getId() - Method in enum net.snowflake.client.core.BasicEvent.QueryState
-
- getId() - Method in enum net.snowflake.client.core.Event.EventType
-
- getId() - Method in class net.snowflake.client.loader.BufferStage
-
- getIdentifierQuoteString() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getIdToken() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getIdToken() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getIdToken() - Method in class net.snowflake.client.core.SFSession
-
- getImportedKeys(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getInjectClientPause() - Method in class net.snowflake.client.core.SFSession
-
- getInjectFileUploadFailure() - Method in class net.snowflake.client.core.SFSession
-
- getInjectFileUploadFailure() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getInjectSocketTimeout() - Method in class net.snowflake.client.core.SFSession
-
- getInstance() - Static method in class net.snowflake.client.core.HeartbeatBackground
-
- getInstance() - Static method in class net.snowflake.client.jdbc.telemetryOOB.TelemetryService
-
- getInt(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getInternalColumnType(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getInternalColumnType(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getIsInternal() - Method in class net.snowflake.client.core.QueryExecDTO
-
- getJavaType(SnowflakeType) - Static method in enum net.snowflake.client.jdbc.SnowflakeType
-
- getJDBCMajorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getJDBCMinorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getKey() - Method in class net.snowflake.client.jdbc.cloud.storage.StorageObjectSummary
-
- getKeySize() - Method in class net.snowflake.client.jdbc.MatDesc
-
- getLength() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getListener() - Method in interface net.snowflake.client.loader.Loader
-
- getListener() - Method in class net.snowflake.client.loader.StreamLoader
-
- getLocalPort(ServerSocket) - Method in class net.snowflake.client.core.SessionUtilExternalBrowser
-
Get a port listening
- getLocation() - Method in class net.snowflake.client.jdbc.cloud.storage.StageInfo
-
- getLocation() - Method in class net.snowflake.client.jdbc.cloud.storage.StorageObjectSummary
-
- getLock() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getLogBufferSize() - Method in class net.snowflake.client.core.EventHandler
-
Returns the current size of the log buffer
- getLogger(Class<?>) - Static method in class net.snowflake.client.log.SFLoggerFactory
-
- getLoginTimeout() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getLoginTimeout() - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- getLogWriter() - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- getLong(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getMajorVersion() - Static method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getMajorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDriver
-
- getMasterToken() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getMasterToken() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getMasterTokenValidityInSeconds() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getMatdescKey() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
Returns the material descriptor key
- getMatdescKey() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
Returns the material descriptor key
- getMatdescKey() - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
Returns the material descriptor key
- getMaxBinaryLiteralLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxCatalogNameLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxColumnNameLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxColumnsInTable() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxConnections() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxCursorNameLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getmaxDumpFileSizeBytes() - Static method in class net.snowflake.client.core.EventUtil
-
- getMaxIndexLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxProcedureNameLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxRetries() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
- getMaxRetries() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
- getMaxRetries() - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
- getMaxRowSize() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxStatementLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxStatements() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxTableNameLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxTablesInSelect() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMaxUserNameLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getMD5() - Method in class net.snowflake.client.jdbc.cloud.storage.StorageObjectSummary
-
- getMessage() - Method in class net.snowflake.client.core.Event
-
- getMessage() - Method in class net.snowflake.client.jdbc.telemetry.TelemetryData
-
- getMessageCode() - Method in enum net.snowflake.client.jdbc.ErrorCode
-
- getMetaData() - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getMetaData() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
Return the database metadata
- getMetadataRequestUseConnectionCtx() - Method in class net.snowflake.client.core.SFSession
-
- getMinorVersion() - Static method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getMinorVersion() - Method in class net.snowflake.client.jdbc.SnowflakeDriver
-
- getMoreResults() - Method in class net.snowflake.client.core.SFStatement
-
- getMoreResults(int) - Method in class net.snowflake.client.core.SFStatement
-
Sets the result set to the next one, if available.
- getName() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getName() - Method in enum net.snowflake.client.jdbc.telemetryOOB.TelemetryService.TELEMETRY_SERVER_DEPLOYMENT
-
- getNetworkTimeout() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getNetworkTimeoutInMilli() - Method in class net.snowflake.client.core.SFSession
-
- getNewClientForUpdate() - Method in class net.snowflake.client.core.SFSession
-
- getNewClientForUpdate() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getNewClientForUpgrade() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getNextChunkToConsume() - Method in class net.snowflake.client.jdbc.SnowflakeChunkDownloader
-
The method does the following:
- getNextRow() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- getNextRow() - Method in interface net.snowflake.client.jdbc.SnowflakeFixedView
-
- getNumberOfBinds() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getNumberOfBinds() - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getNumberOfBinds() - Method in class net.snowflake.client.core.SFStatementMetaData
-
- getNumericFunctions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getObject(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getObjectInternal(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getObjectInternal(int) - Method in class net.snowflake.client.core.SFFixedViewResultSet
-
- getObjectInternal(int) - Method in class net.snowflake.client.core.SFResultSet
-
- getObjectMapper() - Static method in class net.snowflake.client.core.ObjectMapperFactory
-
- getObjectMetadata(String, String) - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
Returns the metadata properties for a remote storage object
- getObjectMetadata(String, String) - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
- getObjectMetadata(String, String) - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
Returns the metadata properties for a remote storage object
- getOriginalProviderException() - Method in exception net.snowflake.client.jdbc.cloud.storage.StorageProviderException
-
Method to obtain the original provider exception that led to this
exception being thrown.
- getOS() - Static method in class net.snowflake.client.core.Constants
-
- getParameters() - Method in class net.snowflake.client.core.QueryExecDTO
-
- getParameters() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getParams() - Method in class net.snowflake.client.core.SFException
-
- getParentLogger() - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- getParentLogger() - Method in class net.snowflake.client.jdbc.SnowflakeDriver
-
- getParseTime() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getPasscode() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getPassword() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getPooledConnection() - Method in class net.snowflake.client.pooling.SnowflakeConnectionPoolDataSource
-
- getPooledConnection(String, String) - Method in class net.snowflake.client.pooling.SnowflakeConnectionPoolDataSource
-
- getPrecision(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getPrecision() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getPrecision(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getPrefix() - Method in class net.snowflake.client.loader.LoadingError
-
- getPrimaryKeys(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getPrivateKey() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getProcedureColumns(String, String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getProcedures(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getProcedureTerm() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getProperty(LoadingError.ErrorProperty) - Method in class net.snowflake.client.loader.LoadingError
-
- getPropertyInfo(String, Properties) - Method in class net.snowflake.client.jdbc.SnowflakeDriver
-
- getPropertyKey() - Method in enum net.snowflake.client.core.SFSessionProperty
-
- getPseudoColumns(String, String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getQueryId() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getQueryId() - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getQueryId() - Method in class net.snowflake.client.core.SFException
-
- getQueryId() - Method in class net.snowflake.client.core.SFFixedViewResultSet
-
- getQueryId() - Method in class net.snowflake.client.core.SFResultSet
-
- getQueryId() - Method in class net.snowflake.client.core.SFResultSetMetaData
-
get the query id
- getQueryId() - Method in class net.snowflake.client.jdbc.MatDesc
-
- getQueryId() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getQueryId() - Method in exception net.snowflake.client.jdbc.SnowflakeSQLException
-
- getQueryResult(JsonNode, String, StmtUtil.StmtInput) - Static method in class net.snowflake.client.core.StmtUtil
-
Issue get-result call to get query result given an in-progress response.
- getQueryResult(String, StmtUtil.StmtInput) - Static method in class net.snowflake.client.core.StmtUtil
-
Issue get-result call to get query result given an in-progress response.
- getQueryResultJSON(String, SFSession) - Static method in class net.snowflake.client.core.StmtUtil
-
Issue get-result call to get query result given an in progress response.
- getQuerySubmissionTime() - Method in class net.snowflake.client.core.QueryExecDTO
-
- getQueryTimeout() - Method in class net.snowflake.client.core.SFSession
-
- getRegion() - Method in class net.snowflake.client.jdbc.cloud.storage.StageInfo
-
- getRemMeToken() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getRequestConfigWithoutcookies() - Static method in class net.snowflake.client.core.HttpUtil
-
Return a request configuration inheriting from the default request
configuration of the shared HttpClient with the coopkie spec set to ignore.
- getResult() - Method in class net.snowflake.client.core.StmtUtil.StmtOutput
-
- getResultColumnMetadata() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getResultSet() - Method in class net.snowflake.client.core.SFStatement
-
- getResultSet() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- getResultSetHoldability() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getResultSetMetaData() - Method in class net.snowflake.client.core.SFStatementMetaData
-
- getResultVersion() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getRetryBackoffMaxExponent() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
- getRetryBackoffMaxExponent() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
- getRetryBackoffMaxExponent() - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
Returns the max exponent for multiplying backoff with the power of 2, the value
of 4 will give us 16secs as the max number of time to sleep before retry
- getRetryBackoffMin() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
- getRetryBackoffMin() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
- getRetryBackoffMin() - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
- getRole() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getRole() - Method in class net.snowflake.client.core.SFSession
-
- getRootCause(Exception) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
-
- getRow() - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getRowCount() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getRowIdLifetime() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getScale(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getScale() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getScale(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getSchema() - Method in class net.snowflake.client.core.SFSession
-
- getSchema() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getSchemaName() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getSchemaName(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getSchemaName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getSchemas() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getSchemas(String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getSchemaTerm() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getSearchStringEscape() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getSendResultTime() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getSequenceId() - Method in class net.snowflake.client.core.QueryExecDTO
-
Deprecated.
- getServerDeploymentName() - Method in class net.snowflake.client.jdbc.telemetryOOB.TelemetryService
-
- getServerSocket() - Method in class net.snowflake.client.core.SessionUtilExternalBrowser
-
Gets a free port on localhost
- getServerUrl() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getServerUrl() - Method in class net.snowflake.client.core.SFSession
-
- getServiceName() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getServiceName() - Method in class net.snowflake.client.core.SFSession
-
Gets the service name provided from GS.
- getSession() - Method in class net.snowflake.client.core.SFStatement
-
- getSessionDatabase() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getSessionParameters() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getSessionRole() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getSessionSchema() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getSessionToken() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getSessionToken() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- getSessionToken() - Method in class net.snowflake.client.core.SFSession
-
get session token
- getSfSession() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getSFSessionProperty(String) - Method in class net.snowflake.client.core.SFSession
-
- getSFTime(String, int, SFSession) - Static method in class net.snowflake.client.core.ResultUtil
-
Convert a time internal value (scaled number of seconds + fractional
seconds) into an SFTime.
- getSFTimeAsString(SFTime, int, SnowflakeDateTimeFormat) - Static method in class net.snowflake.client.core.ResultUtil
-
Convert a time value into a string
- getSFTimestamp(String, int, int, long, TimeZone, SFSession) - Static method in class net.snowflake.client.core.ResultUtil
-
Convert a timestamp internal value (scaled number of seconds + fractional
seconds) into a SFTimestamp.
- getSFTimestampAsString(SFTimestamp, int, int, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat, SFSession) - Static method in class net.snowflake.client.core.ResultUtil
-
Convert a SFTimestamp to a string value.
- getShort(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getSize() - Method in class net.snowflake.client.jdbc.cloud.storage.StorageObjectSummary
-
- getSmkId() - Method in class net.snowflake.client.jdbc.MatDesc
-
- getSocketTimeout() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getSQLKeywords() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getSqlState() - Method in class net.snowflake.client.core.SFException
-
- getSqlState() - Method in enum net.snowflake.client.jdbc.ErrorCode
-
- getSQLStateType() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getSqlText() - Method in class net.snowflake.client.core.QueryExecDTO
-
- getSqlWarnings() - Method in class net.snowflake.client.core.SFSession
-
- getSrcToMaterialsMap() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- getStage() - Method in class net.snowflake.client.loader.LoadingError
-
- getStageCredentials() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- getStageInfo() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- getStageLocation() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- getStagePath() - Method in class net.snowflake.client.core.bind.BindUploader
-
Return the stage path to which binds are uploaded
- getStageType() - Method in class net.snowflake.client.jdbc.cloud.storage.StageInfo
-
- getStatementType() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getStatementType() - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getStatementType() - Method in class net.snowflake.client.core.SFFixedViewResultSet
-
- getStatementType() - Method in class net.snowflake.client.core.SFResultSet
-
- getStatementType() - Method in class net.snowflake.client.core.SFStatementMetaData
-
- getStatementTypeId() - Method in enum net.snowflake.client.core.SFStatementType
-
- getStorageAccount() - Method in class net.snowflake.client.jdbc.cloud.storage.StageInfo
-
- getString(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getStringFunctions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getSubmittedRowCount() - Method in interface net.snowflake.client.loader.LoadResultListener
-
Gets the number of submitted row
- getSubString(long, int) - Method in class net.snowflake.client.jdbc.SnowflakeClob
-
- getSuperTables(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getSystemFunctions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getTableName(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
-
- getTableName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- getTablePrivileges(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getTables(String, String, String, String[]) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getTableTypes() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
Snowflake supports the following table types:
table, temporary, transient, and view
- getTail(Handler) - Method in class net.snowflake.client.log.SFFormatter
-
- getTarget() - Method in class net.snowflake.client.loader.LoadingError
-
- getTelemetryClient() - Method in class net.snowflake.client.core.SFSession
-
- getTime(int) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getTimeDateFunctions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getTimeFormatter() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getTimestamp(int, TimeZone) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- getTimeStamp() - Method in class net.snowflake.client.jdbc.telemetry.TelemetryData
-
- getTimestampLTZFormatter() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getTimestampMappedType() - Method in class net.snowflake.client.core.SFSession
-
- getTimestampNTZFormatter() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getTimestampTZFormatter() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getTimeZone() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
-
- getToken() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getTotalRows() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- getTotalRows() - Method in interface net.snowflake.client.jdbc.SnowflakeFixedView
-
- getTransactionIsolation() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getType() - Method in class net.snowflake.client.core.Event
-
- getType() - Method in class net.snowflake.client.core.ParameterBindingDTO
-
- getType() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getTypeInfo() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getTypeMap() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- getTypeName() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- getUDTs(String, String, String, int[]) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getUncompressedSize() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getUploadFileCallable(StageInfo, String, SnowflakeFileTransferAgent.FileMetadata, SnowflakeStorageClient, SFSession, String, InputStream, boolean, int, File, RemoteStoreFileEncryptionMaterial) - Static method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
A callable that can be executed in a separate thread using exeuctor service.
- getUrl() - Method in class net.snowflake.client.core.SFSession
-
- getUrl() - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- getURL() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getUrl() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- getURL() - Method in enum net.snowflake.client.jdbc.telemetryOOB.TelemetryService.TELEMETRY_SERVER_DEPLOYMENT
-
- getUser() - Method in class net.snowflake.client.core.SFSession
-
- getUserMetadata() - Method in class net.snowflake.client.jdbc.cloud.storage.AzureObjectMetadata
-
- getUserMetadata() - Method in class net.snowflake.client.jdbc.cloud.storage.S3ObjectMetadata
-
- getUserMetadata() - Method in class net.snowflake.client.jdbc.cloud.storage.S3StorageObjectMetadata
-
- getUserMetadata() - Method in interface net.snowflake.client.jdbc.cloud.storage.StorageObjectMetadata
-
- getUserName() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getUserName() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getValue() - Method in class net.snowflake.client.core.ParameterBindingDTO
-
- getValueType() - Method in enum net.snowflake.client.core.SFSessionProperty
-
- getVendorCode() - Method in class net.snowflake.client.core.SFException
-
- getVersionColumns(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- getWarehouse() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- getWarehouse() - Method in class net.snowflake.client.core.SFSession
-
- getWarnings() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- S3ObjectMetadata - Class in net.snowflake.client.jdbc.cloud.storage
-
s3 implementation of platform independent StorageObjectMetadata interface,
wraps an S3 ObjectMetadata class
- S3ObjectSummariesIterator - Class in net.snowflake.client.jdbc.cloud.storage
-
Iterator class for ObjectSummary objects on S3
Wraps an iterator of S3 object summaries and returns platform independent instances (StorageObjectSummary)
- S3ObjectSummariesIterator(List<S3ObjectSummary>) - Constructor for class net.snowflake.client.jdbc.cloud.storage.S3ObjectSummariesIterator
-
- S3StorageObjectMetadata - Class in net.snowflake.client.jdbc.cloud.storage
-
Implementation of StorageObjectMetadata for S3 for remote storage object metadata.
- S3StorageObjectMetadata(ObjectMetadata) - Constructor for class net.snowflake.client.jdbc.cloud.storage.S3StorageObjectMetadata
-
- SecretDetector - Class in net.snowflake.client.util
-
Search for credentials in a sql text
- SecretDetector() - Constructor for class net.snowflake.client.util.SecretDetector
-
- sendBatch() - Method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Send all cached logs to server
- sendLog(TelemetryData) - Method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Send a log to the server, along with any existing logs waiting to be sent
- sendLog(ObjectNode, long) - Method in class net.snowflake.client.jdbc.telemetry.Telemetry
-
Send a log to the server, along with any existing logs waiting to be sent
- SERVICE_NAME - Static variable in class net.snowflake.client.core.SessionUtil
-
- session - Variable in class net.snowflake.client.core.SFBaseResultSet
-
- SESSION_EXPIRED_GS_CODE - Static variable in class net.snowflake.client.core.Constants
-
- SessionUtil - Class in net.snowflake.client.core
-
Created by jhuang on 1/23/16.
- SessionUtil() - Constructor for class net.snowflake.client.core.SessionUtil
-
- SessionUtil.LoginInput - Class in net.snowflake.client.core
-
A class for holding all information required for login
- SessionUtil.LoginOutput - Class in net.snowflake.client.core
-
Login output information including session tokens, database versions
- SessionUtilExternalBrowser - Class in net.snowflake.client.core
-
SAML 2.0 Compliant service/application federated authentication
1.
- SessionUtilExternalBrowser(SessionUtil.LoginInput, SessionUtilExternalBrowser.AuthExternalBrowserHandlers) - Constructor for class net.snowflake.client.core.SessionUtilExternalBrowser
-
- SessionUtilExternalBrowser.AuthExternalBrowserHandlers - Interface in net.snowflake.client.core
-
- setAccount(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setAccountName(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setAppId(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setApplication(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setAppVersion(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setArrayBindStage(String) - Method in class net.snowflake.client.core.SFSession
-
- setArrayBindStageThreshold(int) - Method in class net.snowflake.client.core.SFSession
-
- setAsciiStream(long) - Method in class net.snowflake.client.jdbc.SnowflakeClob
-
- setAuthenticator(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setAuthenticator(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setAutoCommit(boolean) - Method in class net.snowflake.client.core.SFSession
-
- setAutoCommit(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setBindings(Map<String, ParameterBindingDTO>) - Method in class net.snowflake.client.core.QueryExecDTO
-
- setBindStage(String) - Method in class net.snowflake.client.core.QueryExecDTO
-
- setCatalog(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setCharacterStream(long) - Method in class net.snowflake.client.jdbc.SnowflakeClob
-
- setClientInfo(Properties) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setClientInfo(Properties) - Method in class net.snowflake.client.core.SFSession
-
- setClientInfo(String, String) - Method in class net.snowflake.client.core.SFSession
-
- setClientInfo(Properties) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setClientInfo(String, String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setClientTelemetryEnabled(boolean) - Method in class net.snowflake.client.core.SFSession
-
- setCommonParams(Map<String, Object>) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setCompressSourceFromStream(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- setConnectionTimeout(int) - Method in class net.snowflake.client.core.ResultUtil.ResultInput
-
- setConnectionTimeout(int) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setContentEncoding(String) - Method in class net.snowflake.client.jdbc.cloud.storage.AzureObjectMetadata
-
Sets the optional Content-Encoding HTTP header specifying what content encodings,
have been applied to the object and what decoding mechanisms must be applied,
in order to obtain the media-type referenced by the Content-Type field.
- setContentEncoding(String) - Method in class net.snowflake.client.jdbc.cloud.storage.S3ObjectMetadata
-
- setContentEncoding(String) - Method in class net.snowflake.client.jdbc.cloud.storage.S3StorageObjectMetadata
-
Sets the optional Content-Encoding HTTP header specifying what content encodings,
have been applied to the object and what decoding mechanisms must be applied,
in order to obtain the media-type referenced by the Content-Type field.
- setContentEncoding(String) - Method in interface net.snowflake.client.jdbc.cloud.storage.StorageObjectMetadata
-
Sets the optional Content-Encoding HTTP header specifying what content encodings,
have been applied to the object and what decoding mechanisms must be applied,
in order to obtain the media-type referenced by the Content-Type field.
- setContentLength(long) - Method in class net.snowflake.client.jdbc.cloud.storage.AzureObjectMetadata
-
Sets size of the associated object in bytes
- setContentLength(long) - Method in class net.snowflake.client.jdbc.cloud.storage.S3ObjectMetadata
-
- setContentLength(long) - Method in class net.snowflake.client.jdbc.cloud.storage.S3StorageObjectMetadata
-
Sets size of the associated object in bytes
- setContentLength(long) - Method in interface net.snowflake.client.jdbc.cloud.storage.StorageObjectMetadata
-
Sets size of the associated object in bytes
- setCredentials(Map) - Method in class net.snowflake.client.jdbc.cloud.storage.StageInfo
-
- setDatabase(String) - Method in class net.snowflake.client.core.SFSession
-
- setDatabaseMajorVersion(int) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setDatabaseMinorVersion(int) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setDatabaseName(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setDatabaseName(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setDatabaseVersion(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setDeployment(TelemetryService.TELEMETRY_SERVER_DEPLOYMENT) - Method in class net.snowflake.client.jdbc.telemetryOOB.TelemetryService
-
- setDescribedJobId(String) - Method in class net.snowflake.client.core.QueryExecDTO
-
- setDescribeOnly(boolean) - Method in class net.snowflake.client.core.QueryExecDTO
-
- setDestFileNameForStreamSource(String) - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- setDisableIncidents(boolean) - Static method in class net.snowflake.client.jdbc.SnowflakeDriver
-
- setDownloadError(String) - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- setDownloadState(SnowflakeResultChunk.DownloadState) - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- setDownloadTime(long) - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- setEnableCombineDescribe(boolean) - Method in class net.snowflake.client.core.SFSession
-
- setEnableHeartbeat(boolean) - Method in class net.snowflake.client.core.SFSession
-
- setExecuteReturnCountForDML(boolean) - Method in class net.snowflake.client.core.SFSession
-
- setFileSize(int) - Method in class net.snowflake.client.core.bind.BindUploader
-
Set the approximate maximum size in bytes for a single bind file
- setFixed(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- setHasUnsupportedStageBind(boolean) - Method in class net.snowflake.client.core.SFStatement
-
- setHealthCheckInterval(int) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setHoldability(int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setHttpClientSocketTimeout(int) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setId(String) - Method in class net.snowflake.client.loader.BufferStage
-
- setIdToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setIdToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setInjectClientPause(int) - Method in class net.snowflake.client.core.SFSession
-
- setInjectedDelay(int) - Method in class net.snowflake.client.core.SFSession
-
- setInjectedDelay(int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setInjectFileUploadFailure(String) - Method in class net.snowflake.client.core.SFSession
-
- setInjectFileUploadFailure(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setInjectSocketTimeout(int) - Method in class net.snowflake.client.core.SFSession
-
- setIsInternal(boolean) - Method in class net.snowflake.client.core.QueryExecDTO
-
- setJdbcTreatDecimalAsInt(boolean) - Method in class net.snowflake.client.core.SFSession
-
- setLength(int) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- setLevel(Level) - Static method in class net.snowflake.client.log.JDK14Logger
-
- setListener(LoadResultListener) - Method in interface net.snowflake.client.loader.Loader
-
- setListener(LoadResultListener) - Method in class net.snowflake.client.loader.StreamLoader
-
- setLoginTimeout(int) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setLoginTimeout(int) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setLogWriter(PrintWriter) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setMasterToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setMasterToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setMessage(String) - Method in class net.snowflake.client.core.Event
-
- setMetadataRequestUseConnectionCtx(boolean) - Method in class net.snowflake.client.core.SFSession
-
- setName(String) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- setNetworkTimeout(Executor, int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setNetworkTimeoutInMilli(int) - Method in class net.snowflake.client.core.ResultUtil.ResultInput
-
- setNewClientForUpgrade(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setNullable(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- setNumberOfBinds(int) - Method in class net.snowflake.client.core.SFStatementMetaData
-
- setParameters(Map<String, Object>) - Method in class net.snowflake.client.core.QueryExecDTO
-
- setParseTime(long) - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- setPasscode(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setPasscodeInPassword(boolean) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setPassword(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setPassword(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setPortNumber(int) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setPrecision(int) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- setPrivateKey(PrivateKey) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setProperty(LoaderProperty, Object) - Method in interface net.snowflake.client.loader.Loader
-
- setProperty(LoadingError.ErrorProperty, String) - Method in class net.snowflake.client.loader.LoadingError
-
- setProperty(LoaderProperty, Object) - Method in class net.snowflake.client.loader.StreamLoader
-
- setQuerySubmissionTime(long) - Method in class net.snowflake.client.core.QueryExecDTO
-
- setReadOnly(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setRemMeToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setResultColumnCaseInsensitive(boolean) - Method in class net.snowflake.client.core.SFSession
-
- setResultData(JsonNode) - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
-
Deprecated.
- setResultJSON(JsonNode) - Method in class net.snowflake.client.core.ResultUtil.ResultInput
-
- setResultSetMetaData(SFResultSetMetaData) - Method in class net.snowflake.client.core.SFStatementMetaData
-
- setRole(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setRole(String) - Method in class net.snowflake.client.core.SFSession
-
- setRole(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setSavepoint() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setSavepoint(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setScale(int) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- setSchema(String) - Method in class net.snowflake.client.core.SFSession
-
- setSchema(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setSchema(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setSchemaName(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setSequenceId(Integer) - Method in class net.snowflake.client.core.QueryExecDTO
-
Deprecated.
- setServerName(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setServerUrl(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setServiceName(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setServiceName(String) - Method in class net.snowflake.client.core.SFSession
-
Sets the service name provided from GS.
- setSession(SFSession) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- setSessionDatabase(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setSessionParameters(Map<String, Object>) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setSessionSchema(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setSessionToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setSessionToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
-
- setSocketTimeout(int) - Method in class net.snowflake.client.core.ResultUtil.ResultInput
-
- setSocketTimeout(int) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setSocksProxyDisabled(boolean) - Static method in class net.snowflake.client.core.HttpUtil
-
Enables/disables use of the SOCKS proxy when creating sockets
- setSourceStream(InputStream) - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- setSqlText(String) - Method in class net.snowflake.client.core.QueryExecDTO
-
- setSsl(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setState(BufferStage.State) - Method in class net.snowflake.client.loader.BufferStage
-
- setStatementType(SFStatementType) - Method in class net.snowflake.client.core.SFBaseResultSet
-
- setStatementType(SFStatementType) - Method in class net.snowflake.client.core.SFFixedViewResultSet
-
- setStatementType(SFStatementType) - Method in class net.snowflake.client.core.SFResultSet
-
- setStoreTemporaryCredential(boolean) - Method in class net.snowflake.client.core.SFSession
-
- setString(long, String) - Method in class net.snowflake.client.jdbc.SnowflakeClob
-
- setString(long, String, int, int) - Method in class net.snowflake.client.jdbc.SnowflakeClob
-
- setTerminate(boolean) - Method in class net.snowflake.client.loader.BufferStage
-
- setTimestampMappedType(SnowflakeType) - Method in class net.snowflake.client.core.SFSession
-
- setToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setTransactionIsolation(int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setType(Event.EventType) - Method in class net.snowflake.client.core.Event
-
- setType(String) - Method in class net.snowflake.client.core.ParameterBindingDTO
-
- setType(int) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- setTypeMap(Map<String, Class<?>>) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
- setTypeName(String) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- setUrl(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setUser(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- setUserName(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setWarehouse(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
-
- setWarehouse(String) - Method in class net.snowflake.client.core.SFSession
-
- setWarehouse(String) - Method in class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- SF_HEADER_AUTHORIZATION - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_HEADER_AUTHORIZATION - Static variable in class net.snowflake.client.core.SFSession
-
- SF_HEADER_BASIC_AUTHTYPE - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_HEADER_SNOWFLAKE_AUTHTYPE - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_HEADER_SNOWFLAKE_AUTHTYPE - Static variable in class net.snowflake.client.core.SFSession
-
- SF_HEADER_TOKEN_TAG - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_HEADER_TOKEN_TAG - Static variable in class net.snowflake.client.core.SFSession
-
- SF_PATH_AUTHENTICATOR_REQUEST - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_QUERY_DATABASE - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_QUERY_REQUEST_ID - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_QUERY_REQUEST_ID - Static variable in class net.snowflake.client.core.SFSession
-
- SF_QUERY_ROLE - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_QUERY_SCHEMA - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_QUERY_SESSION_DELETE - Static variable in class net.snowflake.client.core.SessionUtil
-
- SF_QUERY_WAREHOUSE - Static variable in class net.snowflake.client.core.SessionUtil
-
- SFBaseResultSet - Class in net.snowflake.client.core
-
Base class for query result set and metadata result set
- SFBaseResultSet() - Constructor for class net.snowflake.client.core.SFBaseResultSet
-
- SFChildResult - Class in net.snowflake.client.core
-
Data class to wrap information about child job results
- SFChildResult(String, SFStatementType) - Constructor for class net.snowflake.client.core.SFChildResult
-
- SFException - Class in net.snowflake.client.core
-
Created by jhuang on 1/5/16.
- SFException(ErrorCode, Object...) - Constructor for class net.snowflake.client.core.SFException
-
- SFException(Throwable, ErrorCode, Object...) - Constructor for class net.snowflake.client.core.SFException
-
- SFFixedViewResultSet - Class in net.snowflake.client.core
-
Fixed view result set.
- SFFixedViewResultSet(SnowflakeFixedView, SnowflakeFileTransferAgent.CommandType) - Constructor for class net.snowflake.client.core.SFFixedViewResultSet
-
- SFFormatter - Class in net.snowflake.client.log
-
SFFormatter
- SFFormatter() - Constructor for class net.snowflake.client.log.SFFormatter
-
- SFLogger - Interface in net.snowflake.client.log
-
Interface used by JDBC driver to log information
- SFLoggerFactory - Class in net.snowflake.client.log
-
Used to create SFLogger instance
- SFLoggerFactory() - Constructor for class net.snowflake.client.log.SFLoggerFactory
-
- SFPair<L,R> - Class in net.snowflake.client.util
-
Created by hyu on 2/1/18.
- SFResultSet - Class in net.snowflake.client.core
-
Snowflake ResultSet implementation
- SFResultSet(JsonNode, SFStatement, boolean) - Constructor for class net.snowflake.client.core.SFResultSet
-
Constructor takes a result from the API response that we get from
executing a SQL statement.
- SFResultSetMetaData - Class in net.snowflake.client.core
-
Snowflake ResultSetMetaData
- SFResultSetMetaData(int, List<String>, List<String>, List<Integer>, SFSession) - Constructor for class net.snowflake.client.core.SFResultSetMetaData
-
- SFResultSetMetaData(List<SnowflakeColumnMetadata>, SFSession, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat) - Constructor for class net.snowflake.client.core.SFResultSetMetaData
-
- SFResultSetMetaData(List<SnowflakeColumnMetadata>, String, SFSession, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat, SnowflakeDateTimeFormat) - Constructor for class net.snowflake.client.core.SFResultSetMetaData
-
- SFSession - Class in net.snowflake.client.core
-
Snowflake session implementation
- SFSession() - Constructor for class net.snowflake.client.core.SFSession
-
- SFSessionProperty - Enum in net.snowflake.client.core
-
session properties accepted for opening a new session.
- SFSSLConnectionSocketFactory - Class in net.snowflake.client.core
-
Snowflake custom SSLConnectionSocketFactory
- SFSSLConnectionSocketFactory(TrustManager[], boolean) - Constructor for class net.snowflake.client.core.SFSSLConnectionSocketFactory
-
- SFStatement - Class in net.snowflake.client.core
-
Snowflake statement
- SFStatement(SFSession) - Constructor for class net.snowflake.client.core.SFStatement
-
- SFStatement.CallingMethod - Enum in net.snowflake.client.core
-
- SFStatementMetaData - Class in net.snowflake.client.core
-
Statement metadata which includes the result metadata and bind information.
- SFStatementType - Enum in net.snowflake.client.core
-
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
- shutdown() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeAzureClient
-
shuts down the client
- shutdown() - Method in class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
- shutdown() - Method in interface net.snowflake.client.jdbc.cloud.storage.SnowflakeStorageClient
-
shuts down the client
- SIGNATURE - Static variable in class net.snowflake.client.core.IncidentUtil
-
- size() - Method in class net.snowflake.client.jdbc.telemetryOOB.TelemetryService
-
- skip(long) - Method in class net.snowflake.client.core.HttpUtil.HttpInputStream
-
- SLF4JLogger - Class in net.snowflake.client.log
-
Created by hyu on 11/17/16.
- SLF4JLogger(Class<?>) - Constructor for class net.snowflake.client.log.SLF4JLogger
-
- SMK_ID - Static variable in class net.snowflake.client.jdbc.MatDesc
-
MatDesc key for stage master key ID
- SnowflakeAzureClient - Class in net.snowflake.client.jdbc.cloud.storage
-
Encapsulates the Azure Storage client
and all Azure Storage operations and logic
- SnowflakeBasicDataSource - Class in net.snowflake.client.jdbc
-
Created by hyu on 5/11/17.
- SnowflakeBasicDataSource() - Constructor for class net.snowflake.client.jdbc.SnowflakeBasicDataSource
-
- SnowflakeChunkDownloader - Class in net.snowflake.client.jdbc
-
Class for managing async download of offline result chunks
- SnowflakeChunkDownloader(int, JsonNode, int, String, JsonNode, int, boolean, long, boolean) - Constructor for class net.snowflake.client.jdbc.SnowflakeChunkDownloader
-
Constructor to initialize downloader
- SnowflakeChunkDownloader.Metrics - Class in net.snowflake.client.jdbc
-
- SnowflakeClob - Class in net.snowflake.client.jdbc
-
A simple Clob implementation using String
- SnowflakeClob() - Constructor for class net.snowflake.client.jdbc.SnowflakeClob
-
- SnowflakeClob(String) - Constructor for class net.snowflake.client.jdbc.SnowflakeClob
-
- SnowflakeColumnMetadata - Class in net.snowflake.client.jdbc
-
- SnowflakeColumnMetadata(String, int, boolean, int, int, int, String, boolean, SnowflakeType, String, String, String) - Constructor for class net.snowflake.client.jdbc.SnowflakeColumnMetadata
-
- SnowflakeConnectionPoolDataSource - Class in net.snowflake.client.pooling
-
- SnowflakeConnectionPoolDataSource() - Constructor for class net.snowflake.client.pooling.SnowflakeConnectionPoolDataSource
-
- SnowflakeConnectionV1 - Class in net.snowflake.client.jdbc
-
Snowflake connection implementation
- SnowflakeConnectionV1(String, Properties) - Constructor for class net.snowflake.client.jdbc.SnowflakeConnectionV1
-
A connection will establish a session token from snowflake
- SnowflakeDatabaseMetaData - Class in net.snowflake.client.jdbc
-
- SnowflakeDatabaseMetaData(Connection) - Constructor for class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- SnowflakeDriver - Class in com.snowflake.client.jdbc
-
This is left in to ensure backward compatibility for old customers that
are still using the legacy com.snowflake.client.jdbc.SnowflakeDriver.
- SnowflakeDriver() - Constructor for class com.snowflake.client.jdbc.SnowflakeDriver
-
- SnowflakeDriver - Class in net.snowflake.client.jdbc
-
JDBC Driver implementation of Snowflake for production.
- SnowflakeDriver() - Constructor for class net.snowflake.client.jdbc.SnowflakeDriver
-
- SnowflakeFileTransferAgent - Class in net.snowflake.client.jdbc
-
Class for uploading/downloading files
- SnowflakeFileTransferAgent(String, SFSession, SFStatement) - Constructor for class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- SnowflakeFileTransferAgent.CommandType - Enum in net.snowflake.client.jdbc
-
- SnowflakeFileTransferAgent.DownloadCommandEncryptionFacade - Class in net.snowflake.client.jdbc
-
- SnowflakeFileTransferAgent.DownloadCommandFacade - Class in net.snowflake.client.jdbc
-
A class for encapsulating the columns to return for the download command
- SnowflakeFileTransferAgent.FileCompressionType - Enum in net.snowflake.client.jdbc
-
- SnowflakeFileTransferAgent.ResultStatus - Enum in net.snowflake.client.jdbc
-
Result status enum
- SnowflakeFileTransferAgent.UploadColumns - Enum in net.snowflake.client.jdbc
-
A class for encapsulating the columns to return for the upload command
- SnowflakeFileTransferAgent.UploadCommandEncryptionFacade - Class in net.snowflake.client.jdbc
-
- SnowflakeFileTransferAgent.UploadCommandFacade - Class in net.snowflake.client.jdbc
-
- SnowflakeFixedView - Interface in net.snowflake.client.jdbc
-
An interface to use for returning query results from any java class
- SnowflakePooledConnection - Class in net.snowflake.client.pooling
-
Snowflake implementation of pooled connection
- SnowflakeReauthenticationRequest - Exception in net.snowflake.client.jdbc
-
SnowflakeReauthenticationRequest signals the reauthentication used for SSO
- SnowflakeReauthenticationRequest(String, String, String, int) - Constructor for exception net.snowflake.client.jdbc.SnowflakeReauthenticationRequest
-
- SnowflakeResultChunk - Class in net.snowflake.client.jdbc
-
Class for result chunk
- SnowflakeResultChunk(String, int, int, int, boolean) - Constructor for class net.snowflake.client.jdbc.SnowflakeResultChunk
-
- SnowflakeResultChunk.DownloadState - Enum in net.snowflake.client.jdbc
-
- SnowflakeResultSetMetaData - Class in net.snowflake.client.jdbc
-
Snowflake ResultSetMetaData
- SnowflakeResultSetMetaData() - Constructor for class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- SnowflakeResultSetMetaData(int, List<String>, List<String>, List<Integer>, SFSession) - Constructor for class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
-
- SnowflakeS3Client - Class in net.snowflake.client.jdbc.cloud.storage
-
Wrapper around AmazonS3Client.
- SnowflakeS3Client(Map, ClientConfiguration, RemoteStoreFileEncryptionMaterial, String) - Constructor for class net.snowflake.client.jdbc.cloud.storage.SnowflakeS3Client
-
- SnowflakeSimulatedUploadFailure - Exception in net.snowflake.client.jdbc
-
Snowflake Loader exception for Test.
- SnowflakeSimulatedUploadFailure() - Constructor for exception net.snowflake.client.jdbc.SnowflakeSimulatedUploadFailure
-
- SnowflakeSimulatedUploadFailure(String) - Constructor for exception net.snowflake.client.jdbc.SnowflakeSimulatedUploadFailure
-
- SnowflakeSQLException - Exception in net.snowflake.client.jdbc
-
- SnowflakeSQLException(String, String, String, int) - Constructor for exception net.snowflake.client.jdbc.SnowflakeSQLException
-
This constructor should only be used for error from
Global service.
- SnowflakeSQLException(String, int) - Constructor for exception net.snowflake.client.jdbc.SnowflakeSQLException
-
- SnowflakeSQLException(String, int, Object...) - Constructor for exception net.snowflake.client.jdbc.SnowflakeSQLException
-
- SnowflakeSQLException(Throwable, String, int) - Constructor for exception net.snowflake.client.jdbc.SnowflakeSQLException
-
- SnowflakeSQLException(Throwable, String, int, Object...) - Constructor for exception net.snowflake.client.jdbc.SnowflakeSQLException
-
- SnowflakeSQLException(ErrorCode, Object...) - Constructor for exception net.snowflake.client.jdbc.SnowflakeSQLException
-
- SnowflakeSQLException(SFException) - Constructor for exception net.snowflake.client.jdbc.SnowflakeSQLException
-
- SnowflakeStorageClient - Interface in net.snowflake.client.jdbc.cloud.storage
-
Interface for storage client provider implementations
- SnowflakeType - Enum in net.snowflake.client.jdbc
-
Type converters
- SnowflakeType.JavaDataType - Enum in net.snowflake.client.jdbc
-
- SnowflakeUtil - Class in net.snowflake.client.jdbc
-
- SnowflakeUtil() - Constructor for class net.snowflake.client.jdbc.SnowflakeUtil
-
- SRC_FILE_NAME_FOR_STREAM - Static variable in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
-
- STACKTRACE - Static variable in class net.snowflake.client.core.IncidentUtil
-
- StageInfo - Class in net.snowflake.client.jdbc.cloud.storage
-
Encapsulates all the required stage properties used by GET/PUT
for Azure and S3 stages
- StageInfo.StageType - Enum in net.snowflake.client.jdbc.cloud.storage
-
- start() - Method in interface net.snowflake.client.loader.Loader
-
Initiates loading threads.
- start() - Method in class net.snowflake.client.loader.StreamLoader
-
Starts the loader
- startHeartbeatForThisSession() - Method in class net.snowflake.client.core.SFSession
-
Start heartbeat for this session
- state() - Method in class net.snowflake.client.loader.BufferStage
-
- statement - Variable in class net.snowflake.client.core.SFResultSet
-
- StmtOutput(JsonNode) - Constructor for class net.snowflake.client.core.StmtUtil.StmtOutput
-
- StmtUtil - Class in net.snowflake.client.core
-
Created by jhuang on 1/28/16.
- StmtUtil() - Constructor for class net.snowflake.client.core.StmtUtil
-
- StmtUtil.StmtOutput - Class in net.snowflake.client.core
-
Output for running a statement on server
- stopHeartbeatForThisSession() - Method in class net.snowflake.client.core.SFSession
-
Stop heartbeat for this session
- StorageClientFactory - Class in net.snowflake.client.jdbc.cloud.storage
-
Factory object for abstracting the creation of storage client objects:
SnowflakeStorageClient and StorageObjectMetadata
- StorageObjectMetadata - Interface in net.snowflake.client.jdbc.cloud.storage
-
Interface for platform-independent remote storage object metadata,
modeled after the S3 ObjectMetadata class
- StorageObjectSummary - Class in net.snowflake.client.jdbc.cloud.storage
-
Storage platform agnostic class that encapsulates remote storage object properties
- StorageObjectSummaryCollection - Class in net.snowflake.client.jdbc.cloud.storage
-
Provides and iterator over storage object summaries
from all supported cloud storage providers
- StorageObjectSummaryCollection(List<S3ObjectSummary>) - Constructor for class net.snowflake.client.jdbc.cloud.storage.StorageObjectSummaryCollection
-
- StorageObjectSummaryCollection(Iterable<ListBlobItem>) - Constructor for class net.snowflake.client.jdbc.cloud.storage.StorageObjectSummaryCollection
-
- StorageProviderException - Exception in net.snowflake.client.jdbc.cloud.storage
-
Custom exception class to signal a remote provider exception in
a platform-independent manner.
- StorageProviderException(Exception) - Constructor for exception net.snowflake.client.jdbc.cloud.storage.StorageProviderException
-
Constructor that accepts an arbitrary Exception.
- storesLowerCaseIdentifiers() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- storesMixedCaseIdentifiers() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- storesUpperCaseIdentifiers() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- StreamLoader - Class in net.snowflake.client.loader
-
Stream Loader
- StreamLoader(Map<LoaderProperty, Object>, Connection, Connection) - Constructor for class net.snowflake.client.loader.StreamLoader
-
- submitRow(Object[]) - Method in interface net.snowflake.client.loader.Loader
-
Pass row data
- submitRow(Object[]) - Method in class net.snowflake.client.loader.StreamLoader
-
- supportsAlterTableWithAddColumn() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsBatchUpdates() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsColumnAliasing() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsConvert() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsConvert(int, int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsCoreSQLGrammar() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsFullOuterJoins() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsGroupBy() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsLikeEscapeClause() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsMultipleResultSets() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsMultipleTransactions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsNamedParameters() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsNonNullableColumns() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsOpenCursorsAcrossCommit() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsOrderByUnrelated() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsOuterJoins() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsPositionedDelete() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsPositionedUpdate() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsResultSetConcurrency(int, int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsResultSetType(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSavepoints() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSelectForUpdate() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsStatementPooling() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsStoredProcedures() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsTransactionIsolationLevel(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsTransactions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsUnion() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- supportsUnionAll() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
-
- VALUE - Static variable in class net.snowflake.client.jdbc.telemetry.TelemetryUtil
-
- valueOf(String) - Static method in enum net.snowflake.client.core.BasicEvent.QueryState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.core.bind.BindException.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.core.Constants.OS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.core.Event.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.core.SFSessionProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.core.SFStatement.CallingMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.core.SFStatementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.cloud.storage.StageInfo.StageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.DBMetadataResultSetMetadata
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.CommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.FileCompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.ResultStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.UploadColumns
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeResultChunk.DownloadState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeType.JavaDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.telemetry.TelemetryField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.telemetryOOB.TelemetryEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.jdbc.telemetryOOB.TelemetryService.TELEMETRY_SERVER_DEPLOYMENT
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.loader.BufferStage.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.loader.LoaderProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.loader.LoadingError.ErrorProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.snowflake.client.loader.Operation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.snowflake.client.core.BasicEvent.QueryState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.core.bind.BindException.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.core.Constants.OS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.core.Event.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.core.SFSessionProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.core.SFStatement.CallingMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.core.SFStatementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.cloud.storage.StageInfo.StageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.DBMetadataResultSetMetadata
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.CommandType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.FileCompressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.ResultStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.UploadColumns
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.SnowflakeResultChunk.DownloadState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.SnowflakeType.JavaDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.SnowflakeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.telemetry.TelemetryField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.telemetryOOB.TelemetryEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.jdbc.telemetryOOB.TelemetryService.TELEMETRY_SERVER_DEPLOYMENT
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.loader.BufferStage.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.loader.LoaderProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.loader.LoadingError.ErrorProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.snowflake.client.loader.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.