Uses of Interface
net.snowflake.client.util.ThrowingCallable
-
Packages that use ThrowingCallable Package Description net.snowflake.client.jdbc -
-
Uses of ThrowingCallable in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc with parameters of type ThrowingCallable Modifier and Type Method Description static <T> T
SnowflakeUtil. mapSFExceptionToSQLException(ThrowingCallable<T,SFException> action)
-