SQLConnectionPools[] returns a list of the open connection pools.SQLConnectionPools[conn] returns the connection pool used for a connection.
Database connection pools are a common way to improve the performance of database operations. They can be useful because creating a new connection can easily take several ...
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.
MarshalStringsAs is an option to DefineDLLFunction that specifies how string arguments should be marshaled into the DLL function. This applies to any arguments that are ...
TetGenSetPoints[expr, points] sets the points in a TetGen expression.