Overview

Namespaces

  • CzProject
    • SqlGenerator
      • Drivers
      • Statements

Classes

  • AddColumn
  • AddForeignKey
  • AddIndex
  • AlterTable
  • ColumnDefinition
  • Comment
  • CreateTable
  • DropColumn
  • DropForeignKey
  • DropIndex
  • DropTable
  • ForeignKeyDefinition
  • IndexColumnDefinition
  • IndexDefinition
  • Insert
  • ModifyColumn
  • RenameTable
  • SqlCommand
  • Overview
  • Namespace
  • Class

Class SqlCommand

CzProject\SqlGenerator\Statements\SqlCommand implements CzProject\SqlGenerator\IStatement
Namespace: CzProject\SqlGenerator\Statements
Located at Statements/SqlCommand.php
Methods summary
public
# __construct( string $command )

Parameters

$command
public string
# toSql( CzProject\SqlGenerator\IDriver $driver )

Returns

string

Implementation of

CzProject\SqlGenerator\IStatement::toSql()
czproject/sql-generator v1.2.0 API documentation API documentation generated by ApiGen