# Functions
GetQueryType returns the type of the query (e.g.
GetTableName returns the table name for a given plugin, table and profile
The table name is constructed by concatenating the plugin, table and profile.
No description provided by the author
Fetch the list of tables from the database and return a list of exec statement to run so that the tables are imported in Anyquery.
Fetch the list of tables from the database and return a list of exec statement to run so that the tables are imported in Anyquery.
Fetch the list of tables from the database and return a list of exec statement to run so that the tables are imported in Anyquery.
Take a SHOW statement and return the corresponding SQLite query.
# Variables
The list of external connections supported by Anyquery.
# Structs
A struct to hold all the informations required to import tables from an external database.
Represent a MySQL-compatible server to run queries on a sql.DB instance.
No description provided by the author
No description provided by the author
No description provided by the author