Uses of Interface
net.snowflake.client.core.SFSqlInput
-
Packages that use SFSqlInput Package Description net.snowflake.client.core -
-
Uses of SFSqlInput in net.snowflake.client.core
Classes in net.snowflake.client.core that implement SFSqlInput Modifier and Type Class Description class
ArrowSqlInput
class
BaseSqlInput
class
JsonSqlInput
Methods in net.snowflake.client.core that return SFSqlInput Modifier and Type Method Description static SFSqlInput
SFSqlInput. unwrap(SQLInput sqlInput)
Method unwrapping object of class SQLInput to object of class SfSqlInput.
-