Class SnowflakeJdbcExecutor

    • Constructor Detail

      • SnowflakeJdbcExecutor

        public SnowflakeJdbcExecutor()
    • Method Detail

      • supports

        public boolean supports​(Database database)
        Description copied from interface: Executor
        Default implementation for compatibility with a Database. Requires default implementation in order to provide backward compatibility. Method is used when ExecutorService is looking by a Executor implementation for a Database. Can be overridden in Executor implementations with a higher priority to check against a Database.
        Parameters:
        database - the Database implementation opened from a url connection string
        Returns:
        true if Database is supported by current Executor implementation.