PHP Класс Horde_Db_StatementParser, horde

Автор: Chuck Hagenbuch ([email protected])
Автор: James Pepin ([email protected])
Наследование: implements Iterator
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_count
$_currentStatement

Открытые методы

Метод Описание
__construct ( $file )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Защищенные методы

Метод Описание
_getNextStatement ( ) : string Read the next sql statement from our file. Statements are terminated by semicolons.

Описание методов

__construct() публичный Метод

public __construct ( $file )

_getNextStatement() защищенный Метод

Read the next sql statement from our file. Statements are terminated by semicolons.
protected _getNextStatement ( ) : string
Результат string The next SQL statement in the file.

current() публичный Метод

public current ( )

key() публичный Метод

public key ( )

next() публичный Метод

public next ( )

rewind() публичный Метод

public rewind ( )

valid() публичный Метод

public valid ( )

Описание свойств

$_count защищенное свойство

protected $_count

$_currentStatement защищенное свойство

protected $_currentStatement