db_transaction_sane |
sqlsrv/transaction.inc |
Like db_transaction() but transaction behaviour is more
sane requiring explicit commits. |
|
|
lock_acquire |
sqlsrv/lock.inc |
Acquire (or renew) a lock, but do not block if it fails. |
|
|
lock_initialize |
sqlsrv/lock.inc |
Initialize the locking system. |
|
|
lock_may_be_available |
sqlsrv/lock.inc |
Check if lock acquired by a different process may be available. |
2 |
|
lock_release |
sqlsrv/lock.inc |
Release a lock previously acquired by lock_acquire(). |
|
|
lock_release_all |
sqlsrv/lock.inc |
Release all previously acquired locks. |
|
1 |
lock_wait |
sqlsrv/lock.inc |
Wait for a lock to be available. |
|
|
sqlsrv_module_implements_alter |
./sqlsrv.module |
Implements hook_module_implements_alter(). |
|
|
sqlsrv_REData |
sqlsrv/reflexiondata.inc |
Get basic information about an installed PHP extension. |
2 |
|
sqlsrv_requirements |
./sqlsrv.install |
Implements hook_requirements(). |
|
|
_lock_id |
sqlsrv/lock.inc |
Helper function to get this request's unique id. |
1 |
|