CUDAResourcesUninstall[] uninstalls the CUDAResources paclet.
CUDATotal[vec] gives the total of the absolute value of a vector vec.
$CUDADevice is the CUDA device used in computation.
SQLCatalogNames[conn] returns the names of the catalogs in an SQL connection.
SQLResultSetClose[rs] closes a result set.
SQLRollbackTransaction[conn] terminates an SQL transaction. SQLRollbackTransaction[conn, savepoint] returns to an SQLSavepoint.
SQLSchemaNames[conn] returns the names of the schema in an SQL connection.
SQLSetSavepoint[conn, name] creates a savepoint to be used as part of an SQL transaction.
$SQLUseConnectionPool gives the default setting that specifies whether a connection pool is used to retrieve a connection.
AddPeriodical[expr, interval] adds the computation expr to the set of operations that are periodically performed automatically.