Functions for manipulating files. Different operating systems have different commands for manipulating files. Mathematica provides a simple set of file manipulation ...
Mathematical constants. Euler's constant EulerGamma is given by the limit γUnderscriptBox[lim, RowBox[{m, , ∞}], LimitsPositioning -> True](UnderoverscriptBox[∑, RowBox[{k, ...
Numerical integration functions. This finds a numerical approximation to the integral ∫_(0)^∞ e^-x^3 x. Here is the numerical value of the double integral ∫_(-1)^1 dx ...
If you have a function defined in an external program, then what you need to do in order to make it possible to call the function from within Mathematica is to add ...
DatabaseLink provides functions for working with data stored in tables in SQL databases. Operations such as searching, inserting, and deleting are supported. They also ...
SQLSavepoint[...] is an object that represents a savepoint in an SQL transaction.
$SQLUseConnectionPool gives the default setting that specifies whether a connection pool is used to retrieve a connection.
Constructors[javaclass] returns a list of the Java declarations for all constructors of the specified JavaClass. Constructors["classname"] lists the constructor for the named ...
GetJavaException[] returns the Java Exception object that was thrown in the most recent call from Mathematica to Java.
JavaObject[] is used to denote an expression that refers to an object residing in Java.