Lasso Soft Inc. > Home

Name Summary Category
curl_multi_perform [curl_multi_perform] executes the curl operation that has been configured. Curl
curl_multi_result No description available. Curl
curl_version [curl_version] returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version). Curl
curl_version_info [curl_version_info] returns a staticarray filled with information about various run-time features in libcurl. Curl
database_database [ database_database ] will return the full system path to the database registry of the current Lasso9 instance. Database
database_qs [ database_qs ] accepts a string, or other value which will be cast as a string, adds single quotes and returns an sql92 encoded string or if no value is passed, returns null Database
database_initialize [ database_initialize ] performs the basic creation and setup of the SQLite tables used by lasso to store database connection and structure information. Database
database_addDefaultSQLiteHost [ database_addDefaultSQLiteHost ] uses the database_registry to add the default internal SQLite host if it does not already exist. Database
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_name [Database_Name] returns the name of the current database. If this method is called within [Inline] ... [/Inline] methods, it returns the name of the database which is specified in the... Database
currency The [currency] method formats a number according to the preferences of the default [locale]. The method requires one parameter the decimal value to be formatted as currency.  Locale
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->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->getDatabaseHost 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->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
currency->value The [currency->value] method returns the underlying numeric value of the currency object for use in calculations. Locale
Showing 351 - 375 of 2,580

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft