Constante predefinite

Constantele de mai jos sunt definite de această extensie și vor fi disponibile doar dacă această extensie a fost compilată în interiorul PHP, sau a fost încărcată dinamic în timpul rulării.

FBSQL_ASSOC (int)
FBSQL_NUM (int)
FBSQL_BOTH (int)
FBSQL_LOCK_DEFERRED (int)
FBSQL_LOCK_OPTIMISTIC (int)
FBSQL_LOCK_PESSIMISTIC (int)
FBSQL_ISO_READ_UNCOMMITTED (int)
FBSQL_ISO_READ_COMMITTED (int)
FBSQL_ISO_REPEATABLE_READ (int)
FBSQL_ISO_SERIALIZABLE (int)
FBSQL_ISO_VERSIONED (int)
FBSQL_UNKNOWN (int)
FBSQL_STOPPED (int)
FBSQL_STARTING (int)
FBSQL_RUNNING (int)
FBSQL_STOPPING (int)
FBSQL_NOEXEC (int)
FBSQL_LOB_DIRECT (int)
FBSQL_LOB_HANDLE (int)
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top