Property | Type | Description | |
---|---|---|---|
$_logCaptureActive | boolean | ||
$_logProfilerWasEnabled | boolean | ||
$_sqlLogFilename | string |
Method | Description | |
---|---|---|
cleanupBrokenViews ( ) | check if autogenerated views (eg. localized fields, . | |
close ( ) : void | ||
errorHandler ( $method, $args, $exception, boolean $logError = true ) | ||
get ( ) : mixed | Zend_Db_Adapter_Abstract | ||
getConnection ( boolean $raw = false, boolean $writeOnly = false ) : |
||
getType ( ) : string | ||
isDDLQuery ( $query ) : boolean | ||
isDMSQuery ( $query ) : boolean | ||
isWriteQuery ( $method, $args ) : boolean | ||
logDefinitionModification ( string $sql ) | ||
reset ( ) : Zend_Db_Adapter_Abstract | ||
set ( $connection ) | ||
startCapturingDefinitionModifications ( $connection, string $method, array $args ) | ||
stopCapturingDefinitionModifications ( $connection ) |
public static cleanupBrokenViews ( ) |
public static errorHandler ( $method, $args, $exception, boolean $logError = true ) | ||
$method | ||
$args | ||
$exception | ||
$logError | boolean |
public static getConnection ( boolean $raw = false, boolean $writeOnly = false ) : |
||
$raw | boolean | |
$writeOnly | boolean | |
return |
public static isDDLQuery ( $query ) : boolean | ||
$query | ||
return | boolean |
public static isDMSQuery ( $query ) : boolean | ||
$query | ||
return | boolean |
public static isWriteQuery ( $method, $args ) : boolean | ||
$method | ||
$args | ||
return | boolean |
public static logDefinitionModification ( string $sql ) | ||
$sql | string |
public static reset ( ) : Zend_Db_Adapter_Abstract | ||
return | Zend_Db_Adapter_Abstract |
public static startCapturingDefinitionModifications ( $connection, string $method, array $args ) | ||
$method | string | |
$args | array |
public static stopCapturingDefinitionModifications ( $connection ) |
protected static bool $_logCaptureActive | ||
return | boolean |
protected static bool $_logProfilerWasEnabled | ||
return | boolean |
protected static string $_sqlLogFilename | ||
return | string |