PHP Class BaseDriver, compalex

Mostrar archivo Open project: dlevsha/compalex Class Usage Examples

Protected Properties

Property Type Description
$_dsn
$_instance

Public Methods

Method Description
getAdditionalTableInfo ( )
getCompareFunctions ( )
getCompareIndex ( )
getCompareKeys ( )
getCompareProcedures ( )
getCompareTables ( )
getCompareTriggers ( )
getCompareViews ( )
getTableRows ( $baseName, $tableName, $rowCount = SAMPLE_DATA_LENGTH )

Protected Methods

Method Description
_getCompareArray ( $query, $diffMode = false, $ifOneLevelDiff = false )
_getConnect ( $dsn )
_getFirstConnect ( )
_getSecondConnect ( )
_select ( $query, $connect, $baseName )

Private Methods

Method Description
_prepareOutArray ( $result, $diffMode, $ifOneLevelDiff )

Method Details

_getCompareArray() protected method

protected _getCompareArray ( $query, $diffMode = false, $ifOneLevelDiff = false )

_getConnect() protected method

protected _getConnect ( $dsn )

_getFirstConnect() protected method

protected _getFirstConnect ( )

_getSecondConnect() protected method

protected _getSecondConnect ( )

_select() protected method

protected _select ( $query, $connect, $baseName )

getAdditionalTableInfo() public method

getCompareFunctions() public method

public getCompareFunctions ( )

getCompareIndex() public method

public getCompareIndex ( )

getCompareKeys() public method

public getCompareKeys ( )

getCompareProcedures() public method

getCompareTables() public method

public getCompareTables ( )

getCompareTriggers() public method

public getCompareTriggers ( )

getCompareViews() public method

public getCompareViews ( )

getTableRows() public method

public getTableRows ( $baseName, $tableName, $rowCount = SAMPLE_DATA_LENGTH )

Property Details

$_dsn protected_oe property

protected $_dsn

$_instance protected_oe static_oe property

protected static $_instance