*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: sqlite3session_indirect | Section: 3 | Source: NetBSD | File: sqlite3session_indirect.3
SQLITE3SESSION_INDIRECT(3) FreeBSD Library Functions Manual NAME sqlite3session_indirect - Set Or Clear the Indirect Change Flag SYNOPSIS int sqlite3session_indirect(sqlite3_session *pSession, int bIndirect); DESCRIPTION Each change recorded by a session object is marked as either direct or indirect. A change is marked as indirect if either: o The session object "indirect" flag is set when the change is made, or o The change is made by an SQL trigger or foreign key action instead of directly as a result of a users SQL statement. If a single row is affected by more than one operation within a session, then the change is considered indirect if all operations meet the criteria for an indirect change above, or direct otherwise. This function is used to set, clear or query the session object indirect flag. If the second argument passed to this function is zero, then the indirect flag is cleared. If it is greater than zero, the indirect flag is set. Passing a value less than zero does not modify the current value of the indirect flag, and may be used to query the current state of the indirect flag for the specified session object. The return value indicates the final state of the indirect flag: 0 if it is clear, or 1 if it is set. FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8

Navigation Options