PHP Class Horde_Db_StatementParser, horde

Author: Chuck Hagenbuch ([email protected])
Author: James Pepin ([email protected])
Inheritance: implements Iterator
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_count
$_currentStatement

Public Methods

Method Description
__construct ( $file )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

Protected Methods

Method Description
_getNextStatement ( ) : string Read the next sql statement from our file. Statements are terminated by semicolons.

Method Details

__construct() public method

public __construct ( $file )

_getNextStatement() protected method

Read the next sql statement from our file. Statements are terminated by semicolons.
protected _getNextStatement ( ) : string
return string The next SQL statement in the file.

current() public method

public current ( )

key() public method

public key ( )

next() public method

public next ( )

rewind() public method

public rewind ( )

valid() public method

public valid ( )

Property Details

$_count protected_oe property

protected $_count

$_currentStatement protected_oe property

protected $_currentStatement