net.snowflake.client.jdbc.SnowflakeFixedView Maven / Gradle / Ivy
/*
* Copyright (c) 2012-2018 Snowflake Computing Inc. All rights reserved.
*/
package net.snowflake.client.jdbc;
import java.util.List;
/**
* An interface to use for returning query results from any java class
*
* @author jhuang
*/
public interface SnowflakeFixedView
{
List describeColumns() throws Exception;
List