system.db deprecated
These functions exist only for backwards compatibility.
📄️ clearAllNamedQueryCaches
This clears the caches of all Named Queries in a project.
📄️ clearNamedQueryCache
This clears the cache of a Named Query.
📄️ dateFormat
This function is used to format Dates nicely as strings.
📄️ exportCSV
Exports the contents of a dataset as a CSV file.
📄️ exportExcel
Exports the contents of a dataset as an Excel spreadsheet.
📄️ exportHTML
Exports the contents of a dataset to an HTML page.
📄️ runNamedQuery
Runs a named query and returns the results.
📄️ runQuery
Runs a SQL query, usually a SELECT query, against a database, returning the results as a dataset.
📄️ runScalarQuery
Runs a query against a database connection just like the runQuery function, but only returns the value from the first row and column.
📄️ runSFNamedQuery
Runs a named query through the store and forward system and to multiple datasources at the same time.
📄️ runSFUpdateQuery
Runs a query through the store and forward system and to multiple datasources at the same time.
📄️ runUpdateQuery
Runs a query against a database connection, returning the number of rows affected.