PHP Class dbData, pkp-lib

Afficher le fichier Open project: pkp/pkp-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
$data
$row

Méthodes publiques

Méthode Description
_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.

Method Details

_tag_cdata() public méthode

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

_tag_close() public méthode

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

_tag_open() public méthode

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

addData() public méthode

Adds options to the index
public addData ( $cdata ) : string
Résultat string Option list

addField() public méthode

Adds a field to the index
public addField ( $attributes ) : string
Résultat string Field list

create() public méthode

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

dbData() public méthode

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

Property Details

$data public_oe property

public $data

$row public_oe property

public $row