Tag Link | [Lasso_DatasourceIsMySQL] | Category | Administration |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Preferred | Version | 5.0 |
Change | Unchanged | Data Source | Lasso MySQL |
Output Type | Boolean | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0 |
[Lasso_DatasourceIsMySQL] returns True if a database is hosted by MySQL. Requires one string value which is the name of a database.
[Lasso_DatasourceIsMySQL: 'Database Name']
Required Parameters | |
---|---|
Database Name | The name of the database which should be checked. |
To list all of the external MySQL databases available through Lasso:
Use the [Lasso_DatasourceIsMySQL] tag to check each database listed by the [Database_Names] ... [/Database_Names] container tag.
[Database_Names]
[If: (Lasso_DatasourceIsMySQL: (Database_NameItem))]
<br>[Database_NameItem]
[/If]
[/Database_Names]
<br>MySQL