Uses of Class
net.snowflake.client.jdbc.cloud.storage.StageInfo.StageType
-
Packages that use StageInfo.StageType Package Description net.snowflake.client.jdbc.cloud.storage -
-
Uses of StageInfo.StageType in net.snowflake.client.jdbc.cloud.storage
Methods in net.snowflake.client.jdbc.cloud.storage that return StageInfo.StageType Modifier and Type Method Description StageInfo.StageTypeStageInfo. getStageType()static StageInfo.StageTypeStageInfo.StageType. valueOf(String name)Returns the enum constant of this type with the specified name.static StageInfo.StageType[]StageInfo.StageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.client.jdbc.cloud.storage with parameters of type StageInfo.StageType Modifier and Type Method Description StorageObjectMetadataStorageClientFactory. createStorageMetadataObj(StageInfo.StageType stageType)Creates a storage provider specific metadata object, accessible via the platform independent interface
-