Uses of Class
net.snowflake.client.jdbc.SnowflakeSQLLoggedException
-
Packages that use SnowflakeSQLLoggedException Package Description net.snowflake.client.jdbc -
-
Uses of SnowflakeSQLLoggedException in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that throw SnowflakeSQLLoggedException Modifier and Type Method Description static void
SnowflakeFileTransferAgent. throwNoSpaceLeftError(SFSession session, String operation, Exception ex)
static void
SnowflakeFileTransferAgent. 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)
-