Name | Summary | Category |
database_registry | [ database_registry ] creates a database_registry object linked to the system database registry file which can then be used to perform tasks related to database registration. | Database Registry |
database_registry->dbtablesTable | Returns the name of the table in the database_registry database that tracks the table names and their associated database for all internal system databases. | Database Registry |
database_registry->dsTable | Returns the name of the table that keeps track of the available datasource connectors. It returns it for use in SQL queries. | Database Registry |
database_registry->dsdbTable | Returns the name of the table in the database_registry database that tracks the database names and their associated datasource for all active data source connectors. | Database Registry |
database_registry->dshostsTable | Returns the name of the table in the datasource_registry database that keeps track of all the host connection information provided for all the active data sources. | Database Registry |
database_registry->close | The [database_registry->close] method closes the connection to the SQLite database_registry database. | Database Registry |
database_registry->addDatasource | The [database_registry->addDatasource] method is used internally to add a data source to the table of datasources. It takes in a string of the name of the data source to add and an optional... | Database Registry |
database_registry->getDatasource | The [database_registry->getDatasource] method takes in either the ID of a data source or the name of a data source and returns a map of the data source information stored in Lasso's interal... | Database Registry |
database_registry->getDatasourceId | The [database_registry->getDatasourceId] method takes in the name of a data source and returns the ID used in Lasso's internal SQLite databases. | Database Registry |
database_registry->getDatasourceName | The [database_registry->getDatasourceName] method takes in the ID for a data source and returns its name. | Database Registry |
database_registry->addDatasourceHost | The [database_registry->addDatasourceHost] method is used internally by Lasso to add or update a host for a particular data source. It takes the ID for the data source and a map with the host... | Database Registry |
database_registry->getDatasourceHost | No description available. | Database Registry |
database_registry->getDatabaseHost | No description available. | Database Registry |
database_registry->getHostDatabase | No description available. | Database Registry |
database_registry->getDatasourceDatabase | No description available. | Database Registry |
database_registry->getDatasourceDatabaseById | No description available. | Database Registry |
database_registry->getDatabaseByName | The [database_registry->getDatabaseByName] method searches Lasso's internal databases to find the first database with the specified name in any of the hosts. It then returns a map, the keys of... | Database Registry |
database_registry->getDatabaseByID | The [database_registry->getDatabaseById] method searches Lasso's internal databases to find the database with the specified ID. It then returns a map, the keys of which are the column names... | Database Registry |
database_registry->getDatabaseByAlias | The [database_registry->getDatabaseByAlias] method searches Lasso's internal databases to match the specified string with a database's unique alias. It then returns a map, the keys of... | Database Registry |
database_registry->addDatasourceDatabase | The [database_registry->addDatasourceDatabase] is used internally by Lasso to add or update a database for a particular data source. It takes the ID for the data source and a map of the database... | Database Registry |
database_registry->getDatabaseTable | No description available. | Database Registry |
database_registry->getDatabaseTablebyAlias | No description available. | Database Registry |
database_registry->getDatabaseTableByID | No description available. | Database Registry |
database_registry->getTableByID | No description available. | Database Registry |
database_registry->addDatabaseTable | The [database_registry->addDatabaseTable] is used internally by Lasso to add or update a table of a database in the table that tracks all the tables Lasso has access to. It takes the ID for the... | Database Registry |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft