SymbolicCUDAThreadIndex[dim] is a symbolic representation of a CUDA kernel thread index call.
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.
SQLDataTypeNames[conn] returns the names of data types that can be stored in an SQL connection.
SQLDropTable[conn, table] drops a table in an SQL connection.
SQLResultSetColumnNames[rs] returns a list of {table, column} pairs for each column in a result set.