PHP 클래스 Pix_Table_Db_Adapter_Abstract, pixframework

상속: implements Pix_Table_Db_Adapter
파일 보기 프로젝트 열기: pixnet/pixframework

공개 메소드들

메소드 설명
bulkInsert ( Pix_Table $table, array $keys, array $values_list, array $options = [] ) : void insert multiple rows
getSupportFeatures ( )
support ( $id )

메소드 상세

bulkInsert() 공개 메소드

insert multiple rows
public bulkInsert ( Pix_Table $table, array $keys, array $values_list, array $options = [] ) : void
$table Pix_Table
$keys array columns
$values_list array values list
$options array options
리턴 void

getSupportFeatures() 공개 메소드

public getSupportFeatures ( )

support() 공개 메소드

public support ( $id )