Uses of Class
net.snowflake.client.jdbc.SFBaseFileTransferAgent.CommandType
-
Packages that use SFBaseFileTransferAgent.CommandType Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of SFBaseFileTransferAgent.CommandType in net.snowflake.client.core
Constructors in net.snowflake.client.core with parameters of type SFBaseFileTransferAgent.CommandType Constructor Description SFFixedViewResultSet(SnowflakeFixedView fixedView, SFBaseFileTransferAgent.CommandType commandType, String queryID) -
Uses of SFBaseFileTransferAgent.CommandType in net.snowflake.client.jdbc
Fields in net.snowflake.client.jdbc declared as SFBaseFileTransferAgent.CommandType Modifier and Type Field Description protected SFBaseFileTransferAgent.CommandTypeSFBaseFileTransferAgent. commandTypeMethods in net.snowflake.client.jdbc that return SFBaseFileTransferAgent.CommandType Modifier and Type Method Description SFBaseFileTransferAgent.CommandTypeSnowflakeFileTransferAgent. getCommandType()SFBaseFileTransferAgent.CommandTypeSnowflakeFileTransferMetadataV1. getCommandType()static SFBaseFileTransferAgent.CommandTypeSFBaseFileTransferAgent.CommandType. valueOf(String name)Returns the enum constant of this type with the specified name.static SFBaseFileTransferAgent.CommandType[]SFBaseFileTransferAgent.CommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.client.jdbc with parameters of type SFBaseFileTransferAgent.CommandType Modifier and Type Method Description voidSnowflakeFileTransferMetadataV1. setCommandType(SFBaseFileTransferAgent.CommandType commandType)Constructors in net.snowflake.client.jdbc with parameters of type SFBaseFileTransferAgent.CommandType Constructor Description SnowflakeFileTransferMetadataV1(String presignedUrl, String presignedUrlFileName, String encryptionMaterial_queryStageMasterKey, String encryptionMaterial_queryId, Long encryptionMaterial_smkId, SFBaseFileTransferAgent.CommandType commandType, StageInfo stageInfo)
-