Package mindsdb.models.skill
Class SQLSkill
java.lang.Object
mindsdb.models.skill.Skill
mindsdb.models.skill.SQLSkill
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
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.
-