SQLRollbackTransaction[conn] terminates an SQL transaction. SQLRollbackTransaction[conn, savepoint] returns to an SQLSavepoint.
DoModal[] does not return until the Java side sends an expression of the form EvaluatePacket[EndModal[args]].
JavaNew[classname] constructs a Java object of the specified class. JavaNew[classname, args] constructs a Java object of the specified class, passing the arguments args to ...
mcomplex*MTensor_getComplexData (MTensor t) gets an array of the data elements of an MTensor of complex type.
double*MTensor_getRealData (MTensor t) gets an array of the data elements of an MTensor of real type.
int MTensor_getInteger (MTensor t, mint*pos, mreal*pres) gets a single element of an MTensor of real type.
void MTensor_setInteger (MTensor t, mint*pos, mint value) sets a single element of an MTensor of integer type.
int MTensor_setReal (MTensor t, mint*pos, mreal value) sets a single element of an MTensor of real type.
LibraryVersionString[lib] returns a string of library version information.