Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

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
 
absolute(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
AbstractDriverIT - Class in net.snowflake.client
 
AbstractDriverIT() - Constructor for class net.snowflake.client.AbstractDriverIT
 
acceptsURL(String) - Method in class net.snowflake.client.jdbc.SnowflakeDriver
Checks whether a given url is in a valid format.
ACCOUNT - Static variable in class net.snowflake.client.jdbcapi.JDBCTestConfig
 
ACCOUNT - Static variable in class net.snowflake.client.TestConnectionUtil
 
addBatch() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
addBatch(String) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
addBatch(String) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
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
 
addOperationRecordCount(Operation, int) - Method in interface net.snowflake.client.loader.LoadResultListener
 
addProcessedRecordCount(Operation, int) - Method in interface net.snowflake.client.loader.LoadResultListener
 
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 Make sure a property is not added more than once and the number of properties does not exceed limit.
addProperty(String, Object) - Method in class net.snowflake.client.core.SFStatement
Add a statement parameter Make sure a property is not added more than once and the number of properties does not exceed limit.
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 It will compare the master token validity and stored master token validity and if it is less, we will update the stored one and the heartbeat interval and reschedule heartbeat.
addSubmittedRowCount(int) - Method in interface net.snowflake.client.loader.LoadResultListener
Adds the number of submitted rows
adjustTimestamp(Timestamp) - Static method in class net.snowflake.client.core.ResultUtil
Adjust timestamp for dates before 1582-10-05
ADMIN_ACCOUNT - Static variable in class net.snowflake.client.TestConnectionUtil
 
afterLast() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
allProceduresAreCallable() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
allTablesAreSelectable() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
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
 

B

BASE - Static variable in interface net.snowflake.client.loader.Loader
 
BaseIncidentTest - Class in net.snowflake.client.core
Created by hyu on 6/7/16.
BaseIncidentTest() - Constructor for class net.snowflake.client.core.BaseIncidentTest
 
BaseJDBCTest - Class in net.snowflake.client.jdbcapi
 
BasicEvent - Class in net.snowflake.client.core
Base Event class for events that don't need to deviate from the default flush behavior.
BasicEvent(Event.EventType, String) - Constructor for class net.snowflake.client.core.BasicEvent
 
BasicEvent.QueryState - Enum in net.snowflake.client.core
 
beforeFirst() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
binaryFormatter - Variable in class net.snowflake.client.core.SFBaseResultSet
 
binaryFormatter - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
BufferStage - Class in net.snowflake.client.loader
Class representing a unit of work for uploader.
BufferStage(StreamLoader, Operation, long, long) - Constructor for class net.snowflake.client.loader.BufferStage
 
BufferStage.State - Enum in net.snowflake.client.loader
 
build() - Method in class net.snowflake.client.ingest.avro.Row.Builder
 
buildHttpClient() - Static method in class net.snowflake.client.core.HttpUtil
Build an Http client using our set of default.

C

calculateMilliToAdjust(Date) - Static method in class net.snowflake.client.core.ResultUtil
For dates before 1582-10-05, calculate the number of millis to adjust.
calculateUpdateCount(ResultSet, long) - Static method in class net.snowflake.client.core.ResultUtil
 
call() - Method in class net.snowflake.client.ingest.PushTask
 
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
 
cancel() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
cancel() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
cancelHelper(String, String) - Method in class net.snowflake.client.core.SFStatement
A helper method to build URL and cancel the SQL for exec
cancelRowUpdates() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
changeVersion - Static variable in class net.snowflake.client.jdbc.SnowflakeDriver
 
checkCRLSystemProperty() - Static method in class net.snowflake.client.core.SessionUtil
Check if com.sun.security.enableCRLDP and com.sun.net.ssl.checkRevocation are set to true
checkErrorAndThrowException(JsonNode) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
Check the error in the JSON node and generate an exception based on information extracted from the node.
checkWithCopy(String) - Method in class net.snowflake.client.IngestFilesTester
 
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.
clearBatch() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
clearBatch() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
clearParameters() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
clearRowId() - Method in class net.snowflake.client.ingest.avro.Row.Builder
Clears the value of the 'rowId' field.
clearRowString() - Method in class net.snowflake.client.ingest.avro.Row.Builder
Clears the value of the 'rowString' field.
clearWarnings() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
clearWarnings() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
clearWarnings() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
clearWarnings() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
CLIENT_BUILD_ID - Static variable in class net.snowflake.client.core.IncidentUtil
 
CLIENT_INFO - Static variable in class net.snowflake.client.core.IncidentUtil
 
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.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.IngestFilesTester.SecurityState
 
close() - Method in class net.snowflake.client.jdbc.FileBackedOutputStream
 
close() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
close() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
Close the connection
close() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
 
close() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
close() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
close() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
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
 
closeOnCompletion() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
closeOnCompletion() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
closeSession(SessionUtil.LoginInput) - Static method in class net.snowflake.client.core.SessionUtil
Close a session
com.snowflake.client.jdbc - package com.snowflake.client.jdbc
 
commit() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
compareTwoLists(ArrayList<String>, ArrayList<String>) - Method in class net.snowflake.client.jdbcapi.BaseJDBCTest
 
complete - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
completeResult - Variable in class net.snowflake.client.ingest.IngestHistoryResponse
 
compressAndUploadStream(String, String, InputStream, String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
Method to compress data from a stream and upload it at a stage location.
computeNeededChunkMemory() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
Compute the memory necessary to store the data of this chunk
ComSnowflakeDriverIT - Class in net.snowflake.client
This is just a simple test class for compatiablity check.
ComSnowflakeDriverIT() - Constructor for class net.snowflake.client.ComSnowflakeDriverIT
 
concatFilePathNames(String, String, String) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
A small function for concatenating two file paths by making sure one and only one path separator is placed between the two paths.
connect(String, Properties) - Method in class net.snowflake.client.jdbc.SnowflakeDriver
Connect method
connection - Variable in class net.snowflake.client.IngestFilesTester
 
CONNECTION_STR - Static variable in class net.snowflake.client.jdbcapi.JDBCTestConfig
 
ConnectionIT - Class in net.snowflake.client.jdbcapi
 
ConnectionIT() - Constructor for class net.snowflake.client.jdbcapi.ConnectionIT
 
ConnectionPoolingIT - Class in net.snowflake.client.jdbcapi
 
ConnectionPoolingIT() - Constructor for class net.snowflake.client.jdbcapi.ConnectionPoolingIT
 
Constants - Class in net.snowflake.client.core
 
Constants() - Constructor for class net.snowflake.client.core.Constants
 
convert(String, String, String, String[], Class[]) - Static method in class net.snowflake.client.tool.TwitterDataConverter
 
create(String, String) - Static method in class net.snowflake.client.IngestFilesTester.SecurityState
 
CREATE_INGEST_MK_TABLE - Variable in class net.snowflake.client.ingest.IngestTester
 
CREATE_INGEST_TABLE - Variable in class net.snowflake.client.ingest.IngestTester
 
CREATE_INGEST_TABLE_TRUTH - Variable in class net.snowflake.client.ingest.IngestTester
 
CREATE_INGEST_TABLE_VAR - Variable in class net.snowflake.client.ingest.IngestTester
 
CREATE_INGEST_TABLE_VAR_TRUTH - Variable in class net.snowflake.client.ingest.IngestTester
 
CREATE_INT_STAGE_S3 - Variable in class net.snowflake.client.ingest.IngestTester
 
CREATE_STAGE - Variable in class net.snowflake.client.ingest.IngestTester
 
CREATE_STAGE_S3 - Variable in class net.snowflake.client.ingest.IngestTester
 
CREATE_STAGE_S3_MK - Variable in class net.snowflake.client.ingest.IngestTester
 
createArrayOf(String, Object[]) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
createBlob() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
createClob() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
createCsvs(int, int) - Method in class net.snowflake.client.ingest.IngestTester
 
createDefaultExecutorService(String, int) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
Returns a new thread pool configured with the default settings.
createHttpClient() - Static method in class net.snowflake.client.IngestFilesTester
 
createLargeCSV(int, int) - Method in class net.snowflake.client.ingest.IngestTester
 
createLoader(Map<LoaderProperty, Object>, Connection, Connection) - Static method in class net.snowflake.client.loader.LoaderFactory
 
createMalformedCSVs(int, int) - Method in class net.snowflake.client.ingest.IngestTester
 
createNClob() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
createPipe(String) - Method in class net.snowflake.client.IngestFilesTester
 
createSQLXML() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
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
 
createStruct(String, Object[]) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
createTableWithWideColumns(int) - Method in class net.snowflake.client.ingest.IngestTester
 
createTempCsv(int) - Method in class net.snowflake.client.IngestFilesTester
 
createTempFiles(int, int, IngestFilesTester.FileFormat) - Method in class net.snowflake.client.IngestFilesTester
 
createTempStageDir() - Method in class net.snowflake.client.IngestFilesTester
 
createUserAndAuthenticate(String) - Method in class net.snowflake.client.ingest.IngestTester
 

D

DATABASE - Variable in class net.snowflake.client.IngestFilesTester
 
DATABASE - Static variable in class net.snowflake.client.jdbcapi.JDBCTestConfig
 
DatabaseMetaDataIT - Class in net.snowflake.client.jdbcapi
 
DatabaseMetaDataIT() - Constructor for class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
dataDefinitionCausesTransactionCommit() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
dateFormatter - Variable in class net.snowflake.client.core.SFBaseResultSet
 
dateFormatter - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
DBMetadataResultSetMetadata - Enum in net.snowflake.client.jdbc
For function call getTables/getSchemas, we returned resultset.
debug(String) - Method in class net.snowflake.client.log.JDK14Logger
 
debug(String, Object...) - Method in class net.snowflake.client.log.JDK14Logger
 
debug(String, Throwable) - Method in class net.snowflake.client.log.JDK14Logger
 
debug(String) - Method in interface net.snowflake.client.log.SFLogger
 
debug(String, Object...) - Method in interface net.snowflake.client.log.SFLogger
 
debug(String, Throwable) - Method in interface net.snowflake.client.log.SFLogger
 
debug(String) - Method in class net.snowflake.client.log.SLF4JLogger
 
debug(String, Object...) - Method in class net.snowflake.client.log.SLF4JLogger
 
debug(String, Throwable) - Method in class net.snowflake.client.log.SLF4JLogger
 
DEFAULT_BATCH_ROW_SIZE - Static variable in class net.snowflake.client.loader.StreamLoader
Default batch row size
DEFAULT_CONNECTION_TIMEOUT - Static variable in class net.snowflake.client.core.HttpUtil
 
DEFAULT_HTTP_CLIENT_SOCKET_TIMEOUT - Static variable in class net.snowflake.client.core.HttpUtil
 
DEFAULT_KEY_SIZE - Static variable in class net.snowflake.client.jdbc.MatDesc
If key size is not explicitly specified, assume DEFAULT_KEY_SIZE
DEFAULT_MAX_CONNECTIONS - Static variable in class net.snowflake.client.core.HttpUtil
 
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class net.snowflake.client.core.HttpUtil
 
deleteRow() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
deletesAreDetected(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
describe(String) - Method in class net.snowflake.client.core.SFStatement
Describe a statement
describe() - Method in class net.snowflake.client.core.SFStatement
Describe the statement
describeColumns() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
Describe the metadata of a fixed view.
describeColumns() - Method in interface net.snowflake.client.jdbc.SnowflakeFixedView
 
describeFixedViewColumns(Class) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
 
describeQueryInternal(String, Map<String, Map<String, Object>>) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
Internal method for describing a query with bindings accepted.
DETAIL - Static variable in class net.snowflake.client.core.IncidentUtil
 
DISABLE_DUMP_COMPR_PROP - Static variable in class net.snowflake.client.core.EventHandler
 
DISABLE_DUMPS_PROP - Static variable in class net.snowflake.client.core.EventHandler
 
disableDefaultHandler() - Static method in class net.snowflake.client.log.JDK14Logger
 
disableIncidents - Static variable in class net.snowflake.client.jdbc.SnowflakeDriver
 
disableIngestService() - Static method in class net.snowflake.client.IngestFilesTester
 
disableIngestServiceOld() - Static method in class net.snowflake.client.IngestFilesTester
 
doesMaxRowSizeIncludeBlobs() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
doQuery(String) - Method in class net.snowflake.client.IngestFilesTester
 
doQuery(String, Connection) - Method in class net.snowflake.client.IngestFilesTester
 
download(SnowflakeS3Client, SFSession, String, String, String, int, String, String, String) - Static method in class net.snowflake.client.jdbc.SnowflakeS3Client
Download a file from S3.
DownloadCommandEncryptionFacade(String, String, String, long, boolean) - Constructor for class net.snowflake.client.jdbc.SnowflakeFileTransferAgent.DownloadCommandEncryptionFacade
 
DownloadCommandFacade(String, String, String, long) - Constructor for class net.snowflake.client.jdbc.SnowflakeFileTransferAgent.DownloadCommandFacade
 
DRIVER_CLASS_NAME - Static variable in class net.snowflake.client.jdbcapi.JDBCTestConfig
 
DUMP_PATH_PROP - Static variable in class net.snowflake.client.core.EventUtil
 
DUMP_SIZE_PROP - Static variable in class net.snowflake.client.core.EventUtil
 
DUMP_SUBDIR - Static variable in class net.snowflake.client.core.EventUtil
 
dumpLogBuffer(String) - Method in class net.snowflake.client.core.EventHandler
Dumps the contents of the in-memory log buffer to disk and clears the buffer.
dumpVmMetrics(String) - Static method in class net.snowflake.client.core.IncidentUtil
Dumps JVM metrics for this process.

E

enableEncryption(boolean) - Static method in class net.snowflake.client.IngestFilesTester
 
enableIngestForAccount(boolean) - Static method in class net.snowflake.client.IngestFilesTester
 
enableIngestService() - Static method in class net.snowflake.client.IngestFilesTester
 
enableIngestServiceOld() - Static method in class net.snowflake.client.IngestFilesTester
 
enableKeyPairAuthn() - Static method in class net.snowflake.client.IngestFilesTester
 
endOfResult - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
ensureRowsComplete() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
Checks that all data has been added after parsing.
error(String) - Method in class net.snowflake.client.log.JDK14Logger
 
error(String, Object...) - Method in class net.snowflake.client.log.JDK14Logger
 
error(String, Throwable) - Method in class net.snowflake.client.log.JDK14Logger
 
error(String) - Method in interface net.snowflake.client.log.SFLogger
 
error(String, Object...) - Method in interface net.snowflake.client.log.SFLogger
 
error(String, Throwable) - Method in interface net.snowflake.client.log.SFLogger
 
error(String) - Method in class net.snowflake.client.log.SLF4JLogger
 
error(String, Object...) - Method in class net.snowflake.client.log.SLF4JLogger
 
error(String, Throwable) - Method in class net.snowflake.client.log.SLF4JLogger
 
ErrorCode - Enum in net.snowflake.client.jdbc
Internal JDBC driver error codes
errorMessageResource - Static variable in enum net.snowflake.client.jdbc.ErrorCode
 
errorsSeen - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
escapeForCSV(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeType
 
Event - Class in net.snowflake.client.core
Abstract class to encapsulate a Client-side Event and any methods associated with it.
Event(Event.EventType, String) - Constructor for class net.snowflake.client.core.Event
 
Event.EventType - Enum in net.snowflake.client.core
 
EventHandler - Class in net.snowflake.client.core
 
EventHandler(int, int) - Constructor for class net.snowflake.client.core.EventHandler
 
EventUtil - Class in net.snowflake.client.core
Utility class to encapsulate support information pertaining to the EventHandler and events.
EventUtil() - Constructor for class net.snowflake.client.core.EventUtil
 
execute(String) - Method in class net.snowflake.client.core.SFStatement
Execute sql
execute(StmtUtil.StmtInput) - Static method in class net.snowflake.client.core.StmtUtil
Execute a statement side effect: stmtInput.prevGetResultURL is set if we have started ping pong and receives an exception from session token expiration so that during retry we don't retry the query submission, but continue the ping pong process.
execute(HttpClient, HttpRequestBase, long, int, AtomicBoolean) - Static method in class net.snowflake.client.jdbc.RestRequest
Execute an http request with retry logic.
execute() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
 
execute() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
execute(String) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
execute(String, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
execute(String, int[]) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
execute(String, String[]) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
execute(String) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
Execute sql
execute(String, int) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
execute(String, int[]) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
execute(String, String[]) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
executeBatch() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
executeBatch() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
executeFileTransfer(String) - Method in class net.snowflake.client.core.SFStatement
 
executeHelper(String, String, Map<String, Map<String, Object>>, boolean) - Method in class net.snowflake.client.core.SFStatement
A helper method to build URL and submit the SQL to snowflake for exec
executeQuery(String) - Method in class net.snowflake.client.core.SFStatement
Execute SQL query
executeQuery(String, boolean) - Method in class net.snowflake.client.core.SFStatement
Execute SQL query with an option for describe only
executeQuery() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
executeQuery(String) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
executeQuery(String) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
Execute SQL query
executeQueryInternal(String, Map<String, Map<String, Object>>, boolean) - Method in class net.snowflake.client.core.SFStatement
Internal method for executing a query with bindings accepted.
executeQueryInternal(String, Map<String, Map<String, Object>>) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
Internal method for executing a query with bindings accepted.
executeSetProperty(String) - Method in class net.snowflake.client.core.SFStatement
 
executeSetProperty(String) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
executeUpdate() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
executeUpdate(String) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
executeUpdate(String, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
executeUpdate(String, int[]) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
executeUpdate(String, String[]) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
executeUpdate(String) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
Execute an update statement
executeUpdate(String, int) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
executeUpdate(String, int[]) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
executeUpdate(String, String[]) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
executeUpdateInternal(String, Map<String, Map<String, Object>>) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
expandFileNames(String[]) - Static method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
process a list of file paths separated by "," and expand the wildcards if any to generate the list of paths for all files matched by the wildcards
EXTRA_TYPES_TIMESTAMP_LTZ - Static variable in class net.snowflake.client.jdbc.SnowflakeUtil
Additional data types not covered by standard JDBC
EXTRA_TYPES_TIMESTAMP_TZ - Static variable in class net.snowflake.client.jdbc.SnowflakeUtil
 
extractBucketNameAndPath(String) - Static method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
A small helper for extracting bucket name and path from stage location.
extractCell(JsonNode, int, int) - Static method in class net.snowflake.client.jdbc.SnowflakeResultChunk
 
extractColumnMetadata(JsonNode) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
 

F

fetchColumnInResultSet(ResultSet, int) - Method in class net.snowflake.client.jdbcapi.BaseJDBCTest
 
fetchDirection - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
fetchResultSet(ResultSet, boolean) - Method in class net.snowflake.client.jdbcapi.BaseJDBCTest
 
fetchSize - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
FILE_BUCKET_SIZE - Static variable in class net.snowflake.client.loader.BufferStage
 
FILE_EXPN_TIME_MS - Static variable in class net.snowflake.client.core.EventHandler
 
FILE_PREFIX - Static variable in class net.snowflake.client.loader.StreamLoader
 
FILE_SIZE - Static variable in class net.snowflake.client.loader.BufferStage
 
FILE_SUFFIX - Static variable in class net.snowflake.client.loader.StreamLoader
 
FileBackedOutputStream - Class in net.snowflake.client.jdbc
An OutputStream that starts buffering to a byte array, but switches to file buffering once the data reaches a configurable size.
FileBackedOutputStream(int) - Constructor for class net.snowflake.client.jdbc.FileBackedOutputStream
Creates a new instance that uses the given file threshold, and does not reset the data when the ByteSource returned by FileBackedOutputStream.asByteSource() is finalized.
FileBackedOutputStream(int, boolean) - Constructor for class net.snowflake.client.jdbc.FileBackedOutputStream
Creates a new instance that uses the given file threshold, and optionally resets the data when the ByteSource returned by FileBackedOutputStream.asByteSource() is finalized.
FileEntry() - Constructor for class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
fileHandler - Static variable in class net.snowflake.client.jdbc.SnowflakeDriver
 
files - Variable in class net.snowflake.client.ingest.IngestHistoryResponse
 
files - Variable in class net.snowflake.client.ingest.PushTask.IngestPushFilesRequest
 
files - Variable in class net.snowflake.client.IngestFilesTester.IngestPushFilesRequest
 
fileSize - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
FileTypeDetector - Class in net.snowflake.client.core
Use Tika to detect the mime type of files
FileTypeDetector() - Constructor for class net.snowflake.client.core.FileTypeDetector
 
FileUploader - Class in net.snowflake.client.loader
Class responsible for uploading a single data file.
FileUploader(StreamLoader, String, File) - Constructor for class net.snowflake.client.loader.FileUploader
 
findColumn(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
finish() - Method in interface net.snowflake.client.loader.Loader
Finishes processing and commits or rolls back.
finish() - Method in class net.snowflake.client.loader.StreamLoader
Finishes loader
first() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
firstError - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
firstErrorCharacterPos - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
firstErrorColumnName - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
firstErrorLineNum - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
flush() - Method in class net.snowflake.client.core.BasicEvent
 
flush() - Method in class net.snowflake.client.core.Event
 
flush() - Method in class net.snowflake.client.core.EventHandler
Flushes all eventBuffer entries.
flush() - Method in class net.snowflake.client.core.Incident
Registers the incident with Global Services
flush() - Method in class net.snowflake.client.jdbc.FileBackedOutputStream
 
folder - Variable in class net.snowflake.client.SnowflakeFileUploaderTest
 
format(LogRecord) - Method in class net.snowflake.client.log.SFFormatter
 
fqPipeName - Variable in class net.snowflake.client.IngestFilesTester
 
fqTableName - Variable in class net.snowflake.client.IngestFilesTester
 
freeData() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
 
fromString(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeType
 

G

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
 
generateIncidentWithSignature(String, boolean) - Method in class net.snowflake.client.core.BaseIncidentTest
 
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
 
generateJwtToken(String, String, KeyPair) - Static method in class net.snowflake.client.IngestFilesTester.SecurityState
 
get(int) - Method in class net.snowflake.client.ingest.avro.Row
 
getAccountName() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
getAccountName() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getActiveFilesCount() - Method in class net.snowflake.client.ingest.WatchTask
 
getActiveFilesCount(IngestHistoryResponse) - Method in class net.snowflake.client.ingest.WatchTask
 
getAndClearCurrentChunkRowset() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
 
getAndIncrementSequenceId() - Method in class net.snowflake.client.core.SFSession
 
getAndIncrementSequenceId() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getAppBuildId() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
getAppId() - 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
 
getArray(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getArray(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getAsciiStream(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getAsciiStream(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
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
 
getBigDecimal(int, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
Deprecated. 
getBigDecimal(String, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
Deprecated. 
getBigDecimal(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBigDecimal(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBigDecimal(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getBigDecimal(int, int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getBinaryFormatter() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
 
getBinaryStream(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBinaryStream(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBlob(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBlob(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBoolean(String) - Static method in class net.snowflake.client.core.ResultUtil
Converst snowflake bool to java boolean
getBoolean(int) - Method in class net.snowflake.client.core.SFBaseResultSet
 
getBoolean(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBoolean(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBoolean(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
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
getByErrorCode(String) - Static method in enum net.snowflake.client.jdbc.ErrorCode
 
getByte(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getByte(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBytes(int) - Method in class net.snowflake.client.core.SFBaseResultSet
 
getBytes(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBytes(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getBytes(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
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
 
getCatalogName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
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(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getCharacterStream(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getChunkCount() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
 
getChunkDownloader() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
 
getClassSchema() - Static method in class net.snowflake.client.ingest.avro.Row
 
getClazz() - Method in enum net.snowflake.client.jdbc.SnowflakeType.JavaDataType
 
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
 
getClob(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getClob(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
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
 
getColumnCount() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
getColumnDisplaySize(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
 
getColumnDisplaySize(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
getColumnDisplaySize(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
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
 
getColumnIndex(String) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
getColumnLabel(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
 
getColumnLabel(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
getColumnLabel(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
getColumnName(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
 
getColumnName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
getColumnName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
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
 
getColumnNames() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
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
 
getColumnType(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
getColumnTypeName(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
 
getColumnTypeName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
getColumnTypeName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
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
 
getConcurrency() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getConnection(boolean, boolean, int) - Static method in class net.snowflake.client.AbstractDriverIT
Gets a connection with default session parameter settings, but tunable query api version and socket timeout setting
getConnection(boolean, boolean, int, Properties) - Static method in class net.snowflake.client.AbstractDriverIT
Gets a connection for the custom session parameter settings and tunable query api version and socket timeout setting
getConnection() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
getConnection() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getConnection() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getConnection() - Static method in class net.snowflake.client.jdbcapi.BaseJDBCTest
 
getConnection(Properties) - Static method in class net.snowflake.client.jdbcapi.BaseJDBCTest
 
getConnection() - Static method in class net.snowflake.client.TestConnectionUtil
 
getConnection(String, String) - Static method in class net.snowflake.client.TestConnectionUtil
 
getConnectionPool() - Method in class net.snowflake.client.jdbcapi.ConnectionPoolingIT
 
getConnectionTimeout() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
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
 
getCursorName() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
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
 
getDate(int, TimeZone) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getDate(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getDate(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getDate(int, Calendar) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getDate(String, Calendar) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getDate(int, TimeZone) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getDate(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
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) - 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
 
getDesc() - Method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.ResultStatus
 
getDescription() - Method in enum net.snowflake.client.core.BasicEvent.QueryState
 
getDescription() - Method in enum net.snowflake.client.core.Event.EventType
 
getDouble(int) - Method in class net.snowflake.client.core.SFBaseResultSet
 
getDouble(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getDouble(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getDouble(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getDownloadCondition() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
 
getDownloadError() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
 
getDownloadFileCallable(String, String, Map, String, String, Map<String, SnowflakeFileTransferAgent.FileMetadata>, SnowflakeS3Client, SFSession, String, int, S3FileEncryptionMaterial, String) - Static method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
A callable that can be executed in a separate thread using exeuctor 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
 
getEncryptionKeySize() - Method in class net.snowflake.client.jdbc.SnowflakeS3Client
 
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
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
 
getFetchDirection() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getFetchDirection() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getFetchDirection() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getFetchSize() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getFetchSize() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getFetchSize() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
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
 
getFloat(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getFloat(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getFloat(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getFormatName() - Method in enum net.snowflake.client.IngestFilesTester.FileFormat
 
getFqPipeName() - Method in class net.snowflake.client.ingest.IngestTester
 
getFqTableName() - Method in class net.snowflake.client.ingest.IngestTester
 
getFullTableName() - Method in class net.snowflake.client.loader.StreamLoader
 
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
 
getGeneratedKeys() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getGeneratedKeys() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getHead(Handler) - Method in class net.snowflake.client.log.SFFormatter
 
getHealthCheckInterval() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
 
getHistoryFilesIngested() - Method in class net.snowflake.client.ingest.WatchTask
 
getHistoryFilesIngested(IngestHistoryResponse) - Method in class net.snowflake.client.ingest.WatchTask
 
getHistoryReportResponse() - Method in class net.snowflake.client.ingest.WatchTask
 
getHoldability() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getHoldability() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getHttpClient() - Static method in class net.snowflake.client.core.HttpUtil
Accessor for the HTTP client singleton.
getHttpClient() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
getHttpClient() - Method in class net.snowflake.client.core.SFSession
 
getHttpClient() - Method in class net.snowflake.client.ingest.IngestTester
 
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
 
getHttpClientStats() - Static method in class net.snowflake.client.core.HttpUtil
Accessor for the HTTP client singleton.
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
 
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
 
getInfoViaSQLCmd(String) - Method in class net.snowflake.client.jdbcapi.BaseJDBCTest
 
getInjectClientPause() - Method in class net.snowflake.client.core.SFSession
 
getInjectClientPause() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
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
 
getInjectSocketTimeout() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getInstance() - Static method in class net.snowflake.client.core.HeartbeatBackground
 
getInt(int) - Method in class net.snowflake.client.core.SFBaseResultSet
 
getInt(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getInt(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getInt(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getInternalColumnType(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
 
getInternalColumnType(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
getInternalColumnType(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
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
 
getJwtToken() - Method in class net.snowflake.client.ingest.IngestTester
 
getJwtToken() - Method in class net.snowflake.client.IngestFilesTester.SecurityState
 
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
 
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
 
getLong(int) - Method in class net.snowflake.client.core.SFBaseResultSet
 
getLong(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getLong(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getLong(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
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
 
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
 
getMaxFieldSize() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getMaxFieldSize() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getMaxIndexLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
getMaxRows() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getMaxRows() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
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
 
getMessage() - Method in class net.snowflake.client.core.Event
 
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.SnowflakeBaseResultSet
 
getMetaData() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
Return the database metadata
getMetaData() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getMetaData() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
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.jdbc.SnowflakePreparedStatementV1
 
getMoreResults(int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getMoreResults() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getMoreResults(int) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getName() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
 
getNCharacterStream(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getNCharacterStream(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getNClob(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getNClob(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
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: 1.
getNextRow() - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
 
getNextRow() - Method in interface net.snowflake.client.jdbc.SnowflakeFixedView
 
getNoise() - Method in class net.snowflake.client.loader.StreamLoader
 
getNString(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getNString(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
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
 
getObject(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getObject(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getObject(int, Class<T>) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getObject(String, Class<T>) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getObject(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
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
 
getObjectInternal(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getObjectMetadata(String, String) - Method in class net.snowflake.client.jdbc.SnowflakeS3Client
 
getOp() - Method in class net.snowflake.client.loader.BufferStage
 
getParameterMetaData() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
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.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
 
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
 
getPrecision(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
getPrefix() - Method in class net.snowflake.client.loader.LoadingError
 
getPrimaryKeys(String, String, String) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
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
 
getPublicKeyString() - Method in class net.snowflake.client.IngestFilesTester.SecurityState
 
getPushedFiles() - Method in class net.snowflake.client.ingest.PushTask
 
getQueryId() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
 
getQueryId() - Method in class net.snowflake.client.core.SFException
 
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 class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
getQueryId() - Method in exception net.snowflake.client.jdbc.SnowflakeSQLException
 
getQueryResult(JsonNode, String, 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.
getQueryTimeout() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getQueryTimeout() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getQueryTimeout() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getQuotedStageName() - Method in class net.snowflake.client.ingest.IngestTester
 
getRef(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getRef(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getRemMeToken() - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
 
getRemoteLocation() - Method in class net.snowflake.client.loader.BufferStage
 
getReport() - Method in class net.snowflake.client.ingest.WatchTask
 
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.jdbc.SnowflakeFileTransferAgent
 
getResultSet() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getResultSet() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getResultSetConcurrency() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getResultSetConcurrency() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getResultSetHoldability() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
getResultSetHoldability() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getResultSetHoldability() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getResultSetMetaData() - Method in class net.snowflake.client.core.SFStatementMetaData
 
getResultSetType() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getResultSetType() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getResultVersion() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
 
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
 
getRow() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getRow() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getRowCount() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
 
getRowCount() - Method in class net.snowflake.client.loader.BufferStage
 
getRowId() - Method in class net.snowflake.client.ingest.avro.Row.Builder
Gets the value of the 'rowId' field.
getRowId() - Method in class net.snowflake.client.ingest.avro.Row
Gets the value of the 'rowId' field.
getRowId(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getRowId(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getRowIdLifetime() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
getRowString() - Method in class net.snowflake.client.ingest.avro.Row.Builder
Gets the value of the 'rowString' field.
getRowString() - Method in class net.snowflake.client.ingest.avro.Row
Gets the value of the 'rowString' field.
getRsColumnCaseInsensitive() - Method in class net.snowflake.client.core.SFSession
 
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
 
getScale(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
getSchema() - Method in class net.snowflake.client.core.SFSession
 
getSchema() - Method in class net.snowflake.client.ingest.avro.Row
 
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
 
getSchemaName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
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
 
getServerUrl() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
getServerUrl() - Method in class net.snowflake.client.core.SFSession
 
getServerUrl() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
get server url
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
getSFProjectRootString() - Method in class net.snowflake.client.jdbcapi.BaseJDBCTest
 
getSfSession() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getSFSessionProperty(String) - Method in class net.snowflake.client.core.SFSession
 
getSFSessionProperty(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getSfStatement() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
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.
getSFTime(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
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.
getSFTimestamp(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
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
 
getShort(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getShort(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getShort(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getSizeOfResultSet(ResultSet) - Method in class net.snowflake.client.jdbcapi.BaseJDBCTest
 
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
 
getSQLXML(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getSQLXML(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getStage() - Method in class net.snowflake.client.loader.LoadingError
 
getStatement() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getStatement() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getStatementTypeId() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
 
getStatementTypeId() - Method in class net.snowflake.client.core.SFResultSet
 
getStatementTypeId() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getString(int) - Method in class net.snowflake.client.core.SFBaseResultSet
 
getString(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getString(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getString(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getStringFunctions() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
getSubmittedRowCount() - Method in interface net.snowflake.client.loader.LoadResultListener
Gets the number of submitted row
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
 
getTableName(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
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
 
getTail(Handler) - Method in class net.snowflake.client.log.SFFormatter
 
getTarget() - Method in class net.snowflake.client.loader.LoadingError
 
getTime(int) - Method in class net.snowflake.client.core.SFBaseResultSet
 
getTime(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getTime(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getTime(int, Calendar) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getTime(String, Calendar) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getTime(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
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(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getTimestamp(int, TimeZone) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getTimestamp(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getTimestamp(int, Calendar) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getTimestamp(String, Calendar) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getTimestamp(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
getTimestamp(int, TimeZone) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
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
 
getTransactionIsolation() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getTruthTable() - Method in class net.snowflake.client.ingest.IngestTester
 
getType() - Method in class net.snowflake.client.core.Event
 
getType() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
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
 
getUnicodeStream(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
Deprecated. 
getUnicodeStream(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
Deprecated. 
getUpdateCount() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getUpdateCount() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
getUploadFileCallable(String, String, String, boolean, Map<String, SnowflakeFileTransferAgent.FileMetadata>, SnowflakeS3Client, SFSession, String, InputStream, boolean, long, int, File, S3FileEncryptionMaterial, String) - Static method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
A callable that can be executed in a separate thread using exeuctor service.
getURL(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getURL(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getURL() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getURL() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
getUrl() - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
 
getUserName() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
getUserName() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getUserName() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
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
 
getWarnings() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
getWarnings() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
getWarnings() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
getWarnings() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
grantPriviOnTableToRole() - Method in class net.snowflake.client.ingest.IngestTester
 
grantPriviOnTableToRoleInternal() - Method in class net.snowflake.client.ingest.IngestTester
 
greatestCommonPrefix(String, String) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
 

H

hasRowId() - Method in class net.snowflake.client.ingest.avro.Row.Builder
Checks whether the 'rowId' field has been set.
hasRowString() - Method in class net.snowflake.client.ingest.avro.Row.Builder
Checks whether the 'rowString' field has been set.
heartbeat() - Method in class net.snowflake.client.core.SFSession
Send heartbeat for the session
HeartbeatBackground - Class in net.snowflake.client.core
This class is a singleton which is running inside driver to heartbeat snowflake server for each connection
HeartbeatIT - Class in net.snowflake.client
This test assumes that GS has been set up
HeartbeatIT() - Constructor for class net.snowflake.client.HeartbeatIT
 
historyReportEndpoint(String) - Static method in class net.snowflake.client.IngestFilesTester
 
honorClientTZForTimestampNTZ - Variable in class net.snowflake.client.core.SFBaseResultSet
 
honorClientTZForTimestampNTZ - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
HOST - Static variable in class net.snowflake.client.TestConnectionUtil
 
httpClient - Variable in class net.snowflake.client.IngestFilesTester
 
HttpInputStream(InputStream) - Constructor for class net.snowflake.client.core.HttpUtil.HttpInputStream
 
HttpUtil - Class in net.snowflake.client.core
Created by jhuang on 1/19/16.
HttpUtil() - Constructor for class net.snowflake.client.core.HttpUtil
 
HttpUtil.HttpInputStream - Class in net.snowflake.client.core
 

I

implementVersion - Static variable in class net.snowflake.client.jdbc.SnowflakeDriver
 
INC_DUMP_FILE_EXT - Static variable in class net.snowflake.client.core.IncidentUtil
 
INC_DUMP_FILE_NAME - Static variable in class net.snowflake.client.core.IncidentUtil
 
Incident - Class in net.snowflake.client.core
Incident Event class for triggering and registering Incidents with GS
Incident(Event.EventType, Map<String, Object>) - Constructor for class net.snowflake.client.core.Incident
 
Incident2IT - Class in net.snowflake.client.core
Created by hyu on 6/7/16.
Incident2IT() - Constructor for class net.snowflake.client.core.Incident2IT
 
INCIDENT_ID - Static variable in class net.snowflake.client.core.IncidentUtil
 
INCIDENT_INFO - Static variable in class net.snowflake.client.core.IncidentUtil
 
INCIDENT_REPORT - Static variable in class net.snowflake.client.core.IncidentUtil
 
INCIDENT_TYPE - Static variable in class net.snowflake.client.core.IncidentUtil
 
IncidentIT - Class in net.snowflake.client.core
 
IncidentIT() - Constructor for class net.snowflake.client.core.IncidentIT
 
IncidentUtil - Class in net.snowflake.client.core
 
IncidentUtil() - Constructor for class net.snowflake.client.core.IncidentUtil
 
info(String) - Method in class net.snowflake.client.log.JDK14Logger
 
info(String, Object...) - Method in class net.snowflake.client.log.JDK14Logger
 
info(String, Throwable) - Method in class net.snowflake.client.log.JDK14Logger
 
info(String) - Method in interface net.snowflake.client.log.SFLogger
 
info(String, Object...) - Method in interface net.snowflake.client.log.SFLogger
 
info(String, Throwable) - Method in interface net.snowflake.client.log.SFLogger
 
info(String) - Method in class net.snowflake.client.log.SLF4JLogger
 
info(String, Object...) - Method in class net.snowflake.client.log.SLF4JLogger
 
info(String, Throwable) - Method in class net.snowflake.client.log.SLF4JLogger
 
INFORMATICA_V1_CLASS_NAME_PREFIX - Static variable in class net.snowflake.client.log.SFFormatter
 
INFORMATICA_V2_CLASS_NAME_PREFIX - Static variable in class net.snowflake.client.log.SFFormatter
 
INGEST_TBL - Variable in class net.snowflake.client.IngestFilesTester
 
IngestFile() - Constructor for class net.snowflake.client.ingest.PushTask.IngestPushFilesRequest.IngestFile
 
IngestFile() - Constructor for class net.snowflake.client.IngestFilesTester.IngestPushFilesRequest.IngestFile
 
IngestFilesTester - Class in net.snowflake.client
 
IngestFilesTester(Connection, CloseableHttpClient) - Constructor for class net.snowflake.client.IngestFilesTester
 
IngestFilesTester.FileFormat - Enum in net.snowflake.client
 
IngestFilesTester.IngestPushFilesRequest - Class in net.snowflake.client
 
IngestFilesTester.IngestPushFilesRequest.IngestFile - Class in net.snowflake.client
 
IngestFilesTester.SecurityState - Class in net.snowflake.client
 
IngestFilesTestIT - Class in net.snowflake.client
 
IngestFilesTestIT() - Constructor for class net.snowflake.client.IngestFilesTestIT
 
IngestHistoryResponse - Class in net.snowflake.client.ingest
this is copied (more or less) from GS.
IngestHistoryResponse() - Constructor for class net.snowflake.client.ingest.IngestHistoryResponse
 
IngestHistoryResponse.FileEntry - Class in net.snowflake.client.ingest
 
IngestIT - Class in net.snowflake.client.ingest
Created by hyu on 10/19/16.
IngestIT() - Constructor for class net.snowflake.client.ingest.IngestIT
 
IngestPushFilesRequest() - Constructor for class net.snowflake.client.ingest.PushTask.IngestPushFilesRequest
 
IngestPushFilesRequest() - Constructor for class net.snowflake.client.IngestFilesTester.IngestPushFilesRequest
 
IngestTester - Class in net.snowflake.client.ingest
Created by hyu on 10/19/16.
IngestTester(Connection, CloseableHttpClient) - Constructor for class net.snowflake.client.ingest.IngestTester
 
initEventHandlerInstance(int, int) - Static method in class net.snowflake.client.core.EventUtil
Initializes the common eventHandler instance for all sessions/threads
insert_role - Variable in class net.snowflake.client.ingest.IngestTester
 
insertFilesEndpoint(String) - Static method in class net.snowflake.client.IngestFilesTester
 
insertRow() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
insertsAreDetected(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
INSTANCE - Static variable in class net.snowflake.client.jdbc.SnowflakeDriver
 
isAborted() - Method in class net.snowflake.client.loader.StreamLoader
 
isAfterLast() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
isAutoIncrement(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
isBeforeFirst() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
isCaseSensitive(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
isCatalogAtStart() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
isClosed - Variable in class net.snowflake.client.core.SFBaseResultSet
 
isClosed() - Method in class net.snowflake.client.core.SFBaseResultSet
 
isClosed() - Method in class net.snowflake.client.core.SFSession
 
isClosed() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
isClosed() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
isClosed() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
isClosed() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
isClosed() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
isCloseOnCompletion() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
isCloseOnCompletion() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
isCurrency(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
isDDL(long) - Static method in class net.snowflake.client.core.SFStatementType
 
isDebugEnabled() - Method in class net.snowflake.client.log.JDK14Logger
 
isDebugEnabled() - Method in interface net.snowflake.client.log.SFLogger
Is debug level enabled?
isDebugEnabled() - Method in class net.snowflake.client.log.SLF4JLogger
 
isDefinitelyWritable(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
isDisableIncidents() - Static method in class net.snowflake.client.jdbc.SnowflakeDriver
 
isDML(long) - Static method in class net.snowflake.client.core.SFStatementType
 
isEnableHeartbeat() - Method in class net.snowflake.client.core.SFSession
 
isEncrypting() - Method in class net.snowflake.client.jdbc.SnowflakeS3Client
 
isErrorEnabled() - Method in class net.snowflake.client.log.JDK14Logger
 
isErrorEnabled() - Method in interface net.snowflake.client.log.SFLogger
Is error level enabled?
isErrorEnabled() - Method in class net.snowflake.client.log.SLF4JLogger
 
isExecuteReturnCountForDML() - Method in class net.snowflake.client.core.SFSession
 
isFileTransfer(String) - Method in class net.snowflake.client.core.SFStatement
A method to check if a sql is file upload statement with consideration for potential comments in front of put keyword.
isFileTransfer(String) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
A method to check if a sql is file upload statement with consideration for potential comments in front of put keyword.
isFirst() - Method in class net.snowflake.client.core.SFBaseResultSet
 
isFirst() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
isFirst() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
isFixed() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
 
isHonorClientTZForTimestampNTZ() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
 
isInfoEnabled() - Method in class net.snowflake.client.log.JDK14Logger
 
isInfoEnabled() - Method in interface net.snowflake.client.log.SFLogger
Is info level enabled?
isInfoEnabled() - Method in class net.snowflake.client.log.SLF4JLogger
 
isLast() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
isNullable(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
 
isNullable() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
 
isNullable(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
isNullable(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
isPasscodeInPassword() - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
isPoolable() - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
isPoolable() - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
isReadOnly() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
isReadOnly() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
isReadOnly(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
isRequired() - Method in enum net.snowflake.client.core.SFSessionProperty
 
isRetryQuery() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
isSearchable(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
isSelectStatement(long) - Static method in class net.snowflake.client.core.SFStatementType
 
isSigned(int) - Method in class net.snowflake.client.core.SFResultSetMetaData
 
isSigned(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
isSigned(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
isSupported() - Method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.FileCompressionType
 
isTerminate() - Method in class net.snowflake.client.loader.BufferStage
 
isTotalRowCountTruncated() - Method in class net.snowflake.client.core.ResultUtil.ResultOutput
 
isTraceEnabled() - Method in class net.snowflake.client.log.JDK14Logger
 
isTraceEnabled() - Method in interface net.snowflake.client.log.SFLogger
Is trace level enabled?
isTraceEnabled() - Method in class net.snowflake.client.log.SLF4JLogger
 
isUseProxy() - Method in class net.snowflake.client.core.SFSession
 
isUseV1QueryAPI() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
isValid(int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
isWarnEnabled() - Method in class net.snowflake.client.log.JDK14Logger
 
isWarnEnabled() - Method in interface net.snowflake.client.log.SFLogger
Is warn level enabled?
isWarnEnabled() - Method in class net.snowflake.client.log.SLF4JLogger
 
isWrapperFor(Class<?>) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
isWrapperFor(Class<?>) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
isWrapperFor(Class<?>) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
isWrapperFor(Class<?>) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
isWritable(int) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 

J

javaTypeToSFType(int) - Static method in enum net.snowflake.client.jdbc.SnowflakeType
 
javaTypeToSFType(int) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
 
javaTypeToSFTypeString(int) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
 
jdbcCompliant() - Method in class net.snowflake.client.jdbc.SnowflakeDriver
 
JDBCTestConfig - Class in net.snowflake.client.jdbcapi
 
JDBCTestConfig() - Constructor for class net.snowflake.client.jdbcapi.JDBCTestConfig
 
JDK14Logger - Class in net.snowflake.client.log
Use java.util.logging to implements SFLogger.
JDK14Logger(String) - Constructor for class net.snowflake.client.log.JDK14Logger
 
JOB_ID - Static variable in class net.snowflake.client.core.IncidentUtil
 
join() - Method in class net.snowflake.client.loader.FileUploader
 
join() - Method in class net.snowflake.client.loader.ProcessQueue
 
join() - Method in class net.snowflake.client.loader.PutQueue
 

K

KEY_SIZE - Static variable in class net.snowflake.client.jdbc.MatDesc
MatDesc key for the length of the key in bits

L

last() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
lastInsertTime - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
lexicalValue(Object) - Method in enum net.snowflake.client.jdbc.SnowflakeType.JavaDataType
 
lexicalValue(Object, boolean) - Static method in enum net.snowflake.client.jdbc.SnowflakeType
Returns a lexical value of an object that is suitable for Snowflake import serialization
listObjects(String, String) - Method in class net.snowflake.client.jdbc.SnowflakeS3Client
 
listSearchCaseInsensitive(List<String>, String) - Static method in class net.snowflake.client.core.ResultUtil
Given a list of String, do a case insensitive search for target string Used by resultsetMetadata to search for target column name
loadConfig() - Method in class net.snowflake.client.jdbcapi.BaseJDBCTest
 
Loader - Interface in net.snowflake.client.loader
Bulk loader for Snowflake
Loader.ConnectionError - Exception in net.snowflake.client.loader
 
Loader.DataError - Exception in net.snowflake.client.loader
 
LoaderFactory - Class in net.snowflake.client.loader
 
LoaderFactory() - Constructor for class net.snowflake.client.loader.LoaderFactory
 
LoaderIT - Class in net.snowflake.client.loader.test
Loader IT
LoaderIT() - Constructor for class net.snowflake.client.loader.test.LoaderIT
 
LoaderProperty - Enum in net.snowflake.client.loader
Configuration parameters for Loader
LoadingError - Class in net.snowflake.client.loader
Wrapper for data format errors returned by the COPY/validate command
LoadingError(ResultSet, BufferStage, StreamLoader) - Constructor for class net.snowflake.client.loader.LoadingError
Construct error from validation output
LoadingError.ErrorProperty - Enum in net.snowflake.client.loader
 
LoadResultListener - Interface in net.snowflake.client.loader
Callback API for processing errors and statistics of upload operation
locatorsUpdateCopy() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
LOG_BUFFER_SIZE - Static variable in class net.snowflake.client.core.EventHandler
 
LOG_DIR - Static variable in class net.snowflake.client.jdbcapi.JDBCTestConfig
 
LOG_DUMP_COMP_EXT - Static variable in class net.snowflake.client.core.EventHandler
 
LOG_DUMP_FILE_EXT - Static variable in class net.snowflake.client.core.EventHandler
 
LOG_DUMP_FILE_NAME - Static variable in class net.snowflake.client.core.EventHandler
 
loggerImplementation - Static variable in class net.snowflake.client.log.SFLoggerFactory
 
LoginInput() - Constructor for class net.snowflake.client.core.SessionUtil.LoginInput
 
LoginInput(String, String, String, String, String, String, HttpClient, String, int, String, String, Properties, boolean, String, int, int, String, String, String, String, String, Map<String, Object>) - Constructor for class net.snowflake.client.core.SessionUtil.LoginInput
 
LoginOutput() - Constructor for class net.snowflake.client.core.SessionUtil.LoginOutput
 
LoginOutput(String, String, long, String, String, int, int, String, int, int, String, String, String, Map<String, Object>) - Constructor for class net.snowflake.client.core.SessionUtil.LoginOutput
 
logResponseDetails(HttpResponse, SFLogger) - Static method in class net.snowflake.client.jdbc.SnowflakeUtil
A utility to log response details.
lookupByMimeSubType(String) - Static method in enum net.snowflake.client.jdbc.SnowflakeFileTransferAgent.FileCompressionType
 

M

main(String[]) - Static method in class net.snowflake.client.IngestFilesTester
 
main(String[]) - Static method in class net.snowflake.client.SnowflakeDriverConnectionStressTest
 
main(String[]) - Static method in class net.snowflake.client.SnowflakeDriverExample
 
main(String[]) - Static method in class net.snowflake.client.tool.TwitterDataConverter
 
majorVersion - Static variable in class net.snowflake.client.jdbc.SnowflakeDriver
 
mark(int) - Method in class net.snowflake.client.core.HttpUtil.HttpInputStream
 
markSupported() - Method in class net.snowflake.client.core.HttpUtil.HttpInputStream
 
MatDesc - Class in net.snowflake.client.jdbc
A class to handle S3 material descriptor metadata entries (x-amz-matdesc).
MatDesc(long, String, int) - Constructor for class net.snowflake.client.jdbc.MatDesc
 
MatDesc(long, String) - Constructor for class net.snowflake.client.jdbc.MatDesc
 
MAX_NUM_DUMP_FILES_PROP - Static variable in class net.snowflake.client.core.EventHandler
 
MAX_SIZE_DUMPS_MB_PROP - Static variable in class net.snowflake.client.core.EventHandler
 
maxDumpSizeMb - Static variable in class net.snowflake.client.core.BaseIncidentTest
 
maxLogDumps - Static variable in class net.snowflake.client.core.BaseIncidentTest
 
metadata - Static variable in class net.snowflake.client.loader.StreamLoader
 
minorVersion - Static variable in class net.snowflake.client.jdbc.SnowflakeDriver
 
moveToCurrentRow() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
moveToInsertRow() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 

N

nativeSQL(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
needErrors() - Method in interface net.snowflake.client.loader.LoadResultListener
 
needSuccessRecords() - Method in interface net.snowflake.client.loader.LoadResultListener
 
net.snowflake.client - package net.snowflake.client
 
net.snowflake.client.core - package net.snowflake.client.core
 
net.snowflake.client.ingest - package net.snowflake.client.ingest
 
net.snowflake.client.ingest.avro - package net.snowflake.client.ingest.avro
 
net.snowflake.client.jdbc - package net.snowflake.client.jdbc
 
net.snowflake.client.jdbcapi - package net.snowflake.client.jdbcapi
 
net.snowflake.client.loader - package net.snowflake.client.loader
 
net.snowflake.client.loader.test - package net.snowflake.client.loader.test
 
net.snowflake.client.log - package net.snowflake.client.log
 
net.snowflake.client.tool - package net.snowflake.client.tool
 
newBuilder() - Static method in class net.snowflake.client.ingest.avro.Row
Creates a new Row RecordBuilder.
newBuilder(Row.Builder) - Static method in class net.snowflake.client.ingest.avro.Row
Creates a new Row RecordBuilder by copying an existing Builder.
newBuilder(Row) - Static method in class net.snowflake.client.ingest.avro.Row
Creates a new Row RecordBuilder by copying an existing Row instance.
next() - Method in class net.snowflake.client.core.SFBaseResultSet
 
next() - Method in class net.snowflake.client.core.SFFixedViewResultSet
Advance to next row
next() - Method in class net.snowflake.client.core.SFResultSet
Advance to next row
next() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
next() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
 
next() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
Advance to next row
nextRow - Variable in class net.snowflake.client.core.SFBaseResultSet
 
nextRow - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
nullPlusNonNullIsNull() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
nullsAreSortedHigh() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
nullsAreSortedLow() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
numberOfBinds - Variable in class net.snowflake.client.core.SFBaseResultSet
 

O

objectMapper - Variable in class net.snowflake.client.IngestFilesTester
 
oneLiner(Throwable) - Static method in class net.snowflake.client.core.IncidentUtil
Produce a one line description of the throwable, suitable for error message and log printing.
open() - Method in class net.snowflake.client.core.SFSession
Open a new database session
OpenGroupCLIFuncIT - Class in net.snowflake.client.jdbcapi
 
OpenGroupCLIFuncIT() - Constructor for class net.snowflake.client.jdbcapi.OpenGroupCLIFuncIT
 
openSession(SessionUtil.LoginInput) - Static method in class net.snowflake.client.core.SessionUtil
Open a new session
Operation - Enum in net.snowflake.client.loader
Operations supported by Loader
othersDeletesAreVisible(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 

P

parameters - Variable in class net.snowflake.client.core.SFBaseResultSet
 
parameters - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
parametersMap(Map<String, Object>) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
parse(String) - Static method in class net.snowflake.client.jdbc.MatDesc
Try to parse the material descriptor string.
PASSWORD - Static variable in class net.snowflake.client.TestConnectionUtil
 
path - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
path - Variable in class net.snowflake.client.ingest.PushTask.IngestPushFilesRequest.IngestFile
 
path - Variable in class net.snowflake.client.IngestFilesTester.IngestPushFilesRequest.IngestFile
 
pipe - Variable in class net.snowflake.client.ingest.IngestHistoryResponse
 
PIPE_NAME - Variable in class net.snowflake.client.IngestFilesTester
 
PORT - Static variable in class net.snowflake.client.TestConnectionUtil
 
prepareCall(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
prepareCall(String, int, int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
prepareCall(String, int, int, int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
PreparedStatementIT - Class in net.snowflake.client.jdbcapi
 
PreparedStatementIT() - Constructor for class net.snowflake.client.jdbcapi.PreparedStatementIT
 
prepareStatement(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
prepareStatement(String, int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
prepareStatement(String, int[]) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
prepareStatement(String, String[]) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
prepareStatement(String, int, int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
prepareStatement(String, int, int, int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
previous() - Method in class net.snowflake.client.core.SFBaseResultSet
 
previous() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
probeContentType(Path) - Method in class net.snowflake.client.core.FileTypeDetector
 
ProcessQueue - Class in net.snowflake.client.loader
This class is responsible for processing a collection of uploaded data files represented by BufferStage class
ProcessQueue(StreamLoader) - Constructor for class net.snowflake.client.loader.ProcessQueue
 
processResult(ResultUtil.ResultInput) - Static method in class net.snowflake.client.core.ResultUtil
A common helper to process result response
publish(LogRecord) - Method in class net.snowflake.client.core.EventHandler
Overridden Logger.Handler publish(...) method.
PushTask - Class in net.snowflake.client.ingest
Created by hyu on 10/18/16.
PushTask(String, List<List<Path>>, CloseableHttpClient, String) - Constructor for class net.snowflake.client.ingest.PushTask
 
PushTask.IngestPushFilesRequest - Class in net.snowflake.client.ingest
 
PushTask.IngestPushFilesRequest.IngestFile - Class in net.snowflake.client.ingest
 
put(int, Object) - Method in class net.snowflake.client.ingest.avro.Row
 
PutQueue - Class in net.snowflake.client.loader
Queue that sequentially finalizes BufferStage uploads and schedules them for processing in ProcessQueue.
PutQueue(StreamLoader) - Constructor for class net.snowflake.client.loader.PutQueue
 
PutUnescapeBackslashIT - Class in net.snowflake.client
 
PutUnescapeBackslashIT() - Constructor for class net.snowflake.client.PutUnescapeBackslashIT
 
PWD - Static variable in class net.snowflake.client.jdbcapi.JDBCTestConfig
 

Q

QUERY_ID - Static variable in class net.snowflake.client.jdbc.MatDesc
MatDesc key for query ID
quote(String) - Static method in class net.snowflake.client.IngestFilesTester
 

R

read() - Method in class net.snowflake.client.core.HttpUtil.HttpInputStream
 
read(byte[]) - Method in class net.snowflake.client.core.HttpUtil.HttpInputStream
 
read(byte[], int, int) - Method in class net.snowflake.client.core.HttpUtil.HttpInputStream
 
readExternal(ObjectInput) - Method in class net.snowflake.client.ingest.avro.Row
 
recordProvided(Operation, Object[]) - Method in interface net.snowflake.client.loader.LoadResultListener
 
refreshRow() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
relative(int) - Method in class net.snowflake.client.core.SFBaseResultSet
 
relative(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
releaseConnection() - Method in class net.snowflake.client.core.SFStatement
 
releaseSavepoint(Savepoint) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
removeSession(SFSession) - Method in class net.snowflake.client.core.HeartbeatBackground
Method to remove a session.
renewSession(SessionUtil.LoginInput) - Static method in class net.snowflake.client.core.SessionUtil
Renew a session
REPORTER - Static variable in class net.snowflake.client.core.IncidentUtil
 
REQUEST_ID - Static variable in class net.snowflake.client.core.IncidentUtil
 
reset() - Method in class net.snowflake.client.core.HttpUtil.HttpInputStream
 
reset() - Method in class net.snowflake.client.jdbc.FileBackedOutputStream
Calls FileBackedOutputStream.close() if not already closed, and then resets this object back to its initial state, for reuse.
resetErrorCount() - Method in interface net.snowflake.client.loader.LoadResultListener
Method to reset the error count back to zero
resetErrorRecordCount() - Method in interface net.snowflake.client.loader.LoadResultListener
Method to reset the errorRecordCount back to zero
resetOperation(Operation) - Method in interface net.snowflake.client.loader.Loader
If operation is changed, previous data is committed
resetOperation(Operation) - Method in class net.snowflake.client.loader.StreamLoader
 
resetSubmittedRowCount() - Method in interface net.snowflake.client.loader.LoadResultListener
Resets submitted row count
RestRequest - Class in net.snowflake.client.jdbc
This is an abstraction on top of http client.
RestRequest() - Constructor for class net.snowflake.client.jdbc.RestRequest
 
ResultInput() - Constructor for class net.snowflake.client.core.ResultUtil.ResultInput
 
ResultOutput() - Constructor for class net.snowflake.client.core.ResultUtil.ResultOutput
 
ResultSetIT - Class in net.snowflake.client.jdbcapi
 
ResultSetIT() - Constructor for class net.snowflake.client.jdbcapi.ResultSetIT
 
resultSetMetaData - Variable in class net.snowflake.client.core.SFBaseResultSet
 
resultSetMetaData - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
ResultUtil - Class in net.snowflake.client.core
Created by jhuang on 2/1/16.
ResultUtil() - Constructor for class net.snowflake.client.core.ResultUtil
 
ResultUtil.ResultInput - Class in net.snowflake.client.core
 
ResultUtil.ResultOutput - Class in net.snowflake.client.core
 
resultVersion - Variable in class net.snowflake.client.core.SFBaseResultSet
 
resultVersion - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
RND_PAD - Variable in class net.snowflake.client.IngestFilesTester
 
rollback() - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
rollback(Savepoint) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
rollback() - Method in interface net.snowflake.client.loader.Loader
Rollback uncommitted changes.
rollback() - Method in class net.snowflake.client.loader.StreamLoader
 
row - Variable in class net.snowflake.client.core.SFBaseResultSet
 
Row - Class in net.snowflake.client.ingest.avro
 
Row() - Constructor for class net.snowflake.client.ingest.avro.Row
Default constructor.
Row(Integer, CharSequence) - Constructor for class net.snowflake.client.ingest.avro.Row
All-args constructor.
row - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
Row.Builder - Class in net.snowflake.client.ingest.avro
RecordBuilder for Row instances.
rowDeleted() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
rowId - Variable in class net.snowflake.client.ingest.avro.Row
Deprecated.
rowInserted() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
rows - Variable in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
 
rowsInserted - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
rowsParsed - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
rowString - Variable in class net.snowflake.client.ingest.avro.Row
Deprecated.
rowUpdated() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
run() - Method in class net.snowflake.client.core.HeartbeatBackground
Run heartbeat: for each session send a heartbeat request and schedule next heartbeat as long as there are sessions left.
run() - Method in class net.snowflake.client.loader.FileUploader
 
run() - Method in class net.snowflake.client.loader.ProcessQueue
 
run() - Method in class net.snowflake.client.loader.PutQueue
 
run() - Method in class net.snowflake.client.loader.StreamLoader
 

S

say(String) - Static method in class net.snowflake.client.IngestFilesTester
 
say(String) - Static method in class net.snowflake.client.SnowflakeDriverConnectionStressTest
 
SCHEMA - Variable in class net.snowflake.client.IngestFilesTester
 
SCHEMA - Static variable in class net.snowflake.client.jdbcapi.JDBCTestConfig
 
SCHEMA$ - Static variable in class net.snowflake.client.ingest.avro.Row
 
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
setAccountName(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setAccountName(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setAppBuildId(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setAppId(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setAppVersion(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setArray(int, Array) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setAsciiStream(int, InputStream, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setAsciiStream(int, InputStream, long) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setAsciiStream(int, InputStream) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setAuthenticator(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setAutoCommit(boolean) - Method in class net.snowflake.client.core.SFSession
 
setAutoCommit(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setBigDecimal(int, BigDecimal) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setBinaryStream(int, InputStream, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setBinaryStream(int, InputStream, long) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setBinaryStream(int, InputStream) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setBindValues(Map<String, Map<String, Object>>) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setBlob(int, Blob) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setBlob(int, InputStream, long) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setBlob(int, InputStream) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setBoolean(int, boolean) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setByte(int, byte) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setBytes(int, byte[]) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setCanceling(AtomicBoolean) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setCatalog(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setCharacterStream(int, Reader, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setCharacterStream(int, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setCharacterStream(int, Reader) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
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
 
setClob(int, Clob) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setClob(int, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setClob(int, Reader) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
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
 
setCursorName(String) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setCursorName(String) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
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
 
setDatabaseVersion(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
 
setDate(int, Date) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setDate(int, Date, Calendar) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setDescribeOnly(boolean) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setDestFileNameForStreamSource(String) - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
 
setDisableIncidents(boolean) - Static method in class net.snowflake.client.jdbc.SnowflakeDriver
 
setDouble(int, double) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
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
 
setEnableHeartbeat(boolean) - Method in class net.snowflake.client.core.SFSession
 
setEscapeProcessing(boolean) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setEscapeProcessing(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
setExecuteReturnCountForDML(boolean) - Method in class net.snowflake.client.core.SFSession
 
setFetchDirection(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
setFetchDirection(int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setFetchDirection(int) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
setFetchSize(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
setFetchSize(int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setFetchSize(int) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
setFixed(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
 
setFloat(int, float) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setHealthCheckInterval(int) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
 
setHoldability(int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setHttpClient(HttpClient) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setHttpClient(HttpClient) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setHttpClientSocketTimeout(int) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
 
setId(String) - Method in class net.snowflake.client.loader.BufferStage
 
setInjectClientPause(int) - Method in class net.snowflake.client.core.SFSession
 
setInjectClientPause(int) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setInjectClientPause(int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
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
 
setInjectSocketTimeout(int) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setInjectSocketTimeout(int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setInt(int, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setInterBatchDelay(int) - Method in class net.snowflake.client.ingest.PushTask
 
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
 
setLong(int, long) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setMasterToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setMasterToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
 
setMaxFieldSize(int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setMaxFieldSize(int) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
setMaxRows(int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setMaxRows(int) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
setMediaType(String) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
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
 
setNCharacterStream(int, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setNCharacterStream(int, Reader) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setNClob(int, NClob) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setNClob(int, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setNClob(int, Reader) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setNetworkTimeout(Executor, int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setNetworkTimeoutInMilli(int) - Method in class net.snowflake.client.core.ResultUtil.ResultInput
 
setNetworkTimeoutInMillis(int) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setNewClientForUpdate(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setNewClientForUpgrade(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
 
setNString(int, String) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setNull(int, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setNull(int, int, String) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setNullable(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
 
setNumberOfBinds(int) - Method in class net.snowflake.client.core.SFStatementMetaData
 
setObject(int, Object, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setObject(int, Object) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setObject(int, Object, int, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setOverwrite(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
 
setParametersMap(Map<String, Object>) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
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
 
setPoolable(boolean) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setPoolable(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
setPrecision(int) - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
 
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
 
setQueryTimeout(int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setQueryTimeout(int) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
setReadOnly(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setRef(int, Ref) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setRemMeToken(String) - Method in class net.snowflake.client.core.SessionUtil.LoginOutput
 
setRequestId(String) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
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
 
setRetry(boolean) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setRetryQuery(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setRole(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setRole(String) - Method in class net.snowflake.client.core.SFSession
 
setRowId(int) - Method in class net.snowflake.client.ingest.avro.Row.Builder
Sets the value of the 'rowId' field.
setRowId(Integer) - Method in class net.snowflake.client.ingest.avro.Row
Sets the value of the 'rowId' field.
setRowId(int, RowId) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setRowString(CharSequence) - Method in class net.snowflake.client.ingest.avro.Row.Builder
Sets the value of the 'rowString' field.
setRowString(CharSequence) - Method in class net.snowflake.client.ingest.avro.Row
Sets the value of the 'rowString' field.
setRsColumnCaseInsensitive(boolean) - Method in class net.snowflake.client.core.SFSession
 
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.SnowflakeConnectionV1
 
setSchemaName(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setSequenceId(int) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setServerUrl(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setServerUrl(String) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
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
 
setSessionToken(String) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setShort(int, short) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setSocketTimeout(int) - Method in class net.snowflake.client.core.ResultUtil.ResultInput
 
setSocketTimeout(int) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setSourceStream(InputStream) - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
 
setSourceStreamSize(long) - Method in class net.snowflake.client.jdbc.SnowflakeFileTransferAgent
 
setSql(String) - Method in class net.snowflake.client.core.StmtUtil.StmtInput
 
setSQLXML(int, SQLXML) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setState(BufferStage.State) - Method in class net.snowflake.client.loader.BufferStage
 
setString(int, String) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setTerminate(boolean) - Method in class net.snowflake.client.loader.BufferStage
 
setTestMode(boolean) - Method in class net.snowflake.client.loader.StreamLoader
 
setTime(int, Time) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setTime(int, Time, Calendar) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setTimestamp(int, Timestamp) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setTimestamp(int, Timestamp, Calendar) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setTimestampMappedType(SnowflakeType) - Method in class net.snowflake.client.core.SFSession
 
setTransactionIsolation(int) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setType(Event.EventType) - Method in class net.snowflake.client.core.Event
 
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
 
setUnicodeStream(int, InputStream, int) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
Deprecated.
setUp() - Method in class net.snowflake.client.AbstractDriverIT
 
setUp() - Method in class net.snowflake.client.core.BaseIncidentTest
 
setUp() - Method in class net.snowflake.client.ingest.IngestIT
 
setUp() - Method in class net.snowflake.client.jdbcapi.ConnectionIT
 
setUp() - Method in class net.snowflake.client.jdbcapi.ConnectionPoolingIT
 
setUp() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
setUp() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
setUp() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
setUp() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
setUp() - Method in class net.snowflake.client.loader.test.LoaderIT
 
setUp() - Method in class net.snowflake.client.SnowflakeDriverTest
 
setUp() - Method in class net.snowflake.client.SnowflakeFileUploaderTest
 
setUp() - Method in class net.snowflake.client.VersionIT
 
setUpClass() - Static method in class net.snowflake.client.ComSnowflakeDriverIT
 
setUpClass() - Static method in class net.snowflake.client.core.BaseIncidentTest
 
setUpClass() - Static method in class net.snowflake.client.HeartbeatIT
set up: change the master token validity to 10 seconds change the session token validity to 5 seconds change the SESSION_RECORD_ACCESS_INTERVAL_SECS to 1 second
setUpClass() - Static method in class net.snowflake.client.loader.test.LoaderIT
 
setUpClass() - Static method in class net.snowflake.client.PutUnescapeBackslashIT
 
setUpClass() - Static method in class net.snowflake.client.SnowflakeDriverIT
 
setUpClass() - Static method in class net.snowflake.client.SnowflakeDriverTest
 
setUpClass() - Static method in class net.snowflake.client.SnowflakeFileUploaderTest
 
setUpClass() - Static method in class net.snowflake.client.VersionIT
 
setUpdateCount(int) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
setUpPoolingDataSource() - Method in class net.snowflake.client.jdbcapi.ConnectionPoolingIT
 
setURL(int, URL) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
setUseProxy(boolean) - Method in class net.snowflake.client.core.ResultUtil.ResultInput
 
setUserName(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
setUserName(String) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setUseV1QueryAPI(boolean) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
setValue(String, String, String) - Method in class net.snowflake.client.core.SFStatement
Bind value with the given type for the parameter with the given index.
setValues(String, List<String>, String) - Method in class net.snowflake.client.core.SFStatement
Bind the list of values with the given type for the parameter with the given index.
setWarehouse(String) - Method in class net.snowflake.client.core.SessionUtil.LoginInput
 
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_AUTHORIZATION - Static variable in class net.snowflake.client.core.StmtUtil
 
SF_HEADER_BASIC_AUTHTYPE - Static variable in class net.snowflake.client.core.SessionUtil
 
SF_HEADER_BASIC_AUTHTYPE - Static variable in class net.snowflake.client.core.SFSession
 
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_SNOWFLAKE_AUTHTYPE - Static variable in class net.snowflake.client.core.StmtUtil
 
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_HEADER_TOKEN_TAG - Static variable in class net.snowflake.client.core.StmtUtil
 
SF_PATH_ABORT_REQUEST_V1 - Static variable in class net.snowflake.client.core.StmtUtil
 
SF_PATH_QUERY_V1 - Static variable in class net.snowflake.client.core.StmtUtil
 
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_REQUEST_ID - Static variable in class net.snowflake.client.core.StmtUtil
 
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
 
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) - 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 Five levels are included in this interface, from high to low: ERROR WARN INFO DEBUG TRACE Created by hyu on 11/17/16.
SFLoggerFactory - Class in net.snowflake.client.log
Used to create SFLogger instance Created by hyu on 11/17/16.
SFLoggerFactory() - Constructor for class net.snowflake.client.log.SFLoggerFactory
 
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.
SFStatement - Class in net.snowflake.client.core
Snowflake statement
SFStatement(SFSession) - Constructor for class net.snowflake.client.core.SFStatement
 
SFStatement(SFSession, String) - Constructor for class net.snowflake.client.core.SFStatement
 
SFStatementMetaData - Class in net.snowflake.client.core
Statement metadata which includes the result metadata and bind information.
SFStatementMetaData(SFResultSetMetaData, int) - Constructor for class net.snowflake.client.core.SFStatementMetaData
 
SFStatementType - Class 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
SFStatementType() - Constructor for class net.snowflake.client.core.SFStatementType
 
showObjectResultSet - Variable in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
 
shutdown() - Method in class net.snowflake.client.jdbc.SnowflakeS3Client
 
SIGNATURE - Static variable in class net.snowflake.client.core.IncidentUtil
 
size - Variable in class net.snowflake.client.ingest.PushTask.IngestPushFilesRequest.IngestFile
 
size - Variable in class net.snowflake.client.IngestFilesTester.IngestPushFilesRequest.IngestFile
 
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
SnowflakeBaseResultSet - Class in net.snowflake.client.jdbc
Base class for query result set and metadata result set
SnowflakeBaseResultSet() - Constructor for class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
SnowflakeChunkDownloader - Class in net.snowflake.client.jdbc
Class for managing async download of offline result chunks Created by jhuang on 11/12/14.
SnowflakeChunkDownloader(int, JsonNode, int, String, JsonNode, int, boolean, long, boolean) - Constructor for class net.snowflake.client.jdbc.SnowflakeChunkDownloader
Constructor to initialize downloader
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
 
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
 
SnowflakeDatabaseMetaDataResultSet - Class in net.snowflake.client.jdbc
 
SnowflakeDatabaseMetaDataResultSet() - Constructor for class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
Used for creating an empty result set
SnowflakeDatabaseMetaDataResultSet(List<String>, List<String>, List<Integer>, ResultSet, Statement) - Constructor for class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
DatabaseMetadataResultSet based on result from show command
SnowflakeDatabaseMetaDataResultSet(List<String>, List<String>, List<Integer>, Object[][], Statement) - Constructor for class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
DatabaseMetadataResultSet based on a constant rowset.
SnowflakeDatabaseMetaDataResultSet(DBMetadataResultSetMetadata, ResultSet, Statement) - Constructor for class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
 
SnowflakeDatabaseMetaDataResultSet(DBMetadataResultSetMetadata, Object[][], Statement) - Constructor for class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
 
SnowflakeDriver - Class in com.snowflake.client.jdbc
This is a hack way of allowing customer to load com.snowflake.client.jdbc.
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
 
SnowflakeDriverConnectionStressTest - Class in net.snowflake.client
 
SnowflakeDriverConnectionStressTest() - Constructor for class net.snowflake.client.SnowflakeDriverConnectionStressTest
 
SnowflakeDriverExample - Class in net.snowflake.client
 
SnowflakeDriverExample() - Constructor for class net.snowflake.client.SnowflakeDriverExample
 
SnowflakeDriverIT - Class in net.snowflake.client
This test assumes that GS and XP cluster has been set up
SnowflakeDriverIT() - Constructor for class net.snowflake.client.SnowflakeDriverIT
 
SnowflakeDriverTest - Class in net.snowflake.client
 
SnowflakeDriverTest() - Constructor for class net.snowflake.client.SnowflakeDriverTest
 
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
 
SnowflakeFileUploaderTest - Class in net.snowflake.client
 
SnowflakeFileUploaderTest() - Constructor for class net.snowflake.client.SnowflakeFileUploaderTest
 
SnowflakeFixedView - Interface in net.snowflake.client.jdbc
An interface to use for returning query results from any java class
SnowflakePreparedStatementV1 - Class in net.snowflake.client.jdbc
 
SnowflakePreparedStatementV1(SnowflakeConnectionV1, String) - Constructor for class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
SnowflakeResultChunk - Class in net.snowflake.client.jdbc
Class for result chunk Created by jhuang on 11/12/14.
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
 
SnowflakeResultSetMetaDataV1 - Class in net.snowflake.client.jdbc
Snowflake ResultSetMetaData
SnowflakeResultSetMetaDataV1(SFResultSetMetaData) - Constructor for class net.snowflake.client.jdbc.SnowflakeResultSetMetaDataV1
 
SnowflakeResultSetV1 - Class in net.snowflake.client.jdbc
Snowflake ResultSet implementation
SnowflakeResultSetV1(SFBaseResultSet, Statement) - Constructor for class net.snowflake.client.jdbc.SnowflakeResultSetV1
Constructor takes an inputstream from the API response that we get from executing a SQL statement.
SnowflakeS3Client - Class in net.snowflake.client.jdbc
Wrapper around AmazonS3Client.
SnowflakeS3Client(AWSCredentials, ClientConfiguration, S3FileEncryptionMaterial, String) - Constructor for class net.snowflake.client.jdbc.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
 
SnowflakeSQLFeatureNotSupportedException - Exception in net.snowflake.client.jdbc
 
SnowflakeSQLFeatureNotSupportedException() - Constructor for exception net.snowflake.client.jdbc.SnowflakeSQLFeatureNotSupportedException
 
SnowflakeSQLFeatureNotSupportedException(String) - Constructor for exception net.snowflake.client.jdbc.SnowflakeSQLFeatureNotSupportedException
 
SnowflakeStatementV1 - Class in net.snowflake.client.jdbc
Snowflake statement
SnowflakeStatementV1(SnowflakeConnectionV1) - Constructor for class net.snowflake.client.jdbc.SnowflakeStatementV1
 
SnowflakeType - Enum in net.snowflake.client.jdbc
 
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
 
SSL - Static variable in class net.snowflake.client.jdbcapi.JDBCTestConfig
 
STACKTRACE - Static variable in class net.snowflake.client.core.IncidentUtil
 
STAGE_NAME - Variable in class net.snowflake.client.IngestFilesTester
 
stageData(byte[], boolean) - Method in class net.snowflake.client.loader.BufferStage
 
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
 
statement - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
statement - Variable in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaDataResultSet
 
StatementIT - Class in net.snowflake.client.jdbcapi
 
StatementIT() - Constructor for class net.snowflake.client.jdbcapi.StatementIT
 
statistics - Variable in class net.snowflake.client.ingest.IngestHistoryResponse
 
StmtInput() - Constructor for class net.snowflake.client.core.StmtUtil.StmtInput
 
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.StmtInput - Class in net.snowflake.client.core
Input for executing a statement on server
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
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
 
svnRevision - Static variable in class net.snowflake.client.jdbc.SnowflakeDriver
 
systemError - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 

T

TARGET_TABLE_NAME - Static variable in class net.snowflake.client.loader.test.LoaderIT
 
tearDown() - Method in class net.snowflake.client.AbstractDriverIT
 
tearDown() - Method in class net.snowflake.client.core.BaseIncidentTest
 
tearDown() - Method in class net.snowflake.client.ingest.IngestIT
 
tearDown() - Method in class net.snowflake.client.jdbcapi.ConnectionIT
 
tearDown() - Method in class net.snowflake.client.jdbcapi.ConnectionPoolingIT
 
tearDown() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
tearDown() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
tearDown() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
tearDown() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
tearDown() - Method in class net.snowflake.client.loader.test.LoaderIT
 
tearDown() - Method in class net.snowflake.client.SnowflakeDriverTest
 
tearDown() - Method in class net.snowflake.client.SnowflakeFileUploaderTest
 
tearDown() - Method in class net.snowflake.client.VersionIT
 
tearDownClass() - Static method in class net.snowflake.client.core.BaseIncidentTest
 
tearDownClass() - Static method in class net.snowflake.client.HeartbeatIT
Reset master_token_validity, session_token_validity, SESSION_RECORD_ACCESS_INTERVAL_SECS to default.
tearDownClass() - Static method in class net.snowflake.client.loader.test.LoaderIT
 
tearDownClass() - Static method in class net.snowflake.client.SnowflakeDriverIT
 
tearDownClass() - Static method in class net.snowflake.client.SnowflakeDriverTest
 
tearDownClass() - Static method in class net.snowflake.client.SnowflakeFileUploaderTest
 
tearDownClass() - Static method in class net.snowflake.client.VersionIT
 
terminate() - Method in class net.snowflake.client.jdbc.SnowflakeChunkDownloader
terminate the downloader
testAbort() - Method in class net.snowflake.client.jdbcapi.ConnectionIT
 
testAcceptUrls() - Method in class net.snowflake.client.SnowflakeDriverTest
 
testAddColumnsWhileIngestingFile() - Method in class net.snowflake.client.ingest.IngestIT
 
testAutocommitApis() - Method in class net.snowflake.client.SnowflakeDriverIT
Tests autocommit APIs
testAutocommitApiSupportBackwardCompatibility() - Method in class net.snowflake.client.SnowflakeDriverIT
Tests backward compatibility of the client.
testBasicsLong() - Method in class net.snowflake.client.IngestFilesTestIT
 
testBasicsShort() - Method in class net.snowflake.client.IngestFilesTestIT
 
testBatchInsertWithCacheEnabled() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testBind() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testBindInWithClause() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testBindTimestampNTZ() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testBoolean() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testC3P0ConnectionPool() - Method in class net.snowflake.client.jdbcapi.ConnectionPoolingIT
 
testCancelQuery() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testCancelQueryV1() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testCatalog() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testClearBatch() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testClearParameters() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testClientInfo() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testClientSideSorting() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testClone() - Method in class net.snowflake.client.VersionIT
 
testCompressAndUploadStream() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testConnectionClientInfo() - Method in class net.snowflake.client.jdbcapi.ConnectionIT
 
testConnectionGetAndSetDBAndSchema() - Method in class net.snowflake.client.jdbcapi.ConnectionIT
 
testConnections() - Method in class net.snowflake.client.SnowflakeDriverIT
 
TestConnectionUtil - Class in net.snowflake.client
 
TestConnectionUtil() - Constructor for class net.snowflake.client.TestConnectionUtil
 
testConstraints() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testCopyAndUnload() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testCreateLogDump() - Method in class net.snowflake.client.core.IncidentIT
Test for the following: 1) Basic creation of log dump 2) Creation of log dump AND intermediate directories 3) Cleanup of a single large dump file 4) Limit on number of allowed dump files at any given time
testCurrentTime() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testCursorPosition() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testDatabaseAndDriverInfo() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testDate() - Method in class net.snowflake.client.SnowflakeFileUploaderTest
 
testDateParsing() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testDateTimeFunction() - Method in class net.snowflake.client.jdbcapi.OpenGroupCLIFuncIT
 
testDateTimeRelatedTypeConversion() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testDBCPConnection() - Method in class net.snowflake.client.jdbcapi.ConnectionPoolingIT
 
testDBMetadata() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testDDLs() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testDeleteOneRow() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testDropTableWhileIngest() - Method in class net.snowflake.client.ingest.IngestIT
 
testDumpFileCreated() - Method in class net.snowflake.client.core.IncidentIT
 
tester() - Method in class net.snowflake.client.SnowflakeFileUploaderTest
 
testExecuteBeforeAfterSQLError() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testExecuteCreateAndDrop() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testExecuteInsert() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testExecuteMerge() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testExecuteMultiInsert() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testExecuteSelect() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testExecuteUpdateAndDelete() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testExplainPlan() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testFailure() - Method in class net.snowflake.client.HeartbeatIT
Test no heartbeat by starting 1 thread.
testFetchDirection() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testFetchOnClosedResultSet() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testFetchSize() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testFindColumn() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testFlushEvent() - Method in class net.snowflake.client.core.IncidentIT
 
testFunction(Connection, String, String) - Method in class net.snowflake.client.jdbcapi.OpenGroupCLIFuncIT
 
testGenerateIncidentsInMultipleThreads() - Method in class net.snowflake.client.core.IncidentIT
 
testGetBigDecimal() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testGetBoolean() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testGetBytes() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testGetColumn() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testGetColumnDisplaySizeAndPrecision() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testGetConnection() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testGetDateAndTime() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testGetDoubleForNaN() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testGetDoubleForNull() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testGetFunctions() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testGetMetaDataUseConnectionCtx() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testGetMethod() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testGetObject() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testGetObjectMetadata() - Method in class net.snowflake.client.SnowflakeDriverTest
 
testGetObjectOnDatabaseMetadataResultSet() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testGetObjectOnFixedView() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testGetObjectsDoesNotExists() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testGetOldDate() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testGetSchema() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testGetTables() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testHikariConnectionPool() - Method in class net.snowflake.client.jdbcapi.ConnectionPoolingIT
 
testHugeUsersIngestingFile() - Method in class net.snowflake.client.ingest.IngestIT
 
testInfoThatAlwaysReturnSameValue() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testIngestAvro() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestingAHugeFile() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestIntoTableWithWideColumn() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestJson() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestOnErrorAbortStatement() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestOnErrorContinue() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestOnErrorSkip() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestOnErrorSkip5() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestParquet() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestS3File() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestS3FileInternalStage() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestS3MK() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestS3NotFound() - Method in class net.snowflake.client.ingest.IngestIT
 
testIngestXml() - Method in class net.snowflake.client.ingest.IngestIT
 
testInjectBadStagedFileInsert() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testInsertBatch() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testInsertOneRow() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testInvalidColumnIndex() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testInvalidSQL() - Method in class net.snowflake.client.SnowflakeDriverIT
SNOW-6986: null sql shouldn't be allowed
testInvalidURL() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testLargeResultPerformance() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testLimitBind() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testLoaderDelete() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testLoaderInsert() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testLoaderModify() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testLoaderModifyWithOneMatchOneNot() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testLoaderMultipleBatch() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testLoaderUpsert() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testLoaderUpsertWithError() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testLoaderUpsertWithErrorAndRollback() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testLoadTimestamp() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testLoadToLocalFS() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testLoadToS3() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testMaxRows() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testMovingCursor() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testNetworkTimeout() - Method in class net.snowflake.client.jdbcapi.ConnectionIT
 
testNullBind() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testNumericFunctions() - Method in class net.snowflake.client.jdbcapi.OpenGroupCLIFuncIT
 
testParameters() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testPoolingDataSource() - Method in class net.snowflake.client.jdbcapi.ConnectionPoolingIT
 
testPrepStWithCacheEnabled() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testProcessFileNames() - Method in class net.snowflake.client.SnowflakeFileUploaderTest
 
testPutFileUnescapeBackslashes() - Method in class net.snowflake.client.PutUnescapeBackslashIT
Test PUT command for a file name including backslashes.
testPutViaExecuteQuery() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testQueries() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testQueryTimeOut() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testReadOnlyConneciton() - Method in class net.snowflake.client.jdbcapi.ConnectionIT
 
testRegionDetection() - Method in class net.snowflake.client.SnowflakeDriverTest
 
testResultColumnSearchCaseSensitive() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testResultSetMetadata() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testResultStorage() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testSelectOneRow() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testSessionParameters() - Method in class net.snowflake.client.SnowflakeDriverIT
Test setting parameter values at the session level during connection
testSetQueryTimeoutInConnectionStr() - Method in class net.snowflake.client.jdbcapi.ConnectionIT
 
testSetUp() - Method in class net.snowflake.client.ingest.IngestTester
 
testSimpleConnection() - Method in class net.snowflake.client.ComSnowflakeDriverIT
 
testSimpleConnection() - Method in class net.snowflake.client.jdbcapi.ConnectionIT
 
testSnow12603() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testSnow14774() - Method in class net.snowflake.client.SnowflakeDriverIT
SNOW-14774: timestamp_ntz value should use client time zone to adjust the epoch time.
testSnow16332() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testSnow19172() - Method in class net.snowflake.client.SnowflakeDriverIT
SNOW-19172: getMoreResults should return false after executeQuery
testSnow19819() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testSnow26503() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testSnow4245() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testSnow4394() - Method in class net.snowflake.client.SnowflakeDriverIT
SNOW-4394 - Four bytes UTF-8 characters are not returned correctly.
testSnow6290() - Method in class net.snowflake.client.SnowflakeDriverIT
SNOW-6290: timestamp value is shifted by local timezone
testSpacesInColumnTable() - Method in class net.snowflake.client.loader.test.LoaderIT
 
testSQLErrors() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testStatementClose() - Method in class net.snowflake.client.jdbcapi.StatementIT
 
testStringFunction() - Method in class net.snowflake.client.jdbcapi.OpenGroupCLIFuncIT
 
testSuccess() - Method in class net.snowflake.client.HeartbeatIT
Test heartbeat by starting 10 threads.
testSystemFunctions() - Method in class net.snowflake.client.jdbcapi.OpenGroupCLIFuncIT
 
testTearDown() - Method in class net.snowflake.client.ingest.IngestTester
 
testThrottleIncidentsInClientSide() - Method in class net.snowflake.client.core.IncidentIT
 
testThrottleIncidentsInServerSide() - Method in class net.snowflake.client.core.IncidentIT
 
testTimeParsing() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testTimeRange() - Method in class net.snowflake.client.jdbcapi.ResultSetIT
 
testTimestampParsing() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testTriggerIncident() - Method in class net.snowflake.client.core.IncidentIT
 
testTypeInfo() - Method in class net.snowflake.client.jdbcapi.DatabaseMetaDataIT
 
testUnthrottleIncidentsInClientSide() - Method in class net.snowflake.client.core.Incident2IT
 
testUpdateBatch() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testUpdateCount() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testUpdateOneRow() - Method in class net.snowflake.client.jdbcapi.PreparedStatementIT
 
testUploadStream() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testV1Query() - Method in class net.snowflake.client.SnowflakeDriverIT
 
testWarehouseQuiescing() - Method in class net.snowflake.client.SnowflakeDriverIT
 
THROTTLE_DURATION_PROP - Static variable in class net.snowflake.client.core.EventHandler
 
THROTTLE_LIMIT_PROP - Static variable in class net.snowflake.client.core.EventHandler
 
THROTTLE_SIGNATURE - Static variable in class net.snowflake.client.core.IncidentUtil
 
throwOnError() - Method in interface net.snowflake.client.loader.LoadResultListener
 
timeFormatter - Variable in class net.snowflake.client.core.SFBaseResultSet
 
timeFormatter - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
timeReceived - Variable in class net.snowflake.client.ingest.IngestHistoryResponse.FileEntry
 
TIMESTAMP - Static variable in class net.snowflake.client.core.IncidentUtil
 
timestampLTZFormatter - Variable in class net.snowflake.client.core.SFBaseResultSet
 
timestampLTZFormatter - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
timestampNTZFormatter - Variable in class net.snowflake.client.core.SFBaseResultSet
 
timestampNTZFormatter - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
timestampTZFormatter - Variable in class net.snowflake.client.core.SFBaseResultSet
 
timestampTZFormatter - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
timeZone - Variable in class net.snowflake.client.core.SFBaseResultSet
 
timeZone - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
timeZoneUTC - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
tmpdir - Static variable in interface net.snowflake.client.loader.Loader
 
tmpIngestStage - Variable in class net.snowflake.client.IngestFilesTester
 
toString() - Method in class net.snowflake.client.core.SFException
 
toString() - Method in enum net.snowflake.client.jdbc.ErrorCode
 
toString() - Method in class net.snowflake.client.jdbc.MatDesc
 
toString() - Method in class net.snowflake.client.jdbc.SnowflakeColumnMetadata
 
toString() - Method in class net.snowflake.client.loader.LoadingError
 
trace(String) - Method in class net.snowflake.client.log.JDK14Logger
 
trace(String, Object...) - Method in class net.snowflake.client.log.JDK14Logger
 
trace(String, Throwable) - Method in class net.snowflake.client.log.JDK14Logger
 
trace(String) - Method in interface net.snowflake.client.log.SFLogger
 
trace(String, Object...) - Method in interface net.snowflake.client.log.SFLogger
 
trace(String, Throwable) - Method in interface net.snowflake.client.log.SFLogger
 
trace(String) - Method in class net.snowflake.client.log.SLF4JLogger
 
trace(String, Object...) - Method in class net.snowflake.client.log.SLF4JLogger
 
trace(String, Throwable) - Method in class net.snowflake.client.log.SLF4JLogger
 
tracingLevel - Variable in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
triggerBasicEvent(Event.EventType, String, boolean) - Static method in class net.snowflake.client.core.EventUtil
 
triggerIncident(Map<String, Object>) - Static method in class net.snowflake.client.core.EventUtil
 
triggerStateTransition(BasicEvent.QueryState, String) - Static method in class net.snowflake.client.core.EventUtil
 
tryReuse(SnowflakeResultChunk.ResultChunkDataCache) - Method in class net.snowflake.client.jdbc.SnowflakeResultChunk
 
TwitterDataConverter - Class in net.snowflake.client.tool
 
TwitterDataConverter() - Constructor for class net.snowflake.client.tool.TwitterDataConverter
 

U

UNKNOWN - Static variable in class net.snowflake.client.loader.LoadingError
 
unwrap(Class<T>) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
unwrap(Class<T>) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
 
unwrap(Class<T>) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
unwrap(Class<T>) - Method in class net.snowflake.client.jdbc.SnowflakePreparedStatementV1
 
unwrap(Class<T>) - Method in class net.snowflake.client.jdbc.SnowflakeResultSetMetaData
 
unwrap(Class<T>) - Method in class net.snowflake.client.jdbc.SnowflakeStatementV1
 
updateArray(int, Array) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateArray(String, Array) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateAsciiStream(int, InputStream) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateAsciiStream(String, InputStream) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBinaryStream(int, InputStream) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBinaryStream(String, InputStream) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBlob(int, Blob) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBlob(String, Blob) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBlob(int, InputStream, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBlob(String, InputStream, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBlob(int, InputStream) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBlob(String, InputStream) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBoolean(int, boolean) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBoolean(String, boolean) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateByte(int, byte) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateByte(String, byte) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBytes(int, byte[]) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateBytes(String, byte[]) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateCharacterStream(int, Reader, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateCharacterStream(String, Reader, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateCharacterStream(int, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateCharacterStream(String, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateCharacterStream(int, Reader) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateCharacterStream(String, Reader) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateClob(int, Clob) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateClob(String, Clob) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateClob(int, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateClob(String, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateClob(int, Reader) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateClob(String, Reader) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateDate(int, Date) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateDate(String, Date) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateDouble(int, double) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateDouble(String, double) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateFloat(int, float) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateFloat(String, float) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateInt(int, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateInt(String, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateLong(int, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateLong(String, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNCharacterStream(int, Reader) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNCharacterStream(String, Reader) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNClob(int, NClob) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNClob(String, NClob) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNClob(int, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNClob(String, Reader, long) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNClob(int, Reader) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNClob(String, Reader) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNString(int, String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNString(String, String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNull(int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateNull(String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateObject(int, Object, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateObject(int, Object) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateObject(String, Object, int) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateObject(String, Object) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateRef(int, Ref) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateRef(String, Ref) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateRow() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateRowId(int, RowId) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateRowId(String, RowId) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updatesAreDetected(int) - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
updateSfDriverParamValues(Map<String, Object>, SFSession) - Static method in class net.snowflake.client.core.SessionUtil
 
updateShort(int, short) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateShort(String, short) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateSQLXML(int, SQLXML) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateSQLXML(String, SQLXML) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateString(int, String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateString(String, String) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateTime(int, Time) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateTime(String, Time) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateTimestamp(int, Timestamp) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
updateTimestamp(String, Timestamp) - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
upload(SnowflakeS3Client, SFSession, String, int, int, boolean, String, File, String, InputStream, FileBackedOutputStream, ObjectMetadata, String) - Static method in class net.snowflake.client.jdbc.SnowflakeS3Client
Upload a file (-stream) to S3.
upload() - Method in class net.snowflake.client.loader.FileUploader
 
UploadCommandEncryptionFacade(String, String, String, String, long, long, String, String, boolean) - Constructor for class net.snowflake.client.jdbc.SnowflakeFileTransferAgent.UploadCommandEncryptionFacade
 
UploadCommandFacade(String, String, String, String, long, long, String, String) - Constructor for class net.snowflake.client.jdbc.SnowflakeFileTransferAgent.UploadCommandFacade
 
uploadStream(String, String, InputStream, String, long) - Method in class net.snowflake.client.jdbc.SnowflakeConnectionV1
Method to put data from a stream at a stage location.
USER - Static variable in class net.snowflake.client.jdbcapi.JDBCTestConfig
 
USER - Static variable in class net.snowflake.client.TestConnectionUtil
 
usesLocalFilePerTable() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
usesLocalFiles() - Method in class net.snowflake.client.jdbc.SnowflakeDatabaseMetaData
 
Utils - Class in net.snowflake.client.loader
Utils class for Loader API
Utils() - Constructor for class net.snowflake.client.loader.Utils
 

V

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.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.IngestFilesTester.FileFormat
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.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.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.IngestFilesTester.FileFormat
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.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.
verifyIncidentRegisteredInGS(String, int) - Method in class net.snowflake.client.core.BaseIncidentTest
 
VersionIT - Class in net.snowflake.client
 
VersionIT() - Constructor for class net.snowflake.client.VersionIT
 

W

warn(String) - Method in class net.snowflake.client.log.JDK14Logger
 
warn(String, Object...) - Method in class net.snowflake.client.log.JDK14Logger
 
warn(String, Throwable) - Method in class net.snowflake.client.log.JDK14Logger
 
warn(String) - Method in interface net.snowflake.client.log.SFLogger
 
warn(String, Object...) - Method in interface net.snowflake.client.log.SFLogger
 
warn(String, Throwable) - Method in interface net.snowflake.client.log.SFLogger
 
warn(String) - Method in class net.snowflake.client.log.SLF4JLogger
 
warn(String, Object...) - Method in class net.snowflake.client.log.SLF4JLogger
 
warn(String, Throwable) - Method in class net.snowflake.client.log.SLF4JLogger
 
wasNull - Variable in class net.snowflake.client.core.SFBaseResultSet
 
wasNull() - Method in class net.snowflake.client.core.SFBaseResultSet
 
wasNull - Variable in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
wasNull() - Method in class net.snowflake.client.jdbc.SnowflakeBaseResultSet
 
wasNull() - Method in class net.snowflake.client.jdbc.SnowflakeResultSetV1
 
WatchTask - Class in net.snowflake.client.ingest
Created by hyu on 10/18/16.
WatchTask(String, String, CloseableHttpClient) - Constructor for class net.snowflake.client.ingest.WatchTask
 
write(int) - Method in class net.snowflake.client.jdbc.FileBackedOutputStream
 
write(byte[]) - Method in class net.snowflake.client.jdbc.FileBackedOutputStream
 
write(byte[], int, int) - Method in class net.snowflake.client.jdbc.FileBackedOutputStream
 
writeEventDumpLine(String) - Method in class net.snowflake.client.core.Event
 
writeExternal(ObjectOutput) - Method in class net.snowflake.client.ingest.avro.Row
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.