Package mindsdb.models
Class View
java.lang.Object
mindsdb.services.Query
mindsdb.models.MDBTable
mindsdb.models.View
The View class represents a specific type of table that focuses on views.
-
Constructor Details
-
View
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.
-