Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlGetIsolationLevel

Retrieve the current transaction isolation level.

Declaration

CTSQL_ISOLEVEL ctsqlGetIsolationLevel(pCTSQLCONN hConn).

Description

ctsqlGetIsolationLevel() retrieves the current transaction isolation level.

  • hConn the connection handle.

Return

ctsqlGetIsolationLevel() returns the current transaction isolation level.

See Also

ctsqlSetIsolationLevel()

TOCIndex