SymbolicCUDAFunction[name, args] is a symbolic representation of a CUDA function declaration.SymbolicCUDAFunction[name, args, body] is a symbolic representation of a CUDA ...
JDBCDriverNames[] returns a list of the names of databases for which JDBC drivers are available through DatabaseResourcesPath.
JDBCDriver[args] specifies the configuration for connecting to a database produced by a specific vendor.
SQLArgument[arg1, arg2, ...] holds a sequence of arguments to an SQL query.
SQLBeginTransaction[conn] initiates an SQL transaction.
SQLCommitTransaction[conn] commits an SQL transaction.
SQLConnection[...] is an object that represents a connection to a data source.
SQLConnectionPool[...] is an object that represents a connection pool to a data source.
SQLDataTypeNames[conn] returns the names of data types that can be stored in an SQL connection.
SQLDateTime[datetime] represents date and time information that can be stored in a database.