Uses of Class
mindsdb.services.Query
Packages that use Query
-
Uses of Query in mindsdb.models
Subclasses of Query in mindsdb.modelsModifier and TypeClassDescriptionclassThe KnowledgeBase class represents a knowledge base within a MindsDB project.classThe MDBTable class represents a table in the MindsDB system.classThe 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 TypeMethodDescriptionvoidAdds 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 viewvoidInsert data into the knowledge base using a Query objectvoidInsert data into tablevoidUpdate table by condition -
Uses of Query in mindsdb.services
Methods in mindsdb.services with parameters of type Query