SQLConnectionPools[] returns a list of the open connection pools.SQLConnectionPools[conn] returns the connection pool used for a connection.
SQLResultSetGoto[rs, pos] sets the current position of a result set to pos.
SQLResultSetOpen[query] makes a result set from an SQL query.
SQLResultSetShift[rs, num] shifts the current position of a result set by num.
KeepJavaObject[object] causes the specified object or objects not to be released when the current JavaBlock ends. KeepJavaObject[object, Manual] causes the specified object ...
ReturnAsJavaObject[expr] causes a Java method call or field access during the evaluation of expr to return its result as an object reference (a JavaObject expression), not a ...
$RelaxedTypeChecking is a flag that can be set to True to speed up the validation performed in Mathematica (via pattern tests) on arrays of data being sent as arguments to ...
KeepNETObject[object] causes the specified object(s) not to be released when the current NETBlock ends. KeepNETObject[object, Manual] causes the specified object to escape ...
MakeNETObject[expr] constructs a .NET object that represents the given Mathematica expression. MakeNETObject[expr, type] creates an object of the specified type from expr.
NETObjectToExpression[netObject] converts the specified .NET object reference into its value as a "native" Mathematica expression.