Class PhabricatorLiskDAO
Tasks
Managing Edges
Configuring Storage
Unspecified
Methods
public attachEdges(array $edges)
| parameters | array | $edges | |
| return | wild | | |
This method is not documented.
public static chunkSQL(array $fragments, $glue = ', ', $limit = null)
| parameters | array | $fragments | |
| wild | $glue | |
| wild | $limit | |
| return | wild | | |
Break a list of escaped SQL statement fragments (e.g., VALUES lists for
INSERT, previously built with 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).
public establishLiveConnection($mode)
| parameters | wild | $mode | |
| return | wild | | |
This method is not documented.
public abstract getApplicationName()
This method is not documented.
protected getConnectionNamespace()
This method is not documented.
public static getDefaultStorageNamespace()
This method is not documented.
public getEdgePHIDs($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public getEdges($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public static getStorageNamespace()
This method is not documented.
public getTableName()
This method is not documented.
public loadRelativeEdges($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public static popStorageNamespace()
This method is not documented.
public static pushStorageNamespace($namespace)
| parameters | wild | $namespace | |
| return | wild | | |
This method is not documented.