Uses of Class
mindsdb.services.Query
Packages that use Query
-
Uses of Query in mindsdb.models
Subclasses of Query in mindsdb.modelsModifier 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.Methods in mindsdb.models that return QueryModifier and TypeMethodDescriptionCreate a new Query objectCreate a Query objectMethods in mindsdb.models with parameters of type QueryModifier 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
Methods in mindsdb.services with parameters of type Query