Package net.snowflake.client.jdbc
Interface SnowflakeFixedView
-
- All Known Implementing Classes:
SFBaseFileTransferAgent,SnowflakeFileTransferAgent
public interface SnowflakeFixedViewAn interface to use for returning query results from any java class- Author:
- jhuang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SnowflakeColumnMetadata>describeColumns(SFBaseSession session)List<Object>getNextRow()intgetTotalRows()
-
-
-
Method Detail
-
describeColumns
List<SnowflakeColumnMetadata> describeColumns(SFBaseSession session) throws Exception
- Throws:
Exception
-
getTotalRows
int getTotalRows()
-
-