A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

ABORTED - net.snowflake.client.api.resultset.QueryStatus.Status
 
ABORTING - net.snowflake.client.api.resultset.QueryStatus.Status
 
acceptsURL(String) - Method in class net.snowflake.client.api.driver.SnowflakeDriver
Checks whether a given URL is in a valid Snowflake JDBC format.
addError(LoadingError) - Method in interface net.snowflake.client.api.loader.LoadResultListener
 
addErrorCount(int) - Method in interface net.snowflake.client.api.loader.LoadResultListener
Method to add to the error count for a listener
addErrorRecordCount(int) - Method in interface net.snowflake.client.api.loader.LoadResultListener
Method to add to the error record count for a listener
addOperationRecordCount(Operation, int) - Method in interface net.snowflake.client.api.loader.LoadResultListener
 
addProcessedRecordCount(Operation, int) - Method in interface net.snowflake.client.api.loader.LoadResultListener
 
addSubmittedRowCount(int) - Method in interface net.snowflake.client.api.loader.LoadResultListener
Adds the number of submitted rows
ANY - net.snowflake.client.api.resultset.SnowflakeType
Represents an ANY type (unspecified/dynamic)
applies(String, String, Map<String, List<String>>) - Method in interface net.snowflake.client.api.http.HttpHeadersCustomizer
Determines if this customizer should be applied to the given request context.
ARRAY - net.snowflake.client.api.resultset.SnowflakeType
Represents an ARRAY type
ARRAY_BIND_MIXED_TYPES_NOT_SUPPORTED - net.snowflake.client.api.exception.ErrorCode
 
AUTHENTICATOR_REQUEST_TIMEOUT - net.snowflake.client.api.exception.ErrorCode
 
AuthenticatorType - Enum in net.snowflake.client.api.auth
Enumeration of authentication methods supported by the Snowflake JDBC driver.
AWS_CLIENT_ERROR - net.snowflake.client.api.exception.ErrorCode
 
AZURE_SERVICE_ERROR - net.snowflake.client.api.exception.ErrorCode
 

B

BAD_RESPONSE - net.snowflake.client.api.exception.ErrorCode
 
batchRowSize - net.snowflake.client.api.loader.LoaderProperty
 
BINARY - net.snowflake.client.api.resultset.SnowflakeType
Represents a BINARY type
BLOCKED - net.snowflake.client.api.resultset.QueryStatus.Status
 
BOOLEAN - net.snowflake.client.api.resultset.SnowflakeType
Represents a BOOLEAN type
BOTH_OCSP_AND_CERT_REVOCATION_CHECK - net.snowflake.client.api.exception.ErrorCode
 
build() - Method in class net.snowflake.client.api.connection.DownloadStreamConfig.Builder
Builds the DownloadStreamConfig instance.
build() - Method in class net.snowflake.client.api.connection.UploadStreamConfig.Builder
Builds the UploadStreamConfig instance.
build() - Method in class net.snowflake.client.api.resultset.SnowflakeResultSetSerializable.ResultSetRetrieveConfig.Builder
 
builder() - Static method in class net.snowflake.client.api.connection.DownloadStreamConfig
Creates a new builder instance.
builder() - Static method in class net.snowflake.client.api.connection.UploadStreamConfig
Creates a new builder instance.
BYTE_OFFSET - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The byte offset in the file where the error occurred

C

CATEGORY - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The error category (e.g., "parsing", "data type mismatch")
CHAR - net.snowflake.client.api.resultset.SnowflakeType
Represents a CHAR type
CHARACTER - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The character position where the error occurred
CHILD_RESULT_IDS_AND_TYPES_DIFFERENT_SIZES - net.snowflake.client.api.exception.ErrorCode
 
CLIENT_SIDE_SORTING_NOT_SUPPORTED - net.snowflake.client.api.exception.ErrorCode
 
close() - Method in interface net.snowflake.client.api.loader.Loader
Close connections that have been provided upon initialization.
CODE - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The numeric error code
COLUMN_DOES_NOT_EXIST - net.snowflake.client.api.exception.ErrorCode
 
COLUMN_NAME - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The name of the column where the error occurred
columns - net.snowflake.client.api.loader.LoaderProperty
 
compressDataBeforePut - net.snowflake.client.api.loader.LoaderProperty
 
compressFileByPut - net.snowflake.client.api.loader.LoaderProperty
 
COMPRESSION_TYPE_NOT_KNOWN - net.snowflake.client.api.exception.ErrorCode
 
COMPRESSION_TYPE_NOT_SUPPORTED - net.snowflake.client.api.exception.ErrorCode
 
compressLevel - net.snowflake.client.api.loader.LoaderProperty
 
connect() - Method in class net.snowflake.client.api.driver.SnowflakeDriver
Establishes a connection using auto-configuration.
connect(String, Properties) - Method in class net.snowflake.client.api.driver.SnowflakeDriver
Establishes a connection to the Snowflake database.
CONNECTION_CLOSED - net.snowflake.client.api.exception.ErrorCode
 
CONNECTION_ERROR - net.snowflake.client.api.exception.ErrorCode
 
CONNECTION_ESTABLISHED_WITH_DIFFERENT_PROP - net.snowflake.client.api.exception.ErrorCode
 
ConnectionError(String) - Constructor for exception net.snowflake.client.api.loader.Loader.ConnectionError
 
ConnectionError(String, Throwable) - Constructor for exception net.snowflake.client.api.loader.Loader.ConnectionError
 
ConnectionError(Throwable) - Constructor for exception net.snowflake.client.api.loader.Loader.ConnectionError
 
copyEmptyFieldAsEmpty - net.snowflake.client.api.loader.LoaderProperty
 
createConnectionPoolDataSource() - Static method in class net.snowflake.client.api.pooling.SnowflakeConnectionPoolDataSourceFactory
Creates a new SnowflakeConnectionPoolDataSource instance.
createDataSource() - Static method in class net.snowflake.client.api.datasource.SnowflakeDataSourceFactory
Creates a new non-pooled Snowflake DataSource.
createLoader(Map<LoaderProperty, Object>, Connection, Connection) - Static method in class net.snowflake.client.api.loader.LoaderFactory
 
createResultSet(String) - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Create a new instance of a ResultSet object based off query ID.
csvFileBucketSize - net.snowflake.client.api.loader.LoaderProperty
 
csvFileSize - net.snowflake.client.api.loader.LoaderProperty
 

D

DATA_TYPE_NOT_SUPPORTED - net.snowflake.client.api.exception.ErrorCode
 
databaseName - net.snowflake.client.api.loader.LoaderProperty
 
DataError(String) - Constructor for exception net.snowflake.client.api.loader.Loader.DataError
 
DataError(String, Throwable) - Constructor for exception net.snowflake.client.api.loader.Loader.DataError
 
DataError(Throwable) - Constructor for exception net.snowflake.client.api.loader.Loader.DataError
 
DATE - net.snowflake.client.api.resultset.SnowflakeType
Represents a DATE type
DECFLOAT - net.snowflake.client.api.resultset.SnowflakeType
Represents a DECFLOAT (decimal floating-point) type
DELETE - net.snowflake.client.api.loader.Operation
Delete rows from the target table based on keys
DISABLEOCSP_INSECUREMODE_VALUE_MISMATCH - net.snowflake.client.api.exception.ErrorCode
 
DISCONNECTED - net.snowflake.client.api.resultset.QueryStatus.Status
 
DOWNLOAD_ERROR - net.snowflake.client.api.exception.ErrorCode
 
downloadStream(String, String) - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Download a file from a Snowflake stage as a stream with required parameters only.
downloadStream(String, String, DownloadStreamConfig) - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Download a file from a Snowflake stage as a stream with optional configuration.
DownloadStreamConfig - Class in net.snowflake.client.api.connection
Optional configuration for downloading files from a Snowflake stage as a stream.
DownloadStreamConfig.Builder - Class in net.snowflake.client.api.connection
Builder for creating DownloadStreamConfig instances.
DUPLICATE_CONNECTION_PROPERTY_SPECIFIED - net.snowflake.client.api.exception.ErrorCode
 
DUPLICATE_STATEMENT_PARAMETER_SPECIFIED - net.snowflake.client.api.exception.ErrorCode
 

E

empty() - Static method in class net.snowflake.client.api.resultset.QueryStatus
Creates an empty QueryStatus instance with default values.
EMPTY_PROPERTIES - Static variable in class net.snowflake.client.api.driver.SnowflakeDriver
 
ERROR - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The error message describing what went wrong
ErrorCode - Enum in net.snowflake.client.api.exception
Internal JDBC driver error codes
errorMessageResource - Static variable in enum net.snowflake.client.api.exception.ErrorCode
 
EXECUTE_BATCH_INTEGER_OVERFLOW - net.snowflake.client.api.exception.ErrorCode
 
executeAfter - net.snowflake.client.api.loader.LoaderProperty
 
executeAsyncQuery() - Method in interface net.snowflake.client.api.statement.SnowflakePreparedStatement
Execute a query asynchronously
executeAsyncQuery(String) - Method in interface net.snowflake.client.api.statement.SnowflakeStatement
Execute SQL query asynchronously
executeBefore - net.snowflake.client.api.loader.LoaderProperty
 
EXTERNAL_BROWSER - net.snowflake.client.api.auth.AuthenticatorType
Web-browser-based authenticator for SAML 2.0 compliant service/application
EXTRA_TYPES_DAY_TIME_INTERVAL - Static variable in enum net.snowflake.client.api.resultset.SnowflakeType
 
EXTRA_TYPES_DECFLOAT - Static variable in enum net.snowflake.client.api.resultset.SnowflakeType
 
EXTRA_TYPES_TIMESTAMP_LTZ - Static variable in enum net.snowflake.client.api.resultset.SnowflakeType
 
EXTRA_TYPES_TIMESTAMP_NTZ - Static variable in enum net.snowflake.client.api.resultset.SnowflakeType
 
EXTRA_TYPES_TIMESTAMP_TZ - Static variable in enum net.snowflake.client.api.resultset.SnowflakeType
 
EXTRA_TYPES_VECTOR - Static variable in enum net.snowflake.client.api.resultset.SnowflakeType
 
EXTRA_TYPES_YEAR_MONTH_INTERVAL - Static variable in enum net.snowflake.client.api.resultset.SnowflakeType
 

F

FAIL_LIST_FILES - net.snowflake.client.api.exception.ErrorCode
 
FAILED_TO_GENERATE_JWT - net.snowflake.client.api.exception.ErrorCode
 
FAILED_WITH_ERROR - net.snowflake.client.api.resultset.QueryStatus.Status
 
FAILED_WITH_INCIDENT - net.snowflake.client.api.resultset.QueryStatus.Status
 
FEATURE_UNSUPPORTED - net.snowflake.client.api.exception.ErrorCode
 
FieldMetadata - Interface in net.snowflake.client.api.resultset
Metadata describing a field in a structured type (OBJECT, ARRAY, MAP).
FILE_IS_DIRECTORY - net.snowflake.client.api.exception.ErrorCode
 
FILE_NOT_FOUND - net.snowflake.client.api.exception.ErrorCode
 
FILE_OPERATION_DOWNLOAD_ERROR - net.snowflake.client.api.exception.ErrorCode
 
FILE_OPERATION_UPLOAD_ERROR - net.snowflake.client.api.exception.ErrorCode
 
FILE_TRANSFER_ERROR - net.snowflake.client.api.exception.ErrorCode
 
finish() - Method in interface net.snowflake.client.api.loader.Loader
Finishes processing and commits or rolls back.
FIXED - net.snowflake.client.api.resultset.SnowflakeType
Represents a FIXED-point numeric type (NUMBER with scale)

G

GCP_SERVICE_ERROR - net.snowflake.client.api.exception.ErrorCode
 
GEOGRAPHY - net.snowflake.client.api.resultset.SnowflakeType
Represents a GEOGRAPHY type
GEOMETRY - net.snowflake.client.api.resultset.SnowflakeType
Represents a GEOMETRY type
getArray(int, Class<T>) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSet
Get an array of elements from a structured type (ARRAY) column.
getBase() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Gets the base Snowflake type of the field.
getBatchQueryIDs() - Method in interface net.snowflake.client.api.statement.SnowflakeStatement
 
getByteLength() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Gets the byte length of the field.
getChildQueryIds(String) - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Return an array of child query IDs for the given query ID.
getColumnFields(int) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetMetaData
 
getColumnIndex(String) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetMetaData
 
getColumnNames() - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetMetaData
 
getColumns(String, String, String, String, boolean) - Method in interface net.snowflake.client.api.connection.SnowflakeDatabaseMetaData
Retrieves a description of the table columns available in the specified catalog with extended metadata.
getCompressedDataSizeInBytes() - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetSerializable
Retrieve compressed data size included in the ResultSet Serializable object.
getDatabaseMajorVersion() - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Get the major version of the Snowflake database.
getDatabaseMinorVersion() - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Get the minor version of the Snowflake database.
getDatabaseVersion() - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Get the full version string of the Snowflake database.
getDescription() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the status description.
getDescription() - Method in enum net.snowflake.client.api.resultset.QueryStatus.Status
 
getDestPrefix() - Method in class net.snowflake.client.api.connection.UploadStreamConfig
Gets the destination prefix (directory path within the stage).
getEndTime() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the end time of query execution.
getErrorCode() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the error code if the query failed.
getErrorCount() - Method in interface net.snowflake.client.api.loader.LoadResultListener
method to get the total number of errors
getErrorMessage() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the error message if the query failed.
getErrorRecordCount() - Method in interface net.snowflake.client.api.loader.LoadResultListener
method to get the total number of error records
getException() - Method in class net.snowflake.client.api.loader.LoadingError
Converts this loading error into a DataError exception.
getFields() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Gets the nested field metadata for structured types (OBJECT, ARRAY, MAP).
getFile() - Method in class net.snowflake.client.api.loader.LoadingError
Gets the file name where the error occurred.
getId() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the unique query ID.
getImplementationVersion() - Static method in class net.snowflake.client.api.driver.SnowflakeDriver
Gets driver version information for telemetry and logging.
getInternalColumnType(int) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetMetaData
 
getList(int, Class<T>) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSet
Get a list of elements from a structured type (ARRAY) column.
getListener() - Method in interface net.snowflake.client.api.loader.Loader
 
getMajorVersion() - Method in class net.snowflake.client.api.driver.SnowflakeDriver
 
getMap(int, Class<T>) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSet
Get a map of key-value pairs from a structured type (MAP or OBJECT) column.
getMessageCode() - Method in enum net.snowflake.client.api.exception.ErrorCode
 
getMinorVersion() - Method in class net.snowflake.client.api.driver.SnowflakeDriver
 
getName() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Gets the name of the field.
getName() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the query status name.
getParentLogger() - Method in class net.snowflake.client.api.driver.SnowflakeDriver
 
getPatchVersion() - Method in class net.snowflake.client.api.driver.SnowflakeDriver
Gets the driver patch version number.
getPrecision() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Gets the precision of the field.
getPrefix() - Method in class net.snowflake.client.api.loader.LoadingError
Gets the file prefix within the stage.
getProperties() - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Gets the connection properties.
getProperty(LoadingError.ErrorProperty) - Method in class net.snowflake.client.api.loader.LoadingError
Gets the value of a specific error property.
getPropertyInfo(String, Properties) - Method in class net.snowflake.client.api.driver.SnowflakeDriver
 
getProxyProperties() - Method in class net.snowflake.client.api.resultset.SnowflakeResultSetSerializable.ResultSetRetrieveConfig
 
getQueryId() - Method in exception net.snowflake.client.api.exception.SnowflakeSQLException
 
getQueryID() - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSet
 
getQueryID() - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetMetaData
 
getQueryID() - Method in interface net.snowflake.client.api.statement.SnowflakePreparedStatement
 
getQueryID() - Method in interface net.snowflake.client.api.statement.SnowflakeStatement
 
getQueryStatus(String) - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Return the status of a query.
getResultSet(SnowflakeResultSetSerializable.ResultSetRetrieveConfig) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetSerializable
Get ResultSet from the ResultSet Serializable object so that the user can access the data.
getResultSetSerializables(long) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSet
Get a list of ResultSetSerializables for the ResultSet in order to parallel processing
getRowCount() - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetSerializable
Retrieve total row count included in the ResultSet Serializable object.
getScale() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Gets the scale of the field.
getSessionId() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the session ID that executed the query.
getSessionID() - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Return unique session ID from current session generated by making connection
getSfFullURL() - Method in class net.snowflake.client.api.resultset.SnowflakeResultSetSerializable.ResultSetRetrieveConfig
 
getSqlState() - Method in enum net.snowflake.client.api.exception.ErrorCode
 
getSqlText() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the SQL text of the query.
getStage() - Method in class net.snowflake.client.api.loader.LoadingError
Gets the stage name where the error occurred.
getStartTime() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the start time of query execution.
getState() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the internal state of the query.
getStatus() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the query status enum value.
getStatus() - Method in interface net.snowflake.client.api.resultset.SnowflakeAsyncResultSet
This function retrieves the status of an asynchronous query.
getStreams(String, String, String) - Method in interface net.snowflake.client.api.connection.SnowflakeDatabaseMetaData
Retrieves a description of the streams available in the given catalog.
getSubmittedRowCount() - Method in interface net.snowflake.client.api.loader.LoadResultListener
Gets the number of submitted row
getTarget() - Method in class net.snowflake.client.api.loader.LoadingError
Gets the target table name.
getTotalDuration() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the total duration of query execution.
getType() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Gets the SQL type code of the field.
getTypeName() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Gets the type name of the field.
getUncompressedDataSizeInBytes() - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetSerializable
Retrieve uncompressed data size included in the ResultSet Serializable object.
getUrl() - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Gets the JDBC URL.
getValue() - Method in enum net.snowflake.client.api.resultset.QueryStatus.Status
 
getVectorDimension(int) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetMetaData
Get vector dimension
getVectorDimension(String) - Method in interface net.snowflake.client.api.resultset.SnowflakeResultSetMetaData
Get vector dimension
getWarehouseExternalSize() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the external size of the warehouse that executed the query.
getWarehouseId() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the warehouse ID that executed the query.
getWarehouseName() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the warehouse name that executed the query.
getWarehouseServerType() - Method in class net.snowflake.client.api.resultset.QueryStatus
Gets the warehouse server type that executed the query.

H

HTTP_GENERAL_ERROR - net.snowflake.client.api.exception.ErrorCode
 
HTTP_HEADER_CUSTOMIZERS_PROPERTY_KEY - Static variable in interface net.snowflake.client.api.http.HttpHeadersCustomizer
 
HttpHeadersCustomizer - Interface in net.snowflake.client.api.http
Allows programmatic customization of HTTP headers for requests sent by the Snowflake JDBC driver.

I

ID_TOKEN - net.snowflake.client.api.auth.AuthenticatorType
Internal authenticator to enable id_token for web browser based authentication
IDP_CONNECTION_ERROR - net.snowflake.client.api.exception.ErrorCode
 
IDP_INCORRECT_DESTINATION - net.snowflake.client.api.exception.ErrorCode
 
INSERT - net.snowflake.client.api.loader.Operation
Insert new rows into the target table
INSTANCE - Static variable in class net.snowflake.client.api.driver.SnowflakeDriver
 
INTEGER - net.snowflake.client.api.resultset.SnowflakeType
Represents an INTEGER type
INTERNAL_ERROR - net.snowflake.client.api.exception.ErrorCode
Error codes partitioning:
INTERRUPTED - net.snowflake.client.api.exception.ErrorCode
 
INTERVAL_DAY_TIME - net.snowflake.client.api.resultset.SnowflakeType
Represents an INTERVAL DAY TO TIME type
INTERVAL_YEAR_MONTH - net.snowflake.client.api.resultset.SnowflakeType
Represents an INTERVAL YEAR TO MONTH type
INVALID_APP_NAME - net.snowflake.client.api.exception.ErrorCode
 
INVALID_CONNECT_STRING - net.snowflake.client.api.exception.ErrorCode
 
INVALID_CONNECTION_URL - net.snowflake.client.api.exception.ErrorCode
 
INVALID_OKTA_USERNAME - net.snowflake.client.api.exception.ErrorCode
 
INVALID_OR_UNSUPPORTED_PRIVATE_KEY - net.snowflake.client.api.exception.ErrorCode
 
INVALID_PARAMETER_TYPE - net.snowflake.client.api.exception.ErrorCode
 
INVALID_PARAMETER_VALUE - net.snowflake.client.api.exception.ErrorCode
 
INVALID_PROXY_PROPERTIES - net.snowflake.client.api.exception.ErrorCode
 
INVALID_SQL - net.snowflake.client.api.exception.ErrorCode
 
INVALID_STATE - net.snowflake.client.api.exception.ErrorCode
 
INVALID_STRUCT_DATA - net.snowflake.client.api.exception.ErrorCode
 
INVALID_VALUE_CONVERT - net.snowflake.client.api.exception.ErrorCode
 
invokeOnce() - Method in interface net.snowflake.client.api.http.HttpHeadersCustomizer
Indicates if newHeaders() should be called only once for the initial request attempt (true), or if it should be called again before each retry attempt (false).
IO_ERROR - net.snowflake.client.api.exception.ErrorCode
 
isAnError() - Method in class net.snowflake.client.api.resultset.QueryStatus
Checks if the query encountered an error.
isCompressData() - Method in class net.snowflake.client.api.connection.UploadStreamConfig
Whether to compress the data during upload.
isDecompress() - Method in class net.snowflake.client.api.connection.DownloadStreamConfig
Whether to decompress the file during download.
isEmpty() - Method in class net.snowflake.client.api.resultset.QueryStatus
Checks if this query status is empty (no data).
isFirstStartCall - net.snowflake.client.api.loader.LoaderProperty
 
isFixed() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Checks if the field has a fixed size.
isLastFinishCall - net.snowflake.client.api.loader.LoaderProperty
 
isNullable() - Method in interface net.snowflake.client.api.resultset.FieldMetadata
Checks if the field is nullable.
isStillRunning() - Method in class net.snowflake.client.api.resultset.QueryStatus
Checks if the query is still running.
isSuccess() - Method in class net.snowflake.client.api.resultset.QueryStatus
Checks if the query completed successfully.

J

jdbcCompliant() - Method in class net.snowflake.client.api.driver.SnowflakeDriver
 

K

keys - net.snowflake.client.api.loader.LoaderProperty
 

L

LINE - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The line number in the source file where the error occurred
Loader - Interface in net.snowflake.client.api.loader
Bulk loader for Snowflake.
Loader.ConnectionError - Exception in net.snowflake.client.api.loader
 
Loader.DataError - Exception in net.snowflake.client.api.loader
 
LoaderFactory - Class in net.snowflake.client.api.loader
 
LoaderFactory() - Constructor for class net.snowflake.client.api.loader.LoaderFactory
 
LoaderProperty - Enum in net.snowflake.client.api.loader
Configuration parameters for Loader
LoadingError - Class in net.snowflake.client.api.loader
Wrapper for data format errors returned by the COPY/validate command.
LoadingError(ResultSet, BufferStage, StreamLoader) - Constructor for class net.snowflake.client.api.loader.LoadingError
Construct error from validation output
LoadingError.ErrorProperty - Enum in net.snowflake.client.api.loader
Properties that can be associated with a loading error.
LoadResultListener - Interface in net.snowflake.client.api.loader
Callback API for processing errors and statistics of upload operation

M

MAP - net.snowflake.client.api.resultset.SnowflakeType
Represents a MAP type
mapTimeToTimestamp - net.snowflake.client.api.loader.LoaderProperty
 
MAX_RESULT_LIMIT_EXCEEDED - net.snowflake.client.api.exception.ErrorCode
 
MISSING_CONNECTION_PROPERTY - net.snowflake.client.api.exception.ErrorCode
 
MISSING_PASSWORD - net.snowflake.client.api.exception.ErrorCode
 
MISSING_SERVER_URL - net.snowflake.client.api.exception.ErrorCode
 
MISSING_USERNAME - net.snowflake.client.api.exception.ErrorCode
 
MODIFY - net.snowflake.client.api.loader.Operation
Modify existing rows in the target table

N

needErrors() - Method in interface net.snowflake.client.api.loader.LoadResultListener
 
needSuccessRecords() - Method in interface net.snowflake.client.api.loader.LoadResultListener
 
net.snowflake.client.api.auth - package net.snowflake.client.api.auth
 
net.snowflake.client.api.connection - package net.snowflake.client.api.connection
 
net.snowflake.client.api.datasource - package net.snowflake.client.api.datasource
 
net.snowflake.client.api.driver - package net.snowflake.client.api.driver
 
net.snowflake.client.api.exception - package net.snowflake.client.api.exception
 
net.snowflake.client.api.http - package net.snowflake.client.api.http
 
net.snowflake.client.api.loader - package net.snowflake.client.api.loader
 
net.snowflake.client.api.pooling - package net.snowflake.client.api.pooling
 
net.snowflake.client.api.resultset - package net.snowflake.client.api.resultset
 
net.snowflake.client.api.statement - package net.snowflake.client.api.statement
 
net.snowflake.client.jdbc - package net.snowflake.client.jdbc
 
NETWORK_ERROR - net.snowflake.client.api.exception.ErrorCode
 
newHeaders() - Method in interface net.snowflake.client.api.http.HttpHeadersCustomizer
Generates the custom headers to be added to the request.
newInstance() - Static method in class net.snowflake.client.api.resultset.SnowflakeResultSetSerializable.ResultSetRetrieveConfig.Builder
 
NO_DATA - net.snowflake.client.api.resultset.QueryStatus.Status
 
NO_VALID_DATA - net.snowflake.client.api.exception.ErrorCode
 
NON_FATAL_ERROR - net.snowflake.client.api.exception.ErrorCode
 
NUMERIC_VALUE_OUT_OF_RANGE - net.snowflake.client.api.exception.ErrorCode
 

O

OAUTH - net.snowflake.client.api.auth.AuthenticatorType
OAuth 2.0 authentication flow
OAUTH_AUTHORIZATION_CODE - net.snowflake.client.api.auth.AuthenticatorType
OAuth authorization code flow with browser popup
OAUTH_AUTHORIZATION_CODE_FLOW_ERROR - net.snowflake.client.api.exception.ErrorCode
 
OAUTH_CLIENT_CREDENTIALS - net.snowflake.client.api.auth.AuthenticatorType
OAuth client credentials flow with clientId and clientSecret
OAUTH_CLIENT_CREDENTIALS_FLOW_ERROR - net.snowflake.client.api.exception.ErrorCode
 
OAUTH_REFRESH_TOKEN_FLOW_ERROR - net.snowflake.client.api.exception.ErrorCode
 
OBJECT - net.snowflake.client.api.resultset.SnowflakeType
Represents an OBJECT type (structured)
OCSP_GENERAL_ERROR - net.snowflake.client.api.exception.ErrorCode
 
OKTA - net.snowflake.client.api.auth.AuthenticatorType
Federated authentication with OKTA as identity provider
OKTA_MFA_NOT_SUPPORTED - net.snowflake.client.api.exception.ErrorCode
 
oneBatch - net.snowflake.client.api.loader.LoaderProperty
 
onError - net.snowflake.client.api.loader.LoaderProperty
 
operation - net.snowflake.client.api.loader.LoaderProperty
 
Operation - Enum in net.snowflake.client.api.loader
Operations supported by the Snowflake Loader API.

P

PATH_NOT_DIRECTORY - net.snowflake.client.api.exception.ErrorCode
 
preserveStageFile - net.snowflake.client.api.loader.LoaderProperty
 
PROGRAMMATIC_ACCESS_TOKEN - net.snowflake.client.api.auth.AuthenticatorType
Programmatic Access Token (PAT) authentication created in Snowflake

Q

QUERY_CANCELED - net.snowflake.client.api.exception.ErrorCode
 
QUERY_FIRST_RESULT_NOT_RESULT_SET - net.snowflake.client.api.exception.ErrorCode
 
QueryStatus - Class in net.snowflake.client.api.resultset
Represents detailed status information for a query execution.
QueryStatus(long, int, String, String, String, long, String, long, String, int, String, int, String, String) - Constructor for class net.snowflake.client.api.resultset.QueryStatus
Constructs a QueryStatus object with detailed query execution information.
QueryStatus.Status - Enum in net.snowflake.client.api.resultset
 
QUEUED - net.snowflake.client.api.resultset.QueryStatus.Status
 
QUEUED_REPAIRING_WAREHOUSE - net.snowflake.client.api.resultset.QueryStatus.Status
 

R

REAL - net.snowflake.client.api.resultset.SnowflakeType
Represents a REAL (floating-point) type
recordProvided(Operation, Object[]) - Method in interface net.snowflake.client.api.loader.LoadResultListener
 
REJECTED_RECORD - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The rejected record data
remoteStage - net.snowflake.client.api.loader.LoaderProperty
 
resetErrorCount() - Method in interface net.snowflake.client.api.loader.LoadResultListener
Method to reset the error count back to zero
resetErrorRecordCount() - Method in interface net.snowflake.client.api.loader.LoadResultListener
Method to reset the errorRecordCount back to zero
resetOperation(Operation) - Method in interface net.snowflake.client.api.loader.Loader
If operation is changed, previous data is committed
resetSubmittedRowCount() - Method in interface net.snowflake.client.api.loader.LoadResultListener
Resets submitted row count
RESTARTED - net.snowflake.client.api.resultset.QueryStatus.Status
 
RESULTSET_ALREADY_CLOSED - net.snowflake.client.api.exception.ErrorCode
 
ResultSetRetrieveConfig(SnowflakeResultSetSerializable.ResultSetRetrieveConfig.Builder) - Constructor for class net.snowflake.client.api.resultset.SnowflakeResultSetSerializable.ResultSetRetrieveConfig
 
RESUMING_WAREHOUSE - net.snowflake.client.api.resultset.QueryStatus.Status
 
rollback() - Method in interface net.snowflake.client.api.loader.Loader
Rollback uncommitted changes.
ROW_DOES_NOT_EXIST - net.snowflake.client.api.exception.ErrorCode
 
ROW_NUMBER - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The row number in the result set
ROW_START_LINE - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The starting line number of the row
RUNNING - net.snowflake.client.api.resultset.QueryStatus.Status
 

S

S3_OPERATION_ERROR - net.snowflake.client.api.exception.ErrorCode
 
schemaName - net.snowflake.client.api.loader.LoaderProperty
 
setAccount(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the account identifier.
setAllowUnderscoresInHost(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to allow underscores in hostnames.
setApplication(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the application name.
setArrowTreatDecimalAsInt(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to treat Arrow DECIMAL columns as INT.
setAsyncQueryTimeout(int) - Method in interface net.snowflake.client.api.statement.SnowflakeStatement
Sets the query timeout when running an async query.
setAuthenticator(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the authenticator type (e.g., "snowflake", "external_browser", "oauth").
setBatchID(String) - Method in interface net.snowflake.client.api.statement.SnowflakeStatement
Set batch ID
setBigInteger(int, BigInteger) - Method in interface net.snowflake.client.api.statement.SnowflakePreparedStatement
Sets the designated parameter to the given BigInteger value.
setBrowserResponseTimeout(int) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the browser response timeout in seconds for external browser authentication.
setClientConfigFile(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the client configuration file path.
setCompressData(boolean) - Method in class net.snowflake.client.api.connection.UploadStreamConfig.Builder
Sets whether to automatically compress the data during upload.
setDatabaseName(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the database name.
setDecompress(boolean) - Method in class net.snowflake.client.api.connection.DownloadStreamConfig.Builder
Sets whether to automatically decompress the file during download.
setDestPrefix(String) - Method in class net.snowflake.client.api.connection.UploadStreamConfig.Builder
Sets the destination prefix (directory path) within the stage.
setDiagnosticsAllowlistFile(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the diagnostics allowlist file path.
setDisableGcsDefaultCredentials(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to disable GCS default credentials.
setDisableSamlURLCheck(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to disable SAML URL validation.
setDisableSocksProxy(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to disable SOCKS proxy.
setEnableClientRequestMfaToken(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to enable client-side MFA token request.
setEnableClientStoreTemporaryCredential(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to enable client-side storage of temporary credentials.
setEnableDiagnostics(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to enable diagnostics.
setEnablePatternSearch(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to enable pattern search in metadata queries.
setEnablePutGet(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to enable PUT/GET commands.
setGetDateUseNullTimezone(Boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether getDate should use null timezone.
setHttpHeadersCustomizers(List<HttpHeadersCustomizer>) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets custom HTTP header customizers.
setJDBCDefaultFormatDateWithTimezone(Boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the default date format with timezone for JDBC.
setListener(LoadResultListener) - Method in interface net.snowflake.client.api.loader.Loader
 
setMap(int, Map<String, T>, int) - Method in interface net.snowflake.client.api.statement.SnowflakePreparedStatement
Sets the designated parameter to the given Map instance.
setMaxHttpRetries(int) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the maximum number of HTTP retries.
setNetworkTimeout(int) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the network timeout in seconds.
setNonProxyHosts(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets non-proxy hosts pattern.
setOcspFailOpen(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether OCSP checking should fail open.
setParameter(String, Object) - Method in interface net.snowflake.client.api.statement.SnowflakeStatement
Set statement level parameter
setPasscode(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the passcode for MFA authentication.
setPasscodeInPassword(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether the passcode is included in the password for MFA authentication.
setPassword(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the password.
setPortNumber(int) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the port number.
setPrivateKey(PrivateKey) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the private key for key-pair authentication.
setPrivateKeyBase64(String, String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the Base64-encoded private key and optional password for key-pair authentication.
setPrivateKeyFile(String, String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the private key file location and optional password for key-pair authentication.
setProperty(LoaderProperty, Object) - Method in interface net.snowflake.client.api.loader.Loader
 
setProperty(LoadingError.ErrorProperty, String) - Method in class net.snowflake.client.api.loader.LoadingError
Sets the value of a specific error property.
setProxyHost(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the proxy host.
setProxyPassword(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the proxy password.
setProxyPort(int) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the proxy port.
setProxyProperties(Properties) - Method in class net.snowflake.client.api.resultset.SnowflakeResultSetSerializable.ResultSetRetrieveConfig.Builder
 
setProxyProtocol(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the proxy protocol (e.g., "http", "https").
setProxyUser(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the proxy user.
setPutGetMaxRetries(int) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the maximum number of PUT/GET retries.
setQueryTimeout(int) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the query timeout in seconds.
setRole(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the role name.
setSchema(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the schema name.
setServerName(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the server name (hostname).
setSfFullURL(String) - Method in class net.snowflake.client.api.resultset.SnowflakeResultSetSerializable.ResultSetRetrieveConfig.Builder
 
setSsl(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to use SSL (default: true).
setStringsQuotedForColumnDef(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether strings are quoted in column definitions.
setToken(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the token for OAuth/PAT authentication.
setTracing(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the tracing level.
setUrl(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the JDBC URL for the connection.
setUseProxy(boolean) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets whether to use a proxy.
setUser(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the user name.
setWarehouse(String) - Method in interface net.snowflake.client.api.datasource.SnowflakeDataSource
Sets the warehouse name.
SNOWFLAKE - net.snowflake.client.api.auth.AuthenticatorType
Regular login with username and password via Snowflake, may or may not have MFA
SNOWFLAKE_JWT - net.snowflake.client.api.auth.AuthenticatorType
Snowflake JWT token authentication using a private key
SnowflakeAsyncResultSet - Interface in net.snowflake.client.api.resultset
This interface defines Snowflake specific APIs for asynchronous ResultSet
SnowflakeConnection - Interface in net.snowflake.client.api.connection
This interface defines Snowflake specific APIs for Connection
SnowflakeConnectionPoolDataSource - Interface in net.snowflake.client.api.pooling
SnowflakeConnectionPoolDataSource is the interface for a connection pool data source.
SnowflakeConnectionPoolDataSourceFactory - Class in net.snowflake.client.api.pooling
Factory for creating SnowflakeConnectionPoolDataSourceImpl instances.
SnowflakeDatabaseMetaData - Interface in net.snowflake.client.api.connection
Snowflake-specific extension of DatabaseMetaData.
SnowflakeDataSource - Interface in net.snowflake.client.api.datasource
Snowflake-specific extension of DataSource that provides configuration methods for Snowflake JDBC connections.
SnowflakeDataSourceFactory - Class in net.snowflake.client.api.datasource
Factory for creating SnowflakeDataSource instances.
SnowflakeDriver - Class in net.snowflake.client.api.driver
JDBC Driver implementation for Snowflake.
SnowflakeDriver - Class in net.snowflake.client.jdbc
Deprecated.
Use SnowflakeDriver instead
SnowflakeDriver() - Constructor for class net.snowflake.client.api.driver.SnowflakeDriver
 
SnowflakeDriver() - Constructor for class net.snowflake.client.jdbc.SnowflakeDriver
Deprecated.
 
SnowflakePreparedStatement - Interface in net.snowflake.client.api.statement
 
SnowflakeResultSet - Interface in net.snowflake.client.api.resultset
This interface defines Snowflake specific APIs for ResultSet
SnowflakeResultSetMetaData - Interface in net.snowflake.client.api.resultset
 
SnowflakeResultSetSerializable - Interface in net.snowflake.client.api.resultset
This interface defines Snowflake specific APIs to access the data wrapped in the result set serializable object.
SnowflakeResultSetSerializable.ResultSetRetrieveConfig - Class in net.snowflake.client.api.resultset
 
SnowflakeResultSetSerializable.ResultSetRetrieveConfig.Builder - Class in net.snowflake.client.api.resultset
 
SnowflakeSQLException - Exception in net.snowflake.client.api.exception
 
SnowflakeSQLException(String) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(String, int, Object...) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(String, String, int) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(String, String, int, Object...) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(String, String, String) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(String, String, String, int) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
This constructor should only be used for error from Global service.
SnowflakeSQLException(String, Throwable, String, int, Object...) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(String, ErrorCode, Object...) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(Throwable, String) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(Throwable, String, int) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(Throwable, String, int, Object...) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(Throwable, ErrorCode, Object...) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(ErrorCode, Object...) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeSQLException(SFException) - Constructor for exception net.snowflake.client.api.exception.SnowflakeSQLException
 
SnowflakeStatement - Interface in net.snowflake.client.api.statement
This interface defines Snowflake specific APIs for Statement
SnowflakeType - Enum in net.snowflake.client.api.resultset
Enumeration of Snowflake data types.
SQL_STATE - net.snowflake.client.api.loader.LoadingError.ErrorProperty
The SQL state code
start() - Method in interface net.snowflake.client.api.loader.Loader
Initiates loading threads.
startTransaction - net.snowflake.client.api.loader.LoaderProperty
 
STATEMENT_ALREADY_RUNNING_QUERY - net.snowflake.client.api.exception.ErrorCode
 
STATEMENT_CLOSED - net.snowflake.client.api.exception.ErrorCode
 
STATEMENT_PREPARE_FAILURE - net.snowflake.client.api.exception.ErrorCode
 
submitRow(Object[]) - Method in interface net.snowflake.client.api.loader.Loader
Pass row data
SUCCESS - net.snowflake.client.api.resultset.QueryStatus.Status
 

T

tableName - net.snowflake.client.api.loader.LoaderProperty
 
testRemoteBadCSV - net.snowflake.client.api.loader.LoaderProperty
 
TEXT - net.snowflake.client.api.resultset.SnowflakeType
Represents a TEXT/VARCHAR type
throwOnError() - Method in interface net.snowflake.client.api.loader.LoadResultListener
 
TIME - net.snowflake.client.api.resultset.SnowflakeType
Represents a TIME type
TIMESTAMP - net.snowflake.client.api.resultset.SnowflakeType
Represents a TIMESTAMP type (no timezone)
TIMESTAMP_LTZ - net.snowflake.client.api.resultset.SnowflakeType
Represents a TIMESTAMP with local timezone
TIMESTAMP_NTZ - net.snowflake.client.api.resultset.SnowflakeType
Represents a TIMESTAMP with no timezone
TIMESTAMP_TZ - net.snowflake.client.api.resultset.SnowflakeType
Represents a TIMESTAMP with timezone
TOO_MANY_FILES_TO_DOWNLOAD_AS_STREAM - net.snowflake.client.api.exception.ErrorCode
 
TOO_MANY_SESSION_PARAMETERS - net.snowflake.client.api.exception.ErrorCode
 
TOO_MANY_STATEMENT_PARAMETERS - net.snowflake.client.api.exception.ErrorCode
 
toString() - Method in class net.snowflake.client.api.connection.DownloadStreamConfig
 
toString() - Method in class net.snowflake.client.api.connection.UploadStreamConfig
 
toString() - Method in enum net.snowflake.client.api.exception.ErrorCode
 
toString() - Method in class net.snowflake.client.api.loader.LoadingError
 
truncateTable - net.snowflake.client.api.loader.LoaderProperty
 

U

UNKNOWN - Static variable in class net.snowflake.client.api.loader.LoadingError
 
UNKNOWN_CERT_REVOCATION_CHECK_MODE - net.snowflake.client.api.exception.ErrorCode
 
UNSUPPORTED_STATEMENT_TYPE_IN_EXECUTION_API - net.snowflake.client.api.exception.ErrorCode
 
UPDATE_FIRST_RESULT_NOT_UPDATE_COUNT - net.snowflake.client.api.exception.ErrorCode
 
UPLOAD_ERROR - net.snowflake.client.api.exception.ErrorCode
 
uploadStream(String, String, InputStream) - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Upload data from a stream to a Snowflake stage with required parameters only.
uploadStream(String, String, InputStream, UploadStreamConfig) - Method in interface net.snowflake.client.api.connection.SnowflakeConnection
Upload data from a stream to a Snowflake stage with optional configuration.
UploadStreamConfig - Class in net.snowflake.client.api.connection
Optional configuration for uploading data to a Snowflake stage from a stream.
UploadStreamConfig.Builder - Class in net.snowflake.client.api.connection
Builder for creating UploadStreamConfig instances.
UPSERT - net.snowflake.client.api.loader.Operation
Insert new rows or update existing rows (update-or-insert)
useLocalTimezone - net.snowflake.client.api.loader.LoaderProperty
 
USERNAME_PASSWORD_MFA - net.snowflake.client.api.auth.AuthenticatorType
Authenticator to enable token for regular login with MFA

V

valueOf(String) - Static method in enum net.snowflake.client.api.auth.AuthenticatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.client.api.exception.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.client.api.loader.LoaderProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.client.api.loader.LoadingError.ErrorProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.client.api.loader.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.client.api.resultset.QueryStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.client.api.resultset.SnowflakeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.snowflake.client.api.auth.AuthenticatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.client.api.exception.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.api.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.api.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.api.loader.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.client.api.resultset.QueryStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.client.api.resultset.SnowflakeType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANT - net.snowflake.client.api.resultset.SnowflakeType
Represents a VARIANT (semi-structured) type
VECTOR - net.snowflake.client.api.resultset.SnowflakeType
Represents a VECTOR type

W

WORKLOAD_IDENTITY - net.snowflake.client.api.auth.AuthenticatorType
Workload identity authentication using existing AWS/GCP/Azure/OIDC workload identity credentials
WORKLOAD_IDENTITY_FLOW_ERROR - net.snowflake.client.api.exception.ErrorCode
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages