SQLTableIndexInformation[conn] returns a table of indices and statistics for a table.
LoadedJavaClasses[] returns a list of the classes currently loaded into Java by Mathematica.
void MTensor_disownAll (MTensor t) disowns all references to an MTensor that was passed between a library function and Mathematica using shared memory management.
mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
mint MTensor_getFlattenedLength (MTensor t) gets the total number of elements in an MTensor.
The Java toolkit J/Link introduced Mathematica users to a powerful new technology for Mathematica programs to access the functionality of Java classes and, in particular, the ...
When large amounts of data are being transferred between Mathematica and a database, you may find that the operations are slow. In this case it may be advantageous to use a ...
The World Wide Web is increasingly being used for communication between applications. The programmatic interfaces made available over the web for application-to-application ...
Parallel kernels do not have access to the values of variables defined in the master kernel, nor do they have access to locally defined functions. Mathematica contains a ...
This package implements primality proving. If ProvablePrimeQ[n] returns True, then the number n can be mathematically proven to be prime. In addition, PrimeQCertificate[n] ...