Uses of Class
liquibase.database.structure.View

Packages that use View
liquibase.database.structure   
liquibase.diff   
liquibase.snapshot   
 

Uses of View in liquibase.database.structure
 

Methods in liquibase.database.structure that return View
 View Column.getView()
           
 

Methods in liquibase.database.structure with parameters of type View
 int View.compareTo(View o)
           
 Column Column.setView(View view)
           
 

Uses of View in liquibase.diff
 

Methods in liquibase.diff that return types with arguments of type View
 SortedSet<View> DiffResult.getChangedViews()
           
 SortedSet<View> DiffResult.getMissingViews()
           
 SortedSet<View> DiffResult.getUnexpectedViews()
           
 

Methods in liquibase.diff with parameters of type View
 void DiffResult.addChangedView(View viewName)
           
 void DiffResult.addMissingView(View viewName)
           
 void DiffResult.addUnexpectedView(View viewName)
           
 

Uses of View in liquibase.snapshot
 

Methods in liquibase.snapshot that return View
 View DatabaseSnapshot.getView(String viewName)
           
 

Methods in liquibase.snapshot that return types with arguments of type View
 Set<View> DatabaseSnapshot.getViews()
           
 



Copyright © 2012 Liquibase.org. All Rights Reserved.