SQLResultSetGoto[rs, pos] sets the current position of a result set to pos.
SQLResultSetOpen[query] makes a result set from an SQL query.
SQLResultSetShift[rs, num] shifts the current position of a result set by num.
SQLResultSets[] returns a list of the open SQLResultSet objects.
SQLSchemaInformation[conn] returns information about the schemas available through an SQL connection.
JavaClassPath[] returns the class search path in use by the Java runtime. This includes classes specified via the CLASSPATH environment variable (if any), directories and ...
JavaThrow["exception"] causes an exception of the specified class to be thrown in the Java thread that called the Mathematica program in which JavaThrow occurred. ...
KeepJavaObject[object] causes the specified object or objects not to be released when the current JavaBlock ends. KeepJavaObject[object, Manual] causes the specified object ...
LoadJavaClass[classname] loads the specified class into Java and sets up definitions so that it can be used from Mathematica.
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 ...