PHP Class SqlParser\Components\UnionKeyword

Inheritance: extends SqlParser\Component
Exibir arquivo Open project: phpmyadmin/sql-parser

Public Methods

Method Description
build ( SelectStatement[] $component, array $options = [] ) : string

Method Details

build() public static method

public static build ( SelectStatement[] $component, array $options = [] ) : string
$component SqlParser\Statements\SelectStatement[] The component to be built.
$options array Parameters for building.
return string