Class View


public class View extends MDBTable
The View class represents a specific type of table that focuses on views.
  • Constructor Details

    • View

      public View(Project project, String name)
      Constructs a new View instance with the specified project and name.
      Parameters:
      project - The project associated with the view.
      name - The name of the view.