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

net.snowflake.client.core.CancellationReason Maven / Gradle / Ivy

There is a newer version: 3.20.0
Show newest version
/*
 * Copyright (c) 2024 Snowflake Computing Inc. All rights reserved.
 */
package net.snowflake.client.core;

@SnowflakeJdbcInternalApi
public enum CancellationReason {
  UNKNOWN,
  CLIENT_REQUESTED,
  TIMEOUT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy