PHP Class SqlParser\Statements\TransactionStatement

Author: Dan Ungureanu ([email protected])
Inheritance: extends SqlParser\Statement
Afficher le fichier Open project: phpmyadmin/sql-parser Class Usage Examples

Méthodes publiques

Свойство Type Description
$OPTIONS array Options for this query.
$end TransactionStatement The ending transaction statement which may be a COMMIT or a ROLLBACK.
$statements SqlParser\Statement[] The list of statements in this transaction.
$type integer The type of this query.

Méthodes publiques

Méthode Description
build ( ) : string
parse ( Parser $parser, TokensList $list ) : void

Method Details

build() public méthode

public build ( ) : string
Résultat string

parse() public méthode

public parse ( Parser $parser, TokensList $list ) : void
$parser SqlParser\Parser The instance that requests parsing.
$list SqlParser\TokensList The list of tokens to be parsed.
Résultat void

Property Details

$OPTIONS public_oe static_oe property

Options for this query.
public static array $OPTIONS
Résultat array

$end public_oe property

The ending transaction statement which may be a COMMIT or a ROLLBACK.
public TransactionStatement,SqlParser\Statements $end
Résultat TransactionStatement

$statements public_oe property

The list of statements in this transaction.
public Statement[],SqlParser $statements
Résultat SqlParser\Statement[]

$type public_oe property

The type of this query.
public int $type
Résultat integer