PHP 클래스 Pop\Db\Sql\Update

저자: Nick Sagona, III ([email protected])
상속: extends AbstractSql
파일 보기 프로젝트 열기: nicksagona/PopPHP

보호된 프로퍼티들

프로퍼티 타입 설명
$where Predicate WHERE predicate object

공개 메소드들

메소드 설명
render ( ) : string Render the UPDATE statement
where ( boolean $reset = false ) : Predicate Set the WHERE clause

메소드 상세

render() 공개 메소드

Render the UPDATE statement
public render ( ) : string
리턴 string

where() 공개 메소드

Set the WHERE clause
public where ( boolean $reset = false ) : Predicate
$reset boolean
리턴 Predicate

프로퍼티 상세

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

WHERE predicate object
protected Predicate,Pop\Db\Sql $where
리턴 Predicate