[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/infrastructure/storage/lisk/ -> PhabricatorLiskDAO.php (summary)

(no description)

File Size: 244 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 14 functions

  pushStorageNamespace()
  popStorageNamespace()
  getDefaultStorageNamespace()
  getStorageNamespace()
  establishLiveConnection()
  getTableName()
  getConnectionNamespace()
  chunkSQL()
  assertAttached()
  assertAttachedKey()
  detectEncodingForStorage()
  getUTF8StringFromStorage()
  willReadData()
  willWriteData()

Functions
Functions that are not part of a class:

pushStorageNamespace($namespace)   X-Ref


popStorageNamespace()   X-Ref


getDefaultStorageNamespace()   X-Ref


getStorageNamespace()   X-Ref


establishLiveConnection($mode)   X-Ref


getTableName()   X-Ref


getConnectionNamespace()   X-Ref


chunkSQL(array $fragments,$glue = ', ',$limit = null)   X-Ref
Break a list of escaped SQL statement fragments (e.g., VALUES lists for
INSERT, previously built with @{function:qsprintf}) into chunks which will
fit under the MySQL 'max_allowed_packet' limit.

Chunks are glued together with `$glue`, by default ", ".

If a statement is too large to fit within the limit, it is broken into
its own chunk (but might fail when the query executes).

assertAttached($property)   X-Ref
No description

assertAttachedKey($value, $key)   X-Ref
No description

detectEncodingForStorage($string)   X-Ref
No description

getUTF8StringFromStorage($string, $encoding)   X-Ref
No description

willReadData(array &$data)   X-Ref
No description

willWriteData(array &$data)   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1