VertexList[g] gives a list of all vertices in the graph g.
Integers represents the domain of integers, as in x \[Element] Integers.
Defining local constants. Module allows you to set up local variables, to which you can assign values and then change them. Often, however, all you really need are local ...
SQLConnection[...] is an object that represents a connection to a data source.
SQLDateTime[datetime] represents date and time information that can be stored in a database.
SQLInsert[conn, table, cols, data] inserts data into a table in an SQL connection.
SQLResultSetCurrent[rs] reads the current row from a result set.
SQLResultSetPosition[rs] returns an integer that specifies the current position in a result set.
SQLResultSetTake[rs, {m, n}] reads rows m through n from a result set.
OpenCLMemoryLoad[list] loads list into OpenCLMemory manager, returning an OpenCLMemory.OpenCLMemoryLoad[list, type] loads list with specified type into OpenCLMemory manager, ...