PHP 클래스 BaseDriver, compalex

파일 보기 프로젝트 열기: dlevsha/compalex 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_dsn
$_instance

공개 메소드들

메소드 설명
getAdditionalTableInfo ( )
getCompareFunctions ( )
getCompareIndex ( )
getCompareKeys ( )
getCompareProcedures ( )
getCompareTables ( )
getCompareTriggers ( )
getCompareViews ( )
getTableRows ( $baseName, $tableName, $rowCount = SAMPLE_DATA_LENGTH )

보호된 메소드들

메소드 설명
_getCompareArray ( $query, $diffMode = false, $ifOneLevelDiff = false )
_getConnect ( $dsn )
_getFirstConnect ( )
_getSecondConnect ( )
_select ( $query, $connect, $baseName )

비공개 메소드들

메소드 설명
_prepareOutArray ( $result, $diffMode, $ifOneLevelDiff )

메소드 상세

_getCompareArray() 보호된 메소드

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

_getConnect() 보호된 메소드

protected _getConnect ( $dsn )

_getFirstConnect() 보호된 메소드

protected _getFirstConnect ( )

_getSecondConnect() 보호된 메소드

protected _getSecondConnect ( )

_select() 보호된 메소드

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

getAdditionalTableInfo() 공개 메소드

getCompareFunctions() 공개 메소드

public getCompareFunctions ( )

getCompareIndex() 공개 메소드

public getCompareIndex ( )

getCompareKeys() 공개 메소드

public getCompareKeys ( )

getCompareProcedures() 공개 메소드

getCompareTables() 공개 메소드

public getCompareTables ( )

getCompareTriggers() 공개 메소드

public getCompareTriggers ( )

getCompareViews() 공개 메소드

public getCompareViews ( )

getTableRows() 공개 메소드

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

프로퍼티 상세

$_dsn 보호되어 있는 프로퍼티

protected $_dsn

$_instance 보호되어 있는 정적으로 프로퍼티

protected static $_instance