SQLSavepoint[...] is an object that represents a savepoint in an SQL transaction.
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.
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.
TetGenDelete[expr] removes an instance of a TetGen expression, freeing up memory.