Select the next-higher subexpression by pressing Ctrl+.. Press Ctrl+. repeatedly. Get rid of the contents of an expression and destructure it by pressing Del (or Backspace).
CUDAFluidDynamics[] demonstrates computational fluid dynamics using CUDALink.
$CUDADevice is the CUDA device used in computation.
SQLSavepoint[...] is an object that represents a savepoint in an SQL transaction.
SQLSetSavepoint[conn, name] creates a savepoint to be used as part of an SQL transaction.
SQLTableInformation[conn] returns a list of information about the tables in an SQL connection.
Many SQL databases can be configured to require a username and password when a connection is made. This is useful for preventing unwanted access and restricting the range of ...
ParentClass[javaclass] returns the JavaClass expression representing the parent class of the specified JavaClass. ParentClass[javaobject] returns the parent class for the ...
Periodicals[] returns a list of integer ID numbers corresponding to the set of operations that are periodically performed automatically when the kernel is not busy with ...
SetField[obj@field, val] sets a value of an object field.