CUDAMemoryLoad[list] registers list into the CUDALink memory manager.CUDAMemoryLoad[img] registers img into the CUDALink memory manager.
CreateLibrary[src, name, "Compiler" -> NVCCCompiler] compiles a string of CUDA code in src into a library and returns the full path to the library.CreateLibrary [{ file, ...
SQLColumns[conn] returns the SQLColumn objects for each column in an SQL connection.
SQLDataTypeInformation[conn] returns information about the data types that can be stored in an SQL connection.
Database connection pools are a common way to improve the performance of database operations. They can be useful because creating a new connection can easily take several ...
DatabaseLink allows other Mathematica applications to hold resource information for database connections in DatabaseResources directories. There are a number of possible ...
One of the most important issues for using a database is the conversion of data as it is stored and retrieved from a database. This tutorial will discuss how Mathematica ...
This example shows how to use a private database to store Mathematica commands and query the data from Java and Mathematica. If you find that the examples in this section do ...
The raw SQL command SELECT selects and returns data from a database. An alternative is to use the Mathematica command SQLSelect, described in "Selecting Data". If you find ...
This tutorial discusses how to retrieve information about data types. When you create a table, you will need to refer to these data types. If you find that the examples in ...