CUDAMemoryCopyToHost[mem] force copies CUDAMemory from the GPU to the CPU.
DataSources[] returns a list of information about named data sources made available through DatabaseResourcesPath.DataSources[name] returns a list of information about the ...
JDBCDriver[args] specifies the configuration for connecting to a database produced by a specific vendor.
SQLArgument[arg1, arg2, ...] holds a sequence of arguments to an SQL query.
SQLBinary[data] represents raw binary data that can be stored in a database.
SQLConnection[...] is an object that represents a connection to a data source.
SQLConnectionPool[...] is an object that represents a connection pool to a data source.
SQLDateTime[datetime] represents date and time information that can be stored in a database.
SQLDelete[conn, table] deletes the data in a table in an SQL connection.SQLDelete[conn, table, cond] deletes data that matches cond.
SQLInsert[conn, table, cols, data] inserts data into a table in an SQL connection.