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

net.snowflake.client.loader.Operation Maven / Gradle / Ivy

/*
 * Copyright (c) 2012-2018 Snowflake Computing Inc. All rights reserved.
 */

package net.snowflake.client.loader;

/**
 * Operations supported by Loader
 */

public enum Operation
  {
    INSERT, DELETE, MODIFY, UPSERT
  };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy