PHP 클래스 dbData, pkp-lib

파일 보기 프로젝트 열기: pkp/pkp-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$data
$row

공개 메소드들

메소드 설명
_tag_cdata ( &$parser, $cdata ) XML Callback to process CDATA elements
_tag_close ( &$parser, $tag ) XML Callback to process end elements
_tag_open ( &$parser, $tag, $attributes ) XML Callback to process start elements
addData ( $cdata ) : string Adds options to the index
addField ( $attributes ) : string Adds a field to the index
create ( object &$xmls ) : array Generates the SQL that will create the index in the database
dbData ( object &$parent, array $attributes = NULL ) Initializes the new dbIndex object.

메소드 상세

_tag_cdata() 공개 메소드

Processes XML cdata.
public _tag_cdata ( &$parser, $cdata )

_tag_close() 공개 메소드

XML Callback to process end elements
public _tag_close ( &$parser, $tag )

_tag_open() 공개 메소드

Processes XML opening tags. Elements currently processed are: DROP, CLUSTERED, BITMAP, UNIQUE, FULLTEXT & HASH.
public _tag_open ( &$parser, $tag, $attributes )

addData() 공개 메소드

Adds options to the index
public addData ( $cdata ) : string
리턴 string Option list

addField() 공개 메소드

Adds a field to the index
public addField ( $attributes ) : string
리턴 string Field list

create() 공개 메소드

Generates the SQL that will create the index in the database
public create ( object &$xmls ) : array
$xmls object adoSchema object
리턴 array Array containing index creation SQL

dbData() 공개 메소드

Initializes the new dbIndex object.
public dbData ( object &$parent, array $attributes = NULL )
$parent object Parent object
$attributes array Attributes

프로퍼티 상세

$data 공개적으로 프로퍼티

public $data

$row 공개적으로 프로퍼티

public $row