Interface SFConnectionHandler

  • All Known Implementing Classes:
    DefaultSFConnectionHandler

    public interface SFConnectionHandler
    Class that presents the implementation of a Snowflake Connection. This allows for alternate definitions of SFSession, SFStatement, and SFResultSet, (representing the 'physical' implementation layer) that can share high-level code.