PHP Класс dbData, pkp-lib

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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