PHP 클래스 SQLBuilder\Driver\MySQLDriver

상속: extends BaseDriver
파일 보기 프로젝트 열기: c9s/sqlbuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$quoteColumn
$quoteTable

공개 메소드들

메소드 설명
cast ( $value )
deflate ( $value, SQLBuilder\ArgumentArray $args = NULL )
quoteIdentifier ( $id )

메소드 상세

cast() 공개 메소드

public cast ( $value )

deflate() 공개 메소드

public deflate ( $value, SQLBuilder\ArgumentArray $args = NULL )
$args SQLBuilder\ArgumentArray

quoteIdentifier() 공개 메소드

public quoteIdentifier ( $id )

프로퍼티 상세

$quoteColumn 공개적으로 프로퍼티

public $quoteColumn

$quoteTable 공개적으로 프로퍼티

public $quoteTable