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

A

ACTIVE_SQL_TRANSACTION - Static variable in class net.snowflake.common.core.SqlState
 
addComponent(int, long) - Method in class net.snowflake.common.core.SFTime
Create an SFTime by adding hours, minutes, seconds, or milliseconds.
addDays(int) - Method in class net.snowflake.common.core.SFDate
Increment current date by specified number of days and return a new SFDate object.
addFormat(SqlFormat) - Method in class net.snowflake.common.core.SqlFormatScanner
Add a parsed SqlFormat to the set
adjustScale(int) - Method in class net.snowflake.common.core.SFTime
Create an SFTime with an adjusted scale.
adjustScale(int) - Method in class net.snowflake.common.core.SFTimestamp
Adjusts fractional second accuracy if necessary.
ADMIN_SHUTDOWN - Static variable in class net.snowflake.common.core.SqlState
 
AMBIGUOUS_ALIAS - Static variable in class net.snowflake.common.core.SqlState
 
AMBIGUOUS_COLUM - Static variable in class net.snowflake.common.core.SqlState
 
AMBIGUOUS_FUNCTION - Static variable in class net.snowflake.common.core.SqlState
 
AMBIGUOUS_PARAMETER - Static variable in class net.snowflake.common.core.SqlState
 
ANY - Static variable in class net.snowflake.common.core.SqlFormat
 
ANY_TYPE - Static variable in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
ARRAY_SUBSCRIPT_ERROR - Static variable in class net.snowflake.common.core.SqlState
 

B

BAD_COPY_FILE_FORMAT - Static variable in class net.snowflake.common.core.SqlState
 
BASE_TABLE_OR_VIEW_NOT_FOUND - Static variable in class net.snowflake.common.core.SqlState
 
BRANCH_TRANSACTION_ALREADY_ACTIVE - Static variable in class net.snowflake.common.core.SqlState
 

C

CalendarCache - Class in net.snowflake.common.core
Created by mzukowski on 3/13/16.
CalendarCache() - Constructor for class net.snowflake.common.core.CalendarCache
 
CalendarCache.TimeZoneFactory - Interface in net.snowflake.common.core
TimeZone factory from which we get timezones.
CANNOT_COERCE - Static variable in class net.snowflake.common.core.SqlState
 
CANNOT_CONNECT_NOW - Static variable in class net.snowflake.common.core.SqlState
 
canSecureTokens() - Method in class net.snowflake.common.core.ClientAuthnDTO
Whether the client can secure tokens
CANT_CHANGE_RUNTIME_PARAM - Static variable in class net.snowflake.common.core.SqlState
 
CARDINALITY_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
CARDINALITY_VIOLATION_FOR_INSERT - Static variable in class net.snowflake.common.core.SqlState
 
CASE_NOT_FOUND - Static variable in class net.snowflake.common.core.SqlState
 
CCompatibleTimeZone() - Constructor for class net.snowflake.common.util.TimeUtil.CCompatibleTimeZone
 
changeTimeZone(TimeZone) - Method in class net.snowflake.common.core.SFTimestamp
Returns a new SFTimestamp object, with specified timeZone set in it.
CHARACTER_NOT_IN_REPERTOIRE - Static variable in class net.snowflake.common.core.SqlState
 
CHECK_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
checkAndConvertOctalToChar(String) - Static method in class net.snowflake.common.util.StringUtil
A small function to check if a string is an octal value and if so, convert it to the internal value the octal value represents.
checkPrintModel(int) - Method in class net.snowflake.common.core.SqlFormat
Check that this format can be used for printing with model
checkScanModel(int) - Method in class net.snowflake.common.core.SqlFormat
Check that this format can be used for parsing with model
ClassUtil - Class in net.snowflake.common.util
Class utilities
ClassUtil() - Constructor for class net.snowflake.common.util.ClassUtil
 
ClientAuthnDTO - Class in net.snowflake.common.core
 
ClientAuthnDTO() - Constructor for class net.snowflake.common.core.ClientAuthnDTO
Required by Jackson
ClientAuthnDTO.AuthenticatorType - Enum in net.snowflake.common.core
 
ClientAuthnDTO.ReauthnType - Enum in net.snowflake.common.core
 
ClientAuthnDTO.RequestType - Enum in net.snowflake.common.core
 
ClientAuthnParameter - Enum in net.snowflake.common.core
 
COLLATION_MISMATCH - Static variable in class net.snowflake.common.core.SqlState
 
compare(Field, Field) - Method in class net.snowflake.common.util.FixedViewColumn.OrdinalComparatorForFields
 
compareTo(ComponentInfo.Version) - Method in class net.snowflake.common.core.ComponentInfo.Version
 
compareTo(SFBinary) - Method in class net.snowflake.common.core.SFBinary
Compares SFBinary
compareTo(SFDate) - Method in class net.snowflake.common.core.SFDate
Compare if we're smaller than, equal to, or larger than the other SFDate
compareTo(SFTime) - Method in class net.snowflake.common.core.SFTime
Compares with other SFTime
compareTo(SFTimestamp) - Method in class net.snowflake.common.core.SFTimestamp
Compares with other SFTimestamp
ComponentEnum - Enum in net.snowflake.common.core
List of components in Global Services.
ComponentInfo - Class in net.snowflake.common.core
Component information, like version, SVN rev, etc is available through this class.
ComponentInfo() - Constructor for class net.snowflake.common.core.ComponentInfo
 
ComponentInfo.Version - Class in net.snowflake.common.core
Version info - purely a data class.
concat(SFBinary) - Method in class net.snowflake.common.core.SFBinary
Concatenates two binary values.
CONFIG_FILE_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
CONFIGURATION_LIMIT_EXCEEDED - Static variable in class net.snowflake.common.core.SqlState
 
CONNECTION_DOES_NOT_EXIST - Static variable in class net.snowflake.common.core.SqlState
 
CONNECTION_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
CONNECTION_FAILURE - Static variable in class net.snowflake.common.core.SqlState
 
CONTAINING_SQL_NOT_PERMITTED - Static variable in class net.snowflake.common.core.SqlState
 
convertEscapedSequenceToChar(String) - Static method in class net.snowflake.common.util.StringUtil
Converts escape sequence to a char
convertHexToChar(String) - Static method in class net.snowflake.common.util.StringUtil
Converts a string including an octal value to a character
convertOctalToChar(String) - Static method in class net.snowflake.common.util.StringUtil
Converts a string including an octal value to an character
convertTimezoneIndexToTimeZone(int) - Static method in class net.snowflake.common.core.SFTimestamp
Convert a timezone index to timezone.
CRASH_SHUTDOWN - Static variable in class net.snowflake.common.core.SqlState
 

D

DATA_CORRUPTED - Static variable in class net.snowflake.common.core.SqlState
 
DATA_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
DATABASE_DROPPED - Static variable in class net.snowflake.common.core.SqlState
 
DATATYPE_MISMATCH - Static variable in class net.snowflake.common.core.SqlState
 
DATE - Static variable in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
DATE - Static variable in class net.snowflake.common.core.SqlFormat
 
DATETIME_FIELD_OVERFLOW - Static variable in class net.snowflake.common.core.SqlState
 
DAY_OF_WEEK_ISO - Static variable in class net.snowflake.common.core.SFInstant
 
dayOfWeek(int) - Static method in class net.snowflake.common.core.TmExt
Compute American-style (Sunday = 0) day of the week from Unix epoch day (0 = Jan 1st 1970)
DAYS_IN_WEEK - Static variable in class net.snowflake.common.core.TmExt
 
DEADLOCK_DETECTED - Static variable in class net.snowflake.common.core.SqlState
 
DEFAULT - Static variable in enum net.snowflake.common.core.SFBinaryFormat
The default binary format.
DEFAULT_CENTURY_BOUNDARY - Static variable in class net.snowflake.common.core.SqlFormat
 
DEPENDENT_OBJECTS_STILL_EXIST - Static variable in class net.snowflake.common.core.SqlState
 
DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST - Static variable in class net.snowflake.common.core.SqlState
 
DEPRECATED_FEATURE - Static variable in class net.snowflake.common.core.SqlState
 
DIAGNOSTICS_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
DISK_FULL - Static variable in class net.snowflake.common.core.SqlState
 
DIVISION_BY_ZERO - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_ALIAS - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_COLUMN - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_COLUMN_NAME - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_CURSOR - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_DATABASE - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_FILE - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_FUNCTION - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_OBJECT - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_PREPARED_STATEMENT - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_SCHEMA - Static variable in class net.snowflake.common.core.SqlState
 
DUPLICATE_TABLE - Static variable in class net.snowflake.common.core.SqlState
 
DYNAMIC_RESULT_SETS_RETURNED - Static variable in class net.snowflake.common.core.SqlState
 

E

effectiveSpecializedTimestampFormat(String, String) - Static method in class net.snowflake.common.core.SnowflakeDateTimeFormat
Returns effective String format for TIMESTAMP_*_OUTPUT_FORMAT, assuming that if the specialized format is empty, the generic format should be used.
EMPTY - Static variable in class net.snowflake.common.core.SFBinary
An empty SFBinary.
EPOCH_AUTO_LIMIT - Static variable in class net.snowflake.common.core.TmExt
 
EPOCH_END - Static variable in class net.snowflake.common.core.TmExt
 
EPOCH_START - Static variable in class net.snowflake.common.core.TmExt
 
epochAutoScale - Variable in class net.snowflake.common.core.SnowflakeDateTimeFormat
Enables auto-scaling of Epoch time
equals(Object) - Method in class net.snowflake.common.core.ComponentInfo.Version
 
equals(Object) - Method in class net.snowflake.common.core.SFBinary
equals(Object) - Method in class net.snowflake.common.core.SFDate
equals(SFDate) - Method in class net.snowflake.common.core.SFDate
Returns if we're equal to the other SFDate
equals(Object) - Method in class net.snowflake.common.core.SFTime
equals(Object) - Method in class net.snowflake.common.core.SFTimestamp
equals(SFTimestamp) - Method in class net.snowflake.common.core.SFTimestamp
Checks if equals with other SFTimestamp
equals(Object) - Method in class net.snowflake.common.core.SFVariant
Compare for equality
ERROR_IN_ASSIGNMENT - Static variable in class net.snowflake.common.core.SqlState
 
ESCAPE_CHARACTER_CONFLICT - Static variable in class net.snowflake.common.core.SqlState
 
EXCLUSION_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
EXT_MODIFYING_SQL_DATA_NOT_PERMITTED - Static variable in class net.snowflake.common.core.SqlState
 
EXT_NULL_VALUE_NOT_ALLOWED - Static variable in class net.snowflake.common.core.SqlState
 
EXT_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Static variable in class net.snowflake.common.core.SqlState
 
EXT_READING_SQL_DATA_NOT_PERMITTED - Static variable in class net.snowflake.common.core.SqlState
 
EXTERNAL_ROUTINE_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
EXTERNAL_ROUTINE_INVOCATION_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
extract(int, Integer, Integer) - Method in class net.snowflake.common.core.SFDate
Extract a particular component of a date.
extract(int, Integer, Integer) - Method in class net.snowflake.common.core.SFInstant
 
extract(int) - Method in class net.snowflake.common.core.SFInstant
Extract a particular component of a date.
extract(int, TimeZone, long, Integer, Integer) - Method in class net.snowflake.common.core.SFInstant
Generic function children use to implement public extract.
extract(int, Integer, Integer) - Method in class net.snowflake.common.core.SFTime
extract(int, Integer, Integer) - Method in class net.snowflake.common.core.SFTimestamp
Extract a particular component of a date.

F

FDW_COLUMN_NAME_NOT_FOUND - Static variable in class net.snowflake.common.core.SqlState
 
FDW_DYNAMIC_PARAMETER_VALUE_NEEDED - Static variable in class net.snowflake.common.core.SqlState
 
FDW_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
FDW_FUNCTION_SEQUENCE_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INCONSISTENT_DESCRIPTOR_INFORMATION - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_ATTRIBUTE_VALUE - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_COLUMN_NAME - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_COLUMN_NUMBER - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_DATA_TYPE - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_DATA_TYPE_DESCRIPTORS - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_HANDLE - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_OPTION_INDEX - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_OPTION_NAME - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_STRING_FORMAT - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH - Static variable in class net.snowflake.common.core.SqlState
 
FDW_INVALID_USE_OF_NULL_POINTER - Static variable in class net.snowflake.common.core.SqlState
 
FDW_NO_SCHEMAS - Static variable in class net.snowflake.common.core.SqlState
 
FDW_OPTION_NAME_NOT_FOUND - Static variable in class net.snowflake.common.core.SqlState
 
FDW_OUT_OF_MEMORY - Static variable in class net.snowflake.common.core.SqlState
 
FDW_REPLY_HANDLE - Static variable in class net.snowflake.common.core.SqlState
 
FDW_SCHEMA_NOT_FOUND - Static variable in class net.snowflake.common.core.SqlState
 
FDW_TABLE_NOT_FOUND - Static variable in class net.snowflake.common.core.SqlState
 
FDW_TOO_MANY_HANDLES - Static variable in class net.snowflake.common.core.SqlState
 
FDW_UNABLE_TO_CREATE_EXECUTION - Static variable in class net.snowflake.common.core.SqlState
 
FDW_UNABLE_TO_CREATE_REPLY - Static variable in class net.snowflake.common.core.SqlState
 
FDW_UNABLE_TO_ESTABLISH_CONNECTION - Static variable in class net.snowflake.common.core.SqlState
 
FEATURE_NOT_SUPPORTED - Static variable in class net.snowflake.common.core.SqlState
 
FileCompressionType - Enum in net.snowflake.common.core
 
FixedViewColumn - Annotation Type in net.snowflake.common.util
FixedViewColumn annotation is used on fields/columns of a class that is exposed
FixedViewColumn.OrdinalComparatorForFields - Class in net.snowflake.common.util
Compares ordinals so FixedViewColumns can be sorted
FixedViewFacade - Interface in net.snowflake.common.util
Marker interface that all Fixed View Facades ought to implement.
FLOATING_POINT_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
FOREIGN_KEY_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
format(SFBinary) - Method in enum net.snowflake.common.core.SFBinaryFormat
Format a binary value as a string.
format(Timestamp, String, int) - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
format(Timestamp, TimeZone, int) - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
format(Date, String) - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
format(Date, TimeZone) - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
format(SFTime, int) - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
FRAC_SECONDS - Static variable in class net.snowflake.common.core.TmExt
 
FRAGMENT_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
fromBase64(String) - Static method in class net.snowflake.common.core.SFBinary
Creates an SFBinary by decoding a Base64-encoded string (RFC 4648).
fromBinary(BigDecimal, int, TimeZone) - Static method in class net.snowflake.common.core.SFTimestamp
Constructs an SFTimestamp from a binary representation
fromDate(Date, int, TimeZone) - Static method in class net.snowflake.common.core.SFTimestamp
Constructs an SF timestamp from a Date and a number of nanoseconds.
fromFractionalSeconds(long, int) - Static method in class net.snowflake.common.core.SFTime
Constructs an SFTime from fractional seconds at a particular scale.
fromHex(String) - Static method in class net.snowflake.common.core.SFBinary
Creates an SFBinary by decoding a hex-encoded string (uppercase letters).
fromMilliseconds(long, TimeZone) - Static method in class net.snowflake.common.core.SFTimestamp
Constructs an SF timestamp from a given number of UTC milliseconds and an originating timezone.
fromNanoseconds(long) - Static method in class net.snowflake.common.core.SFTime
Constructs an SFTime given nanoseconds since midnight.
fromNanoseconds(long, TimeZone) - Static method in class net.snowflake.common.core.SFTimestamp
Constructs an SF timestamp from a given number of UTC nanoseconds and an originating timezone.
fromNanoseconds(BigDecimal, TimeZone) - Static method in class net.snowflake.common.core.SFTimestamp
Constructs an SF timestamp from a given number of UTC nanoseconds, using the specified timezone
fromNanoseconds(BigDecimal) - Static method in class net.snowflake.common.core.SFTimestamp
Constructs an SF timestamp from a given number of UTC nanoseconds, using the GMT timezone.
fromRank(long) - Static method in class net.snowflake.common.core.ComponentInfo.Version
Reverse engineer a Version from a version-rank.
fromSFDate(SFDate, TimeZone) - Static method in class net.snowflake.common.core.SFTimestamp
Constructs an SF timestamp from an SF date,
fromSqlFormat(String) - Static method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
fromTimestamp(SFTimestamp) - Static method in class net.snowflake.common.core.SFDate
Utility function generating a new SFDate from a given SFTimestamp.
fromTimestamp(SFTimestamp) - Static method in class net.snowflake.common.core.SFTime
Constructs an SFTime from an SFTimestamp.
FUNCTION_EXECUTED_NO_RETURN_STATEMENT - Static variable in class net.snowflake.common.core.SqlState
 
FunctionPointer - Class in net.snowflake.common.util
Function Pointer holds a reference to a static function at compiler time, resolves it a runtime and invokes it.
FunctionPointer(String, int) - Constructor for class net.snowflake.common.util.FunctionPointer
Create a function pointer reference using a function name of the format <class>:<method>.
FunctionPointer(String, String, int) - Constructor for class net.snowflake.common.util.FunctionPointer
Create a function pointer reference.

G

GenericGSCommonLogger - Interface in net.snowflake.common.util
Interface for logger implementations.
get(TimeZone, String, String) - Static method in class net.snowflake.common.core.CalendarCache
Helper function.
get(TimeZone, String) - Static method in class net.snowflake.common.core.CalendarCache
Return a GregorianCalendar object identified by id.
get(TimeZone) - Static method in class net.snowflake.common.core.CalendarCache
Return a cached GregorianCalendar object.
get(String) - Static method in class net.snowflake.common.core.CalendarCache
Return a cached GregorianCalendar object.
getAccountAlias() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getAccountName() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getAnnotatedDeclaredFields(Class, Class<? extends Annotation>, boolean) - Static method in class net.snowflake.common.util.ClassUtil
Retrieving fields list of specified class and which are annotated by incoming annotation class If recursively is true, retrieving fields from all class hierarchy
getAuthenticator() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getAuthnMethod() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getAuthnRequestId() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getBrowserModeRedirectPort() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getBuildId() - Method in class net.snowflake.common.core.ComponentInfo.Version
 
getBytes() - Method in class net.snowflake.common.core.SFBinary
Returns the underlying byte array.
getChosenNewPassword() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getChosenNewPassword() - Method in class net.snowflake.common.core.LoginInfoDTO
 
getClientAppId() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getClientAppId() - Method in class net.snowflake.common.core.LoginInfoDTO
 
getClientAppVersion() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getClientAppVersion() - Method in class net.snowflake.common.core.LoginInfoDTO
 
getClientBuildId() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getClientEnvironment() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getData() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getDate() - Method in class net.snowflake.common.core.SFDate
Return the embedded Java date object
getDate() - Method in class net.snowflake.common.core.TmExt
Get SFDate from this structure
getDeclaredFields(Class, boolean) - Static method in class net.snowflake.common.util.ClassUtil
Retrieving fields list of specified class If recursively is true, retrieving fields from all class hierarchy
getErrorMsg() - Method in class net.snowflake.common.core.SqlFormat
Get error message
getExtAuthnMethod() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getFileExtension() - Method in enum net.snowflake.common.core.FileCompressionType
 
getFixedViewObjectAsRow(Class, Object) - Static method in class net.snowflake.common.util.ClassUtil
 
getFormat(String) - Static method in enum net.snowflake.common.core.SFBinaryFormat
Looks up a binary format by case-insensitive name.
getFractionalSeconds(int) - Method in class net.snowflake.common.core.SFTime
Returns fractional seconds since midnight at the given scale, truncated from the internal nanosecond representation.
getGetResultUrl() - Method in class net.snowflake.common.api.QueryInProgressResponse
 
getInFlightCtx() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getInFlightCtx() - Method in interface net.snowflake.common.core.SubmittedAuthnDTO
 
getJavaFormat() - Method in enum net.snowflake.common.core.SnowflakeDateTimeFormat.ElementType
 
getKeySet() - Method in class net.snowflake.common.core.ResourceBundleManager
 
getLatestJDBCAppVersion() - Static method in class net.snowflake.common.core.ClientAuthnDTO
 
getLatestJDBCAppVersion() - Static method in class net.snowflake.common.core.LoginInfoDTO
 
getLatestNodeAppVersion() - Static method in class net.snowflake.common.core.LoginInfoDTO
 
getLatestODBCAppVersion() - Static method in class net.snowflake.common.core.ClientAuthnDTO
 
getLatestODBCAppVersion() - Static method in class net.snowflake.common.core.LoginInfoDTO
 
getLatestPythonAppVersion() - Static method in class net.snowflake.common.core.LoginInfoDTO
 
getLatestSnowsqlAppVersion() - Static method in class net.snowflake.common.core.LoginInfoDTO
 
getLatestSparkConnectorVersion() - Static method in class net.snowflake.common.core.LoginInfoDTO
 
getLocalizedMessage(String) - Method in class net.snowflake.common.core.ResourceBundleManager
Returns the localized error message for the given message key
getLocalizedMessage(String, Object...) - Method in class net.snowflake.common.core.ResourceBundleManager
Returns the localized error message for the given message key and use the arguments to returned a formatted result string.
getLogger(Class) - Static method in class net.snowflake.common.util.GSCommonLogUtil
Creates a named logger based on a class name.
getLogger(String) - Static method in class net.snowflake.common.util.GSCommonLogUtil
Creates a named logger.
getLoginName() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getMajorVersion() - Method in class net.snowflake.common.core.ComponentInfo.Version
 
getMaxOutputSize() - Method in class net.snowflake.common.core.SqlFormat
Get max output length
getMimeSubTypes() - Method in enum net.snowflake.common.core.FileCompressionType
 
getMimeType() - Method in enum net.snowflake.common.core.FileCompressionType
 
getMinorVersion() - Method in class net.snowflake.common.core.ComponentInfo.Version
 
getModel() - Method in class net.snowflake.common.core.SqlFormat
Get format model
getNanos() - Method in class net.snowflake.common.core.SFTimestamp
Returns the fractional seconds component of this timestamp, i.e.
getNanoseconds() - Method in class net.snowflake.common.core.SFTime
Returns nanoseconds since midnight.
getNanosecondsWithinSecond() - Method in class net.snowflake.common.core.SFTime
Returns nanoseconds since the last whole-number second.
getNanosSinceEpoch() - Method in class net.snowflake.common.core.SFTimestamp
 
getOAuthFederatedCtx() - Method in class net.snowflake.common.core.ClientAuthnDTO
Gets the OAuth Federated CTX, if present.
getOldMasterToken() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getOldSessionToken() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getOrganizationName() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getPasscode() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getPassword() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getPatchVersion() - Method in class net.snowflake.common.core.ComponentInfo.Version
 
getProgressDesc() - Method in class net.snowflake.common.api.QueryInProgressResponse
 
getProofKey() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getQueryAbortsAfterSecs() - Method in class net.snowflake.common.api.QueryInProgressResponse
 
getQueryId() - Method in class net.snowflake.common.api.QueryInProgressResponse
 
getQueryId() - Method in class net.snowflake.common.core.RemoteStoreFileEncryptionMaterial
 
getQueryStageMasterKey() - Method in class net.snowflake.common.core.RemoteStoreFileEncryptionMaterial
 
getRandomSeed() - Method in class net.snowflake.common.core.RemoteStoreFileEncryptionMaterialUI
 
getRawSamlResponse() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getReauthnType() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getReauthPendingCount() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getRelayState() - Method in class net.snowflake.common.core.ClientAuthnDTO
Gets the Relay State, if present.
getRequestType() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getResourceBundle() - Method in class net.snowflake.common.core.ResourceBundleManager
 
getSafeOutputFormat(String) - Static method in enum net.snowflake.common.core.SFBinaryFormat
Looks up a binary format suitable for text output.
getSamlResponse() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getSeconds() - Method in class net.snowflake.common.core.SFTimestamp
Returns the integral seconds component of this timestamp.
getSessionParameters() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getSFTime(String, int) - Static method in class net.snowflake.common.util.TimeUtil
Convert a time internal value (scaled number of seconds + fractional seconds) into an SFTime.
getSFTimestamp(String, int, TimeUtil.TimestampType, long, TimeZone) - Static method in class net.snowflake.common.util.TimeUtil
Convert a timestamp internal value (scaled number of seconds + fractional seconds) into a SFTimestamp.
getSFTimestamp(String, TimeUtil.TimestampUnit, int, TimeUtil.TimestampType, long, TimeZone) - Static method in class net.snowflake.common.util.TimeUtil
Convert a timestamp internal value (scaled number of seconds + fractional seconds or nanoseconds) into a SFTimestamp.
getSingleton(String) - Static method in class net.snowflake.common.core.ResourceBundleManager
 
getSmkId() - Method in class net.snowflake.common.core.RemoteStoreFileEncryptionMaterial
 
getSqlFormat() - Method in enum net.snowflake.common.core.SnowflakeDateTimeFormat.ElementType
 
getSqlFormat() - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
getSvnRevisionObsolete() - Method in class net.snowflake.common.core.ComponentInfo.Version
Backward compatibility, extract svn revision from build id
getTime() - Method in class net.snowflake.common.core.SFDate
Return the number of milliseconds since UTC epoch
getTime() - Method in class net.snowflake.common.core.SFTimestamp
Returns epoch time in milliseconds as a long.
getTime() - Method in class net.snowflake.common.core.TmExt
Get time of day as SFTime
getTimeInMsBigInt() - Method in class net.snowflake.common.core.SFTimestamp
Returns the epoch time in milliseconds.
getTimestamp() - Method in class net.snowflake.common.core.SFTimestamp
Convert this to a Java timestamp.
getTimestamp(TimeZone) - Method in class net.snowflake.common.core.TmExt
Get timestamp as SFTimestamp
getTimeZone(String) - Method in interface net.snowflake.common.core.CalendarCache.TimeZoneFactory
 
getTimeZone() - Method in class net.snowflake.common.core.SFTimestamp
Returns Timezone
getTimeZoneOffsetMillis() - Method in class net.snowflake.common.core.SFTimestamp
Calculates the offset of this timestamp's time zone at this timestamp's time instant.
getToken() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
getVersion() - Static method in class net.snowflake.common.core.ComponentInfo
Get the version info part of the ComponentInfo.
getVersionAsString(boolean) - Method in class net.snowflake.common.core.ComponentInfo.Version
Return the GS version number as a string so that it can be displayed by the UI
getVersionAsString(boolean, boolean) - Method in class net.snowflake.common.core.ComponentInfo.Version
 
getVersionRank() - Method in class net.snowflake.common.core.ComponentInfo.Version
Generate an absolute version ranking allowing to compare two versions
getVType() - Method in class net.snowflake.common.core.SFVariant
Get the variant value type
getYearAsInt(Calendar) - Static method in class net.snowflake.common.util.TimeUtil
Extracts YEAR as a signed integer, taking care of BC.
GMT - Static variable in class net.snowflake.common.core.SFInstant
 
GROUPING_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
GS_FAULT_INJECTION - Static variable in class net.snowflake.common.core.SqlState
 
GSCommonLogUtil - Class in net.snowflake.common.util
Simple log utility for GSCommon.
GSCommonLogUtil() - Constructor for class net.snowflake.common.util.GSCommonLogUtil
 

H

handleAcceptedUndesiredType() - Method in interface net.snowflake.common.core.SnowflakeDateTimeFormat.ParserGSInteractions
Should be called when the type of the format doesn't match the desired type but not rejected.
handleDeprecatedFormat(SnowflakeDateTimeFormat) - Method in interface net.snowflake.common.core.SnowflakeDateTimeFormat.ParserGSInteractions
Should be called when a string is auto-parsed with a deprecated format.
handleGuessedScale(int) - Method in interface net.snowflake.common.core.SnowflakeDateTimeFormat.ParserGSInteractions
Should be called when the scale is guessed.
hashCode() - Method in class net.snowflake.common.core.ComponentInfo.Version
 
hashCode() - Method in class net.snowflake.common.core.SFBinary
hashCode() - Method in class net.snowflake.common.core.SFDate
hashCode() - Method in class net.snowflake.common.core.SFTime
hashCode() - Method in class net.snowflake.common.core.SFTimestamp
hashCode() - Method in class net.snowflake.common.core.SFVariant
hasSingleOffset() - Method in class net.snowflake.common.util.TimeUtil.CCompatibleTimeZone
Whether the offset of this timezone ever changes.
HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL - Static variable in class net.snowflake.common.core.SqlState
 
HOURS_IN_DAY - Static variable in class net.snowflake.common.core.TmExt
 

I

IMPLICIT_ZERO_BIT_PADDING - Static variable in class net.snowflake.common.core.SqlState
 
IN_FAILED_SQL_TRANSACTION - Static variable in class net.snowflake.common.core.SqlState
 
INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION - Static variable in class net.snowflake.common.core.SqlState
 
INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION - Static variable in class net.snowflake.common.core.SqlState
 
INDETERMINATE_COLLATION - Static variable in class net.snowflake.common.core.SqlState
 
INDETERMINATE_DATATYPE - Static variable in class net.snowflake.common.core.SqlState
 
INDEX_CORRUPTED - Static variable in class net.snowflake.common.core.SqlState
 
INDICATOR_OVERFLOW - Static variable in class net.snowflake.common.core.SqlState
 
initialize() - Static method in class net.snowflake.common.core.ComponentInfo
Initialize the ComponentInfo by retrieving all the necessary information from the available sources.
initialize(Class<?>) - Static method in class net.snowflake.common.core.ComponentInfo
Initialize the ComponentInfo by retrieving all the necessary information from the available sources.
initialize(ComponentInfo.Version) - Static method in class net.snowflake.common.core.ComponentInfo
Initialize the ComponentInfo by explicitly passing it a ComponentInfo.Version.
INSUFFICIENT_PRIVILEGE - Static variable in class net.snowflake.common.core.SqlState
 
INSUFFICIENT_RESOURCES - Static variable in class net.snowflake.common.core.SqlState
 
INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
INTERNAL_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
INTERVAL_FIELD_OVERFLOW - Static variable in class net.snowflake.common.core.SqlState
 
intSize - Static variable in class net.snowflake.common.util.Power10
 
intTable - Static variable in class net.snowflake.common.util.Power10
 
INVALID - Static variable in class net.snowflake.common.core.SqlFormat
 
INVALID_ARGUMENT_FOR_LOGARITHM - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ARGUMENT_FOR_NTILE_FUNCTION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ARGUMENT_FOR_POWER_FUNCTION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_AUTHORIZATION_SPECIFICATION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_BINARY_REPRESENTATION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_CATALOG_NAME - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_CHARACTER_VALUE_FOR_CAST - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_COLUMN_DEFINITION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_COLUMN_REFERENCE - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_CURSOR_DEFINITION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_CURSOR_NAME - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_CURSOR_STATE - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_DATABASE_DEFINITION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_DATETIME_FORMAT - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ESCAPE_CHARACTER - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ESCAPE_OCTET - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ESCAPE_SEQUENCE - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_FOREIGN_KEY - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_FUNCTION_DEFINITION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_GRANT_OPERATION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_GRANTOR - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_INDICATOR_PARAMETER_VALUE - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_LOCATOR_SPECIFICATION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_NAME - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_OBJECT_DEFINITION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_PARAMETER_VALUE - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_PASSWORD - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_PREPARED_STATEMENT_DEFINITION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_RECURSION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_REGULAR_EXPRESSION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ROLE_SPECIFICATION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ROW_COUNT_IN_LIMIT_CLAUSE - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_SAVEPOINT_SPECIFICATION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_SCHEMA_DEFINITION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_SCHEMA_NAME - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_SQL_STATEMENT_NAME - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_SQLSTATE_RETURNED - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_TABLE_DEFINITION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_TEXT_REPRESENTATION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_TIME_ZONE_DISPLACEMENT_VALUE - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_TRANSACTION_INITIATION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_TRANSACTION_STATE - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_TRANSACTION_TERMINATION - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_USE_OF_ESCAPE_CHARACTER - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_XML_COMMENT - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_XML_CONTENT - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_XML_DOCUMENT - Static variable in class net.snowflake.common.core.SqlState
 
INVALID_XML_PROCESSING_INSTRUCTION - Static variable in class net.snowflake.common.core.SqlState
 
invoke(Object...) - Method in class net.snowflake.common.util.FunctionPointer
Invokes the function pointer
IO_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
isAlphaNumericUnderscore(String) - Static method in class net.snowflake.common.util.StringUtil
checks if input string contains number, alphabets and underscores.
isCCompatible() - Method in interface net.snowflake.common.core.SnowflakeDateTimeFormat.ParserGSInteractions
 
isDSTAmbiguous(long, TimeZone) - Static method in class net.snowflake.common.util.TimeUtil
Returns true if the specified instant corresponds to a wallclock time that is "ambiguous" in the given timezone because of daylight saving time rules.
isDSTIllegal(int, int, int, int, int, int, TimeZone) - Static method in class net.snowflake.common.util.TimeUtil
Returns true if the specified instant is illegal in the current timezone because of daylight saving time rules.
isGoodMonthDay(int, int, boolean) - Static method in class net.snowflake.common.core.TmExt
Check if the day of the month is good
isLeapYear(int) - Static method in class net.snowflake.common.core.TmExt
Check if it's a leap year in proleptic Gregorian calendar.
isLicenseAccepted() - Method in class net.snowflake.common.core.ClientAuthnDTO
 
isLicenseAccepted() - Method in class net.snowflake.common.core.LoginInfoDTO
 
isPureAscii(String) - Static method in class net.snowflake.common.util.StringUtil
Is pure ASCII characters?
isStrictParsing() - Method in interface net.snowflake.common.core.SnowflakeDateTimeFormat.ParserGSInteractions
 
isSupported() - Method in enum net.snowflake.common.core.FileCompressionType
 
isWildcardPatternStr(String) - Static method in class net.snowflake.common.util.Wildcard
Used to determine if the input string is wildcard pattern By wildcard pattern, we means a string contains '%' but not '\%' or '_' but not '\_'

K

KERNEL_FAILURE - Static variable in class net.snowflake.common.core.SqlState
 

L

length() - Method in class net.snowflake.common.core.SFBinary
Returns the length of the SFBinary in bytes.
LOCATOR_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
LOCK_FILE_EXISTS - Static variable in class net.snowflake.common.core.SqlState
 
LOCK_NOT_AVAILABLE - Static variable in class net.snowflake.common.core.SqlState
 
log(Level, String) - Method in interface net.snowflake.common.util.GenericGSCommonLogger
 
LoginInfoDTO - Class in net.snowflake.common.core
Login Information Data Transfer Object.
LoginInfoDTO() - Constructor for class net.snowflake.common.core.LoginInfoDTO
 
longSize - Static variable in class net.snowflake.common.util.Power10
 
longTable - Static variable in class net.snowflake.common.util.Power10
 
lookupByFileExtension(String) - Static method in enum net.snowflake.common.core.FileCompressionType
Lookup file compression type by file name extension.
lookupByMimeSubType(String) - Static method in enum net.snowflake.common.core.FileCompressionType
Lookup file compression type by MimeSubType for example, the MimeSubType for .gz file is "application/x-gzip".

M

MAX_DAYS_IN_MONTH - Static variable in class net.snowflake.common.core.TmExt
 
MAX_DAYS_IN_YEAR - Static variable in class net.snowflake.common.core.TmExt
 
MAX_REGION_LEN - Static variable in class net.snowflake.common.core.TmExt
 
MAX_SCALE - Static variable in class net.snowflake.common.core.TmExt
 
MAX_VALID_VALUE - Static variable in class net.snowflake.common.core.SFDate
 
MAX_VALID_VALUE - Static variable in class net.snowflake.common.core.SFTime
 
MAX_VALID_VALUE - Static variable in class net.snowflake.common.core.SFTimestamp
 
MAX_YEAR - Static variable in class net.snowflake.common.core.TmExt
 
MAX_ZONE_LEN - Static variable in class net.snowflake.common.core.TmExt
 
MAXIMUM - Static variable in class net.snowflake.common.core.SFBinary
Special SFBinary that is greater than all others.
mdayFromYday(int, int, boolean) - Static method in class net.snowflake.common.core.TmExt
Returns day of the month by day of the year and month
MIN_VALID_VALUE - Static variable in class net.snowflake.common.core.SFDate
 
MIN_VALID_VALUE - Static variable in class net.snowflake.common.core.SFTime
 
MIN_VALID_VALUE - Static variable in class net.snowflake.common.core.SFTimestamp
 
MINUTES_IN_DAY - Static variable in class net.snowflake.common.core.TmExt
 
MINUTES_IN_HOUR - Static variable in class net.snowflake.common.core.TmExt
 
MODIFYING_SQL_DATA_NOT_PERMITTED - Static variable in class net.snowflake.common.core.SqlState
 
monthFromYday(int, boolean) - Static method in class net.snowflake.common.core.TmExt
Returns month # based on day of the year
MONTHS_IN_YEAR - Static variable in class net.snowflake.common.core.TmExt
 
MOST_SPECIFIC_TYPE_MISMATCH - Static variable in class net.snowflake.common.core.SqlState
 
moveToTimeZone(TimeZone) - Method in class net.snowflake.common.core.SFTimestamp
Moves the timestamp to another time zone without changing its displayed value.
moveToTimeZone(TimeZone, boolean) - Method in class net.snowflake.common.core.SFTimestamp
Moves the timestamp to another time zone without changing its displayed value.

N

NAME_TOO_LONG - Static variable in class net.snowflake.common.core.SqlState
 
net.snowflake.common.api - package net.snowflake.common.api
 
net.snowflake.common.core - package net.snowflake.common.core
 
net.snowflake.common.util - package net.snowflake.common.util
 
NETWORK - Static variable in class net.snowflake.common.core.SqlFormat
 
NETWORK_PROBLEM - Static variable in class net.snowflake.common.core.SqlState
 
NO_ACTIVE_SQL_TRANSACTION - Static variable in class net.snowflake.common.core.SqlState
 
NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION - Static variable in class net.snowflake.common.core.SqlState
 
NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED - Static variable in class net.snowflake.common.core.SqlState
 
NO_DATA - Static variable in class net.snowflake.common.core.SqlState
 
NO_DATA_FOUND - Static variable in class net.snowflake.common.core.SqlState
 
NONSTANDARD_USE_OF_ESCAPE_CHARACTER - Static variable in class net.snowflake.common.core.SqlState
 
NOT_AN_XML_DOCUMENT - Static variable in class net.snowflake.common.core.SqlState
 
NOT_NULL_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
NULL_VALUE_ELIMINATED_IN_SET_FUNCTION - Static variable in class net.snowflake.common.core.SqlState
 
NULL_VALUE_NO_INDICATOR_PARAMETER - Static variable in class net.snowflake.common.core.SqlState
 
NULL_VALUE_NOT_ALLOWED - Static variable in class net.snowflake.common.core.SqlState
 
NUMERIC - Static variable in class net.snowflake.common.core.SqlFormat
 
NUMERIC_VALUE_OUT_OF_RANGE - Static variable in class net.snowflake.common.core.SqlState
 

O

OBJECT_IN_USE - Static variable in class net.snowflake.common.core.SqlState
 
OBJECT_NOT_IN_PREREQUISITE_STATE - Static variable in class net.snowflake.common.core.SqlState
 
octalCode - Static variable in class net.snowflake.common.util.StringUtil
 
OPERATOR_INTERVENTION - Static variable in class net.snowflake.common.core.SqlState
 
OrdinalComparatorForFields() - Constructor for class net.snowflake.common.util.FixedViewColumn.OrdinalComparatorForFields
 
OUT_OF_MEMORY - Static variable in class net.snowflake.common.core.SqlState
 

P

parse(String) - Method in enum net.snowflake.common.core.SFBinaryFormat
Parse a binary value as a string.
parse(String, TimeZone, int, int, boolean, SnowflakeDateTimeFormat.ParserGSInteractions) - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
Parses a string into an SFTimestamp.
parse(String, TimeZone, int, boolean) - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
parse(String) - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
parseDate(String, int) - Method in class net.snowflake.common.core.SqlFormat
Parse date using this format (returns SFDate)
parseDate(String) - Method in class net.snowflake.common.core.SqlFormat
Parses Data
parseDate(String, int) - Method in class net.snowflake.common.core.SqlFormatScanner
Parse date using this list of formats (returns SFDate)
parseDate(String) - Method in class net.snowflake.common.core.SqlFormatScanner
 
parseTime(String) - Method in class net.snowflake.common.core.SqlFormat
Parse time of day using this format (returns SFTime)
parseTime(String) - Method in class net.snowflake.common.core.SqlFormatScanner
Parse time of day using this format (returns SFTime)
parseTimestamp(String, TimeZone, int) - Method in class net.snowflake.common.core.SqlFormat
Parse timestamp using this format (returns SFTimestamp)
parseTimestamp(String, TimeZone) - Method in class net.snowflake.common.core.SqlFormat
Parses Timestamp string
parseTimestamp(String, TimeZone, int) - Method in class net.snowflake.common.core.SqlFormatScanner
Parse timestamp using this format (returns SFTimestamp)
parseTimestamp(String, TimeZone) - Method in class net.snowflake.common.core.SqlFormatScanner
 
parseTm(String, int) - Method in class net.snowflake.common.core.SqlFormat
Parse DATE/TIME string
parseTm(String) - Method in class net.snowflake.common.core.SqlFormat
Parses extended Timestamp string
PLSQL_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
Power10 - Class in net.snowflake.common.util
Powers of 10
Power10() - Constructor for class net.snowflake.common.util.Power10
 
POWERS_OF_TEN - Static variable in class net.snowflake.common.core.SFInstant
 
printDate(SFDate) - Method in class net.snowflake.common.core.SqlFormat
Print SfDate value
printTime(SFTime, int) - Method in class net.snowflake.common.core.SqlFormat
Print SfTime value with scale
printTimestamp(SFTimestamp, int, TimeZone) - Method in class net.snowflake.common.core.SqlFormat
Print SfTimestamp value with scale
printTimestamp(SFTimestamp, int) - Method in class net.snowflake.common.core.SqlFormat
Print SfTimestamp value with scale
printTm(TmExt) - Method in class net.snowflake.common.core.SqlFormat
Print the decomposed timezone value using this format
PRIVILEGE_NOT_GRANTED - Static variable in class net.snowflake.common.core.SqlState
 
PRIVILEGE_NOT_REVOKED - Static variable in class net.snowflake.common.core.SqlState
 
PROGRAM_LIMIT_EXCEEDED - Static variable in class net.snowflake.common.core.SqlState
 
PROHIBITED_SQL_STATEMENT_ATTEMPTED - Static variable in class net.snowflake.common.core.SqlState
 
PROTOCOL_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 

Q

QUERY_CANCELED - Static variable in class net.snowflake.common.core.SqlState
 
QUERY_IN_PROGRESS_ASYNC_CODE - Static variable in class net.snowflake.common.api.QueryInProgressResponse
 
QUERY_IN_PROGRESS_CODE - Static variable in class net.snowflake.common.api.QueryInProgressResponse
 
QueryInProgressResponse - Class in net.snowflake.common.api
Response object returned to the client if the query has not completed before the client health-check interval.
QueryInProgressResponse() - Constructor for class net.snowflake.common.api.QueryInProgressResponse
 
quote(String) - Static method in class net.snowflake.common.util.StringUtil
return a quoted string if the string itself contains a quote.

R

RAISE_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
READ_ONLY_SQL_TRANSACTION - Static variable in class net.snowflake.common.core.SqlState
 
READING_SQL_DATA_NOT_PERMITTED - Static variable in class net.snowflake.common.core.SqlState
 
reconstructFormat() - Method in class net.snowflake.common.core.SqlFormat
Reconstruct the format string (prints the canonical form)
reload() - Method in class net.snowflake.common.core.ResourceBundleManager
Reload the error message bundle based on the current locale.
RemoteStoreFileEncryptionMaterial - Class in net.snowflake.common.core
A class to manage encryption material for remote files for GET and PUT commands.
RemoteStoreFileEncryptionMaterial(String, String, Long) - Constructor for class net.snowflake.common.core.RemoteStoreFileEncryptionMaterial
 
RemoteStoreFileEncryptionMaterial() - Constructor for class net.snowflake.common.core.RemoteStoreFileEncryptionMaterial
 
RemoteStoreFileEncryptionMaterialUI - Class in net.snowflake.common.core
A class to manage encryption material for S3 files for GET and PUT commands.
RemoteStoreFileEncryptionMaterialUI(String, String, Long, String) - Constructor for class net.snowflake.common.core.RemoteStoreFileEncryptionMaterialUI
 
RemoteStoreFileEncryptionMaterialUI() - Constructor for class net.snowflake.common.core.RemoteStoreFileEncryptionMaterialUI
 
RESERVED_NAME - Static variable in class net.snowflake.common.core.SqlState
 
ResourceBundleManager - Class in net.snowflake.common.core
Handle error messages.
RESTRICT_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 

S

s_gmtTz - Variable in class net.snowflake.common.core.TmExt
 
SAVEPOINT_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
sb16Size - Static variable in class net.snowflake.common.util.Power10
 
sb16Table - Static variable in class net.snowflake.common.util.Power10
 
SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED - Static variable in class net.snowflake.common.core.SqlState
 
SECONDS_IN_DAY - Static variable in class net.snowflake.common.core.TmExt
 
SECONDS_IN_HOUR - Static variable in class net.snowflake.common.core.TmExt
 
SECONDS_IN_MINUTE - Static variable in class net.snowflake.common.core.TmExt
 
SERIALIZATION_FAILURE - Static variable in class net.snowflake.common.core.SqlState
 
setAlwaysGregorian(boolean) - Static method in class net.snowflake.common.core.CalendarCache
Set if the the calendars produced should not observe Julian calendar before 1582.
setChosenNewPassword(String) - Method in class net.snowflake.common.core.LoginInfoDTO
 
setClientAppId(String) - Method in class net.snowflake.common.core.LoginInfoDTO
 
setClientAppVersion(String) - Method in class net.snowflake.common.core.LoginInfoDTO
 
setData(Map<String, Object>) - Method in class net.snowflake.common.core.ClientAuthnDTO
 
setDate(SFDate) - Method in class net.snowflake.common.core.TmExt
Set this structure from SFDate NB: This relies on GeorgianCalendar, which is NOT ISO-8601 compliant proleptic Georgian calendar
setEnabled(boolean) - Static method in class net.snowflake.common.core.CalendarCache
Enable or disable the cache
setFormat(int, String) - Method in class net.snowflake.common.core.SqlFormat
Parse single format Returns remaining format string (for multiple bar-separated formats) or null for an error If a singular format is required, the user must check that the output is empty Sets an error message
setFormats(int, String) - Method in class net.snowflake.common.core.SqlFormatScanner
Parse a format string with alternate input formats
setGetResultUrl(String) - Method in class net.snowflake.common.api.QueryInProgressResponse
 
setInFlightCtx(String) - Method in class net.snowflake.common.core.ClientAuthnDTO
 
setProduceClones(boolean) - Static method in class net.snowflake.common.core.CalendarCache
Configure the CalendarCache to produce clones of cached objects (default behavior) or not.
setProgressDesc(Object) - Method in class net.snowflake.common.api.QueryInProgressResponse
 
setQueryAbortsAfterSecs(int) - Method in class net.snowflake.common.api.QueryInProgressResponse
 
setQueryId(String) - Method in class net.snowflake.common.api.QueryInProgressResponse
 
setQueryId(String) - Method in class net.snowflake.common.core.RemoteStoreFileEncryptionMaterial
 
setQueryStageMasterKey(String) - Method in class net.snowflake.common.core.RemoteStoreFileEncryptionMaterial
 
setRandomSeed(String) - Method in class net.snowflake.common.core.RemoteStoreFileEncryptionMaterialUI
 
setSmkId(long) - Method in class net.snowflake.common.core.RemoteStoreFileEncryptionMaterial
 
setSvnRevision(int) - Method in class net.snowflake.common.core.ComponentInfo.Version
This is to be able to de-serialize old export files
setTime(SFTime, int) - Method in class net.snowflake.common.core.TmExt
Set this structure from SFTime
setTimestamp(SFTimestamp, int, TimeZone) - Method in class net.snowflake.common.core.TmExt
Set this structure from SFTimestamp NB: This relies on GeorgianCalendar, which is NOT ISO-8601 compliant proleptic Georgian calendar
setTimeZoneFactory(CalendarCache.TimeZoneFactory) - Static method in class net.snowflake.common.core.CalendarCache
Sets the timezone factory.
SF_CONSOLE_APP_ID - Static variable in class net.snowflake.common.core.LoginInfoDTO
 
SF_JDBC_APP_ID - Static variable in class net.snowflake.common.core.LoginInfoDTO
 
SF_ODBC_APP_ID - Static variable in class net.snowflake.common.core.LoginInfoDTO
 
SF_PYTHON_APP_ID - Static variable in class net.snowflake.common.core.LoginInfoDTO
 
SF_SNOWSQL_APP_ID - Static variable in class net.snowflake.common.core.LoginInfoDTO
 
SFBinary - Class in net.snowflake.common.core
Represents binary values.
SFBinary(byte[]) - Constructor for class net.snowflake.common.core.SFBinary
Constructs an SFBinary from a byte array.
SFBinaryFormat - Enum in net.snowflake.common.core
Format (encoding scheme) for binary values.
SFDate - Class in net.snowflake.common.core
Represents dates without time.
SFDate(long) - Constructor for class net.snowflake.common.core.SFDate
Constructor using UTC milliseconds
SFDate(Date) - Constructor for class net.snowflake.common.core.SFDate
Constructor using Java Date
SFDate(SFDate) - Constructor for class net.snowflake.common.core.SFDate
Copy constructor.
SFInstant - Class in net.snowflake.common.core
Simple interface for uniform accessing of moments in time.
SFInstant() - Constructor for class net.snowflake.common.core.SFInstant
 
SFTime - Class in net.snowflake.common.core
Represents times without date.
SFTimestamp - Class in net.snowflake.common.core
Represents timestamps, including their originating time zone.
SFTimestamp(Timestamp, TimeZone) - Constructor for class net.snowflake.common.core.SFTimestamp
Constructs an SFTimestamp from a java Timestamp and java TimeZone.
SFTimestamp(Timestamp) - Constructor for class net.snowflake.common.core.SFTimestamp
Constructs an SFTimestamp from a java Timestamp.
SFTimestamp(SFDate) - Constructor for class net.snowflake.common.core.SFTimestamp
Constructs an SFTimestamp from SFDate.
SFTimestamp() - Constructor for class net.snowflake.common.core.SFTimestamp
Empty constructor, will create a timestamp at this instant
SFTimestamp(SFTimestamp) - Constructor for class net.snowflake.common.core.SFTimestamp
Copy constructor.
SFTimestamp.TimestampOperationNotAvailableException - Exception in net.snowflake.common.core
Thrown when a Snowflake timestamp cannot be manipulated in Java due to size limitations.
SFVariant - Class in net.snowflake.common.core
Represents VARIANT value Currently only supports empty non-elementary values Instances of this class are immutable
SFVariant(SFVariant.VType) - Constructor for class net.snowflake.common.core.SFVariant
Construct empty variant value of a given type
SFVariant.VType - Enum in net.snowflake.common.core
Variant value type
SFVARIANT_ANY - Static variable in class net.snowflake.common.core.SFVariant
 
SFVARIANT_ARRAY - Static variable in class net.snowflake.common.core.SFVariant
 
SFVARIANT_OBJECT - Static variable in class net.snowflake.common.core.SFVariant
 
shouldRejectWrongType() - Method in interface net.snowflake.common.core.SnowflakeDateTimeFormat.ParserGSInteractions
 
SnowflakeDateTimeFormat - Class in net.snowflake.common.core
 
SnowflakeDateTimeFormat.ElementType - Enum in net.snowflake.common.core
 
SnowflakeDateTimeFormat.ParserGSInteractions - Interface in net.snowflake.common.core
Interface used by the parser for GS interactions, including configurations and usage tracking.
SQL_ROUTINE_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
SQL_STATEMENT_NOT_YET_COMPLETE - Static variable in class net.snowflake.common.core.SqlState
 
SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION - Static variable in class net.snowflake.common.core.SqlState
 
SqlFormat - Class in net.snowflake.common.core
The is the class for a parsed SQL format, a re-implementation of XP SqlFormat class
SqlFormat() - Constructor for class net.snowflake.common.core.SqlFormat
Constructor
SqlFormatScanner - Class in net.snowflake.common.core
This class is used to match multiple SQL formats when parsing input strings
SqlFormatScanner() - Constructor for class net.snowflake.common.core.SqlFormatScanner
The constructor
SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION - Static variable in class net.snowflake.common.core.SqlState
 
SqlState - Class in net.snowflake.common.core
This class defines all the constants for SQL states
SqlState() - Constructor for class net.snowflake.common.core.SqlState
 
SRF_PROTOCOL_VIOLATED - Static variable in class net.snowflake.common.core.SqlState
 
STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER - Static variable in class net.snowflake.common.core.SqlState
 
STATEMENT_COMPLETION_UNKNOWN - Static variable in class net.snowflake.common.core.SqlState
 
STATEMENT_TOO_COMPLEX - Static variable in class net.snowflake.common.core.SqlState
 
STRING_DATA_LENGTH_MISMATCH - Static variable in class net.snowflake.common.core.SqlState
 
STRING_DATA_RIGHT_TRUNCATION - Static variable in class net.snowflake.common.core.SqlState
 
STRING_DATA_RIGHT_TRUNCATION_WARNING - Static variable in class net.snowflake.common.core.SqlState
 
StringUtil - Class in net.snowflake.common.util
 
StringUtil() - Constructor for class net.snowflake.common.util.StringUtil
 
SubmittedAuthnDTO - Interface in net.snowflake.common.core
Marker interface, designating the implementing class as being serialized into JSON and submitted to the authentication service as a response for additional Authentication data previously requested.
substring(int, int) - Method in class net.snowflake.common.core.SFBinary
Returns a new SFBinary that is a substring of this SFBinary.
SUBSTRING_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
SUCCESSFUL_COMPLETION - Static variable in class net.snowflake.common.core.SqlState
 
SYNTAX_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
SYSTEM_ERROR - Static variable in class net.snowflake.common.core.SqlState
 

T

TIME - Static variable in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
TIME - Static variable in class net.snowflake.common.core.SqlFormat
 
TIMESTAMP - Static variable in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
timestampFromNs(BigDecimal) - Static method in class net.snowflake.common.util.TimeUtil
Converts the number of nanoseconds into a java.sql.Timestamp, if that is possible.
TimeUtil - Class in net.snowflake.common.util
Time-related utilities
TimeUtil() - Constructor for class net.snowflake.common.util.TimeUtil
 
TimeUtil.CCompatibleTimeZone - Class in net.snowflake.common.util
Custom TimeZone implementations can be compatible with C libraries regarding ambiguous and illegal timestamps.
TimeUtil.TimestampType - Enum in net.snowflake.common.util
 
TimeUtil.TimestampUnit - Enum in net.snowflake.common.util
 
tm_epochSec - Variable in class net.snowflake.common.core.TmExt
 
tm_gmtoff - Variable in class net.snowflake.common.core.TmExt
 
tm_has_epochSec - Variable in class net.snowflake.common.core.TmExt
 
tm_has_offset - Variable in class net.snowflake.common.core.TmExt
 
tm_has_tzidx - Variable in class net.snowflake.common.core.TmExt
 
tm_hour - Variable in class net.snowflake.common.core.TmExt
 
tm_isdst - Variable in class net.snowflake.common.core.TmExt
 
tm_mday - Variable in class net.snowflake.common.core.TmExt
 
tm_min - Variable in class net.snowflake.common.core.TmExt
 
tm_mon - Variable in class net.snowflake.common.core.TmExt
 
tm_nsec - Variable in class net.snowflake.common.core.TmExt
 
tm_region - Variable in class net.snowflake.common.core.TmExt
 
tm_sec - Variable in class net.snowflake.common.core.TmExt
 
tm_sec_scale - Variable in class net.snowflake.common.core.TmExt
 
tm_wday - Variable in class net.snowflake.common.core.TmExt
 
tm_yday - Variable in class net.snowflake.common.core.TmExt
 
tm_year - Variable in class net.snowflake.common.core.TmExt
 
tm_zone - Variable in class net.snowflake.common.core.TmExt
 
TmExt - Class in net.snowflake.common.core
This class represents decomposed time/date, similar to libc's struct tm, but with additional fields for handling missing data and timezones
TmExt() - Constructor for class net.snowflake.common.core.TmExt
Constructor
TmExt.YearDay - Class in net.snowflake.common.core
 
toBase64() - Method in class net.snowflake.common.core.SFBinary
Encodes the binary value as a Base64 string (RFC 4648).
toBinary(int, boolean) - Method in class net.snowflake.common.core.SFTimestamp
Constructs a binary representation of this timestamp.
toHex() - Method in class net.snowflake.common.core.SFBinary
Encodes the binary value as a hex string (uppercase letters).
TOO_MANY_ARGUMENTS - Static variable in class net.snowflake.common.core.SqlState
 
TOO_MANY_COLUMNS - Static variable in class net.snowflake.common.core.SqlState
 
TOO_MANY_CONNECTIONS - Static variable in class net.snowflake.common.core.SqlState
 
TOO_MANY_ROWS - Static variable in class net.snowflake.common.core.SqlState
 
toRegexPattern(String, boolean) - Static method in class net.snowflake.common.util.Wildcard
Converts a wild card pattern to regex
toRegexStr(String) - Static method in class net.snowflake.common.util.Wildcard
Convert a wildcard pattern string to a java regex pattern string.
toSecondsString(int) - Method in class net.snowflake.common.core.SFTime
Constructs a string containing the number of seconds since midnight with the given number of decimal places.
toSimpleDateTimePattern() - Method in class net.snowflake.common.core.SnowflakeDateTimeFormat
 
toString() - Method in class net.snowflake.common.core.ComponentInfo.Version
 
toString() - Method in class net.snowflake.common.core.SFBinary
toString() - Method in class net.snowflake.common.core.SFDate
toString() - Method in class net.snowflake.common.core.SFTime
toString() - Method in class net.snowflake.common.core.SFTimestamp
toUTCString() - Method in class net.snowflake.common.core.SFDate
Construct a string that can be safely passed to XP.
toUTCString() - Method in class net.snowflake.common.core.SFTime
Constructs a string that can be safely passed to XP.
toUTCString() - Method in class net.snowflake.common.core.SFTimestamp
Returns UTC string
TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class net.snowflake.common.core.SqlState
 
TRANSACTION_ROLLBACK - Static variable in class net.snowflake.common.core.SqlState
 
TRIGGER_PROTOCOL_VIOLATED - Static variable in class net.snowflake.common.core.SqlState
 
TRIGGERED_ACTION_EXCEPTION - Static variable in class net.snowflake.common.core.SqlState
 
TRIGGERED_DATA_CHANGE_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
TRIM_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
TS_NTZ - Static variable in class net.snowflake.common.core.SqlFormat
 
TS_TZ - Static variable in class net.snowflake.common.core.SqlFormat
 
TZONE - Static variable in class net.snowflake.common.core.SqlFormat
 

U

UNDEFINED_COLUMN - Static variable in class net.snowflake.common.core.SqlState
 
UNDEFINED_FILE - Static variable in class net.snowflake.common.core.SqlState
 
UNDEFINED_FUNCTION - Static variable in class net.snowflake.common.core.SqlState
 
UNDEFINED_OBJECT - Static variable in class net.snowflake.common.core.SqlState
 
UNDEFINED_PARAMETER - Static variable in class net.snowflake.common.core.SqlState
 
UNDEFINED_TABLE - Static variable in class net.snowflake.common.core.SqlState
 
UNIQUE_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
UNTERMINATED_C_STRING - Static variable in class net.snowflake.common.core.SqlState
 
UNTRANSLATABLE_CHARACTER - Static variable in class net.snowflake.common.core.SqlState
 

V

validHex(String) - Static method in class net.snowflake.common.core.SFBinary
Returns true if it's safe to call SFBinary.fromHex(str).
valueOf(String) - Static method in enum net.snowflake.common.core.ClientAuthnDTO.AuthenticatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.core.ClientAuthnDTO.ReauthnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.core.ClientAuthnDTO.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.core.ClientAuthnParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.core.ComponentEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.core.FileCompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.core.SFBinaryFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.core.SFVariant.VType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.core.SnowflakeDateTimeFormat.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.util.TimeUtil.TimestampType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.snowflake.common.util.TimeUtil.TimestampUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.snowflake.common.core.ClientAuthnDTO.AuthenticatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.core.ClientAuthnDTO.ReauthnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.core.ClientAuthnDTO.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.core.ClientAuthnParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.core.ComponentEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.core.FileCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.core.SFBinaryFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.core.SFVariant.VType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.core.SnowflakeDateTimeFormat.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.util.TimeUtil.TimestampType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.snowflake.common.util.TimeUtil.TimestampUnit
Returns an array containing the constants of this enum type, in the order they are declared.
Version() - Constructor for class net.snowflake.common.core.ComponentInfo.Version
 
Version(int, int, int, String) - Constructor for class net.snowflake.common.core.ComponentInfo.Version
 
Version(String) - Constructor for class net.snowflake.common.core.ComponentInfo.Version
 
VERSION_FORMAT_PATTERN - Static variable in class net.snowflake.common.core.ComponentInfo
Supported version format pattern

W

WARNING - Static variable in class net.snowflake.common.core.SqlState
 
WEEK_ISO - Static variable in class net.snowflake.common.core.SFInstant
 
Wildcard - Class in net.snowflake.common.util
This class wraps wildcard related functions and regular expression.
Wildcard() - Constructor for class net.snowflake.common.util.Wildcard
 
WINDOWING_ERROR - Static variable in class net.snowflake.common.core.SqlState
 
WITH_CHECK_OPTION_VIOLATION - Static variable in class net.snowflake.common.core.SqlState
 
WRONG_OBJECT_TYPE - Static variable in class net.snowflake.common.core.SqlState
 

Y

yday - Variable in class net.snowflake.common.core.TmExt.YearDay
 
ydayFromMonthDay(int, int, boolean) - Static method in class net.snowflake.common.core.TmExt
 
year - Variable in class net.snowflake.common.core.TmExt.YearDay
 
YEAR_OF_WEEK - Static variable in class net.snowflake.common.core.SFInstant
 
YEAR_OF_WEEK_ISO - Static variable in class net.snowflake.common.core.SFInstant
 
YearDay(int, int) - Constructor for class net.snowflake.common.core.TmExt.YearDay
 
yearFromDate(int) - Static method in class net.snowflake.common.core.TmExt
Returns year based on Unix Epoch day (0 = Jan 1st, 1970) in proleptic Gregorian calendar.
yearStartDate(int) - Static method in class net.snowflake.common.core.TmExt
Returns starting day of the year in Unix epoch (0= Jan 1st, 1970) in proleptic Gregorian calendar.

Z

ZERO_LENGTH_CHARACTER_STRING - Static variable in class net.snowflake.common.core.SqlState
 
A B C D E F G H I K L M N O P Q R S T U V W Y Z 
Skip navigation links

Copyright © 2020. All rights reserved.