SQLSetSavepoint[conn, name] creates a savepoint to be used as part of an SQL transaction.
SQLCreateTable creates a new table in a database. An alternative, using raw SQL, is described in "Creating Tables with Raw SQL". If you find that the examples in this ...
Mathematica's J/Link system provides a uniquely seamless interface to the Java environment. With J/Link you can immediately access Java classes and objects from within ...
BeginJavaBlock[] begins an evaluation block equivalent to a JavaBlock, except that it works across a larger span than the evaluation of a single expression.
EndJavaBlock[] ends an evaluation block equivalent to a JavaBlock, except that it works across a larger span than the evaluation of a single expression.
int MTensor_getComplex (MTensor t, mint*pos, mcomplex*pres) gets a single element of an MTensor of complex type.
void MTensor_setComplex (MTensor t, mint*pos, mcomplex value) sets a single element of an MTensor of complex type.
EndNETBlock[] and a preceding BeginNETBlock are equivalent to the NETBlock function, except that they work across a larger span than the evaluation of a single expression.
SaveAssemblyAs is an option to LoadCOMTypeLibrary that allows you to specify a filename into which to write the interop assembly that gets generated.
TetGenCreate[] creates an instance of a TetGen expression.