Uses of Class
mindsdb.services.Query
-
Uses of Query in mindsdb.models
Modifier and TypeClassDescriptionclass
The KnowledgeBase class represents a knowledge base within a MindsDB project.class
The MDBTable class represents a table in the MindsDB system.class
The View class represents a specific type of table that focuses on views.Modifier and TypeMethodDescriptionCreate a new Query objectCreate a Query objectModifier and TypeMethodDescriptionvoid
Adds a query to the job.Database.createTable
(String name, Query query, boolean replace) Create a table from a queryProject.createView
(String name, Query query) Create a viewvoid
Insert data into the knowledge base using a Query objectvoid
Insert data into tablevoid
Update table by condition -
Uses of Query in mindsdb.services