Menu

bridge_pattern

Katherine E. Lightsey

Bridge Pattern

The Bridge pattern - decouple an abstraction from its implementation so that the two can vary independently"

I commonly use sql views, synonyms, functions and methods to create a Bridge. As I put all data into [\<schema>_secure], I need a set of interfaces in the public interface. Patterned on the Facade pattern.



copyright Katherine Elizabeth Lightsey 1959-2013 (aka; my life)

    What we touch the hems of   
      On a summer’s day;
    What is only walking    
      Just a bridge away;         
    That which sings so, speaks so, 
      When there’s no one here,—    
    Will the frock I wept in
      Answer me to wear?
    Emily Dickinson



Related

Wiki: design_pattern
Wiki: facade_pattern
Wiki: vault_pattern