SQLResultSetPosition[rs] returns an integer that specifies the current position in a result set.
SQLResultSetRead[rs] shifts the current position and then reads a row from a result set.SQLResultSetRead[rs, num] reads num rows from a result set.
SQLResultSetTake[rs, {m, n}] reads rows m through n from a result set.
SQLStringMatchQ[col, patt] specifies a condition in an SQL query used to test whether the value of a column matches a pattern. The actual format for the pattern varies from ...
SQLUpdate[conn, table, cols, data] updates data in a table in an SQL connection.
OpenCLMemoryCopyToHost[mem] force copies OpenCLMemory from the GPU to the CPU.
OpenCLMemory[args, ...] is a handle to memory registered with the OpenCLLink memory manager.
ProvablePrimeQ[n] gives True if n is provably prime, and False otherwise.
GraphicsGrid[{{g_11, g_12, ...}, ...}] generates a graphic in which the g_ij are laid out in a two-dimensional grid.
JoinedCurve[{segment_1, segment_2, ...}] represents a curve consisting of segment_1 followed by segment_2 etc. JoinedCurve[{component_1, component_2, ...}] represents a list ...