CUDAMemoryGet[mem] gets CUDAMemory into the CPU and Mathematica.
CUDAMemory[args] is a handle to memory loaded using CUDAMemoryLoad or CUDAMemoryAllocate.
In some cases, such as in a cluster environment, the machine may be run in headless mode, that is, not starting the GUI server (such as X). The operating system may ...
DatabaseLink is a toolkit for working with SQL databases built into Mathematica. It provides an industrial-strength, ready-made solution for integrating Mathematica with any ...
DatabaseResourcesPath[] gives the list of directories that are searched to find database resources.
SQLBeginTransaction[conn] initiates an SQL transaction.
SQLCommitTransaction[conn] commits an SQL transaction.
SQLConnectionPools[] returns a list of the open connection pools.SQLConnectionPools[conn] returns the connection pool used for a connection.
SQLConnections[] returns a list of the open SQLConnection objects.
SQLDropTable[conn, table] drops a table in an SQL connection.