Uses of Interface
net.snowflake.client.jdbc.SnowflakeFixedView
-
Packages that use SnowflakeFixedView Package Description net.snowflake.client.core net.snowflake.client.jdbc -
-
Uses of SnowflakeFixedView in net.snowflake.client.core
Constructors in net.snowflake.client.core with parameters of type SnowflakeFixedView Constructor Description SFFixedViewResultSet(SnowflakeFixedView fixedView, SFBaseFileTransferAgent.CommandType commandType, String queryID)
-
Uses of SnowflakeFixedView in net.snowflake.client.jdbc
Classes in net.snowflake.client.jdbc that implement SnowflakeFixedView Modifier and Type Class Description class
SFBaseFileTransferAgent
Base class for file transfers: given a SnowflakeConnection, files may be uploaded or downloaded from/to an InputStream.class
SnowflakeFileTransferAgent
Class for uploading/downloading files
-