SQLCommitTransaction[conn] commits an SQL transaction.
SQLExpr[expr] allows a Mathematica expression to be stored in a database.
SQLMemberQ[data, column] specifies a condition in an SQL query used to test whether an element of a list matches the value of a column.
SQLSchemaInformation[conn] returns information about the schemas available through an SQL connection.
The raw SQL command DROP TABLE drops tables from a database. An alternative is to use the Mathematica command SQLDropTable, described in "Dropping Tables". If you find that ...
Fields[javaclass] returns a list of the Java declarations for all fields of the specified JavaClass. Fields["classname"] lists the fields for the named class. ...
ShowJavaConsole[] displays the Java console window and begins capturing output sent to the Java System.out and System.err streams. ShowJavaConsole["stdout"] captures only ...
LibraryVersionInformation[lib] returns a list of rules of library version information.
DoNETModeless[form] displays the specified .NET form in the foreground and then returns.
ShowNETConsole[] displays the .NET console window and begins capturing output sent to the Console.Out and Console.Error streams.ShowNETConsole["stdout"] captures only ...