Uses of Class
net.snowflake.client.jdbc.SnowflakeFileTransferAgent.ResultStatus
-
Packages that use SnowflakeFileTransferAgent.ResultStatus Package Description net.snowflake.client.jdbc -
-
Uses of SnowflakeFileTransferAgent.ResultStatus in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return SnowflakeFileTransferAgent.ResultStatus Modifier and Type Method Description static SnowflakeFileTransferAgent.ResultStatusSnowflakeFileTransferAgent.ResultStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowflakeFileTransferAgent.ResultStatus[]SnowflakeFileTransferAgent.ResultStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-