tasks/ext/pdo/PDOQuerySplitter.php

Show: inherited
Table of Contents

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This software consists of voluntary contributions made by many individuals and is licensed under the LGPL. For more information please see http://phing.info.

Package
phing.tasks.ext.pdo  
Version
$Id: e84ada3cdb7a04da60158c7a352fbb06f17f2ca7 $  

\PDOQuerySplitter

Package: phing\tasks\ext\pdo

Base class for classes that split SQL source into separate queries

Children
\DefaultPDOQuerySplitter
\PgsqlPDOQuerySplitter
Author
Alexey Borzov  
Version
$Id$  

Properties

Propertyprotected\PDOSQLExecTask  $parent= ''

Task that uses the splitter

Details
Type
\PDOSQLExecTask
Propertyprotected\BufferedReader  $sqlReader= ''

Reader with SQL source

Details
Type
\BufferedReader

Methods

methodpublic__construct( \PDOSQLExecTask $parent, \Reader $reader ) : void

Constructor, sets the parent task and reader with SQL source

Parameters
Name Type Description
$parent \PDOSQLExecTask
$reader \Reader
methodpublicnextQuery( ) : string | null
abstract

Returns next query from SQL source, null if no more queries left

Returns
Type Description
string | null
Documentation was generated by DocBlox 0.18.1.