SQLServerInformation[server] returns a list of information about the SQL server.
SQLServerShutdown[server] shuts down an active SQLServer started in Mathematica.
SQLServers[] returns a list of the open SQLServer objects.
JVM is the head of an expression that identifies a particular Java runtime installed into the current Mathematica session via InstallJava.
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient-based methods use first ...
RemoteKernelOpen[spec] launches a kernel with the given specification.RemoteKernelOpen[{spec_1, spec_2, ...}] launches kernels in parallel.
CCast
(SymbolicC Package Symbol) CCast[type, obj] is a symbolic representation of a cast of obj to type.
CPointerType[type] is a symbolic representation of a type that is a pointer to a type.
CString[string] is a symbolic representation of a string expression.
IncludedScriptContexts is an option to GUIRun and related functions that can extend the active $ContextPath that Script blocks within a definition will use.