SQLTableNames[conn] returns the names of each table in an SQL connection.
SQLTableTypeNames[conn] returns the types of table supported in an SQL connection.
OpenCLFunction[args] represents a function loaded using OpenCLFunctionLoad.
This loads packages containing some test problems and utility functions. One of the first and simplest methods for solving initial value problems was proposed by Euler: ...
Often a web service requires using data other than a simple string. This data could be something simple like an integer or a real. Often the data is more complex and is a ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
PropertyValue[name] gets a widget property value.PropertyValue[{target, name}] gets a widget property value, specifying the target widget.PropertyValue[{target, name, index}] ...
WidgetReference[id] looks up an existing widget instance using identifier id and return the underlying object.
Widget["Frame"] represents a complete window.
Widget["Panel"] is an empty container widget.