PHP 클래스 lithium\tests\mocks\data\model\database\adapter\MockPostgreSql

상속: extends lithium\data\source\database\adapter\PostgreSql
파일 보기 프로젝트 열기: unionofrad/lithium

보호된 프로퍼티들

프로퍼티 타입 설명
$_quotes

공개 메소드들

메소드 설명
__construct ( array $config = [] )
connect ( )
disconnect ( )

보호된 메소드들

메소드 설명
_execute ( $sql )

메소드 상세

__construct() 공개 메소드

public __construct ( array $config = [] )
$config array

_execute() 보호된 메소드

protected _execute ( $sql )

connect() 공개 메소드

public connect ( )

disconnect() 공개 메소드

public disconnect ( )

프로퍼티 상세

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

protected $_quotes