Class SQLSkill

java.lang.Object
mindsdb.models.skill.Skill
mindsdb.models.skill.SQLSkill

public class SQLSkill extends Skill
The SQLSkill class represents a specific type of skill that focuses on SQL tasks. It extends the Skill class and is initialized with a name, list of tables, database, and description.
  • Constructor Details

    • SQLSkill

      public SQLSkill(String name, List<String> tables, String database, String description)
      Constructs a new SQLSkill instance with the specified name, list of tables,
      Parameters:
      name - The name of the skill.
      tables - The list of tables.
      database - The database.
      description - The description of the skill.