Uses of Class
net.snowflake.client.jdbc.SnowflakeSQLLoggedException
-
Packages that use SnowflakeSQLLoggedException Package Description net.snowflake.client.core.crl net.snowflake.client.jdbc -
-
Uses of SnowflakeSQLLoggedException in net.snowflake.client.core.crl
Methods in net.snowflake.client.core.crl that throw SnowflakeSQLLoggedException Modifier and Type Method Description static CRLCacheManagerCRLCacheManager. build(boolean inMemoryCacheEnabled, boolean onDiskCacheEnabled, Path onDiskCacheDir, Duration onDiskCacheRemovalDelay, Duration cacheValidityTime) -
Uses of SnowflakeSQLLoggedException in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that throw SnowflakeSQLLoggedException Modifier and Type Method Description static voidSnowflakeFileTransferAgent. throwNoSpaceLeftError(SFSession session, String operation, Exception ex)static voidSnowflakeFileTransferAgent. throwNoSpaceLeftError(SFSession session, String operation, Exception ex, String queryId)For handling IOException: No space left on device when attempting to download a file to a location where there is not enough space.Constructors in net.snowflake.client.jdbc that throw SnowflakeSQLLoggedException Constructor Description SnowflakeColumnMetadata(com.fasterxml.jackson.databind.JsonNode colNode, boolean jdbcTreatDecimalAsInt, SFBaseSession session)SnowflakeRichResultsColumnMetadata(com.fasterxml.jackson.databind.JsonNode colNode, boolean jdbcTreatDecimalAsInt, SFBaseSession session)
-