DatabaseLink contains a number of example databases (many use HSQLDB). These allow you to try examples in the documentation and learn the details of working with databases in ...
JavaBlock[expr] causes all new Java objects returned to Mathematica during the evaluation of expr to be released when expr finishes. It is an error to refer to such an object ...
$JavaExceptionHandler allows you to control how exceptions thrown in Java are handled in Mathematica.
NETBlock[expr] causes all new .NET objects returned to Mathematica during the evaluation of expr to be released when expr finishes.
TetGenConvexHull[points] generates a convex hull for a 3D point set.
TetGenDelaunay[points] generates a Delaunay tetrahedralization for a 3D point set.
TetGenGetEdges[expr] gets the edges in a TetGen expression.
$PrintServiceRequest uses the Mathematica Print function to print the message sent to a web service.
$PrintServiceResponse uses the Mathematica Print function to print the message received from a web service before it is deserialized into a Rule syntax expression.
$PrintWSDLDebug specifies whether WSDL debugging information will be printed when installing a web service.