SQLConnectionPools[] returns a list of the open connection pools.SQLConnectionPools[conn] returns the connection pool used for a connection.
InstallJava[] launches the Java runtime and prepares it to be used from Mathematica.
LoadJavaClass[classname] loads the specified class into Java and sets up definitions so that it can be used from Mathematica.
Methods[javaclass] returns a list of the Java declarations for all methods of the specified JavaClass. Methods["classname"] lists the methods for the named class. ...
CastNETObject[obj, type] casts the specified object to a different type.
DoNETModal[form] displays the specified .NET form in the foreground and does not return until the form window is closed.DoNETModal[form, expr] evaluates expr just before the ...
MakeNETObject[expr] constructs a .NET object that represents the given Mathematica expression. MakeNETObject[expr, type] creates an object of the specified type from expr.
TetGenSetPoints[expr, points] sets the points in a TetGen expression.
FromServiceResponse[response] converts a response message into a Mathematica expression.
Widget["FontChooser"] provides a panel for making a font selection based on a name, style, and size.