SQLSetSavepoint[conn, name] creates a savepoint to be used as part of an SQL transaction.
AddPeriodical[expr, interval] adds the computation expr to the set of operations that are periodically performed automatically.
FrontEndSharedQ[link] returns True if the front end is being shared with a specified link, and returns False otherwise.
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.
LibraryVersionString[lib] returns a string of library version information.
GetNETException[] returns the .NET exception object that was thrown in the most recent call from Mathematica to .NET.
InstallNET[] launches the .NET runtime and prepares it to be used from Mathematica.
CellMargins is an option for Cell that specifies the absolute margins in printer's points to leave around a cell.
SetterBar[x, {val_1, val_2, ...}] represents a setter bar with setting x and with setter buttons for values val_i.SetterBar[Dynamic[x], {val_1, val_2, ...}] takes the setting ...