All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.snowflake.client.jdbc.SnowflakeFileTransferMetadata Maven / Gradle / Ivy

There is a newer version: 3.19.0
Show newest version
/*
 * Copyright (c) 2012-2020 Snowflake Computing Inc. All rights reserved.
 */

package net.snowflake.client.jdbc;

public interface SnowflakeFileTransferMetadata {
  /**
   * Determine this metadata is for transferring one or multiple files.
   *
   * @return return true if it is for transferring one file.
   */
  boolean isForOneFile();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy