Interface SnowflakeStatement


  • public interface SnowflakeStatement
    This interface defines Snowflake specific APIs for Statement
    • Method Detail

      • setParameter

        void setParameter​(String name,
                          Object value)
                   throws SQLException
        Set statement level parameter
        Parameters:
        name - parameter name
        value - parameter value
        Throws:
        SQLException
      • setBatchID

        void setBatchID​(String batchID)
      • executeAsyncQuery

        ResultSet executeAsyncQuery​(String sql)
                             throws SQLException
        Execute SQL query asynchronously
        Parameters:
        sql - sql statement
        Returns:
        ResultSet
        Throws:
        SQLException - if @link{#executeQueryInternal(String, Map)} throws an exception