Overview

Namespaces

  • Alchemy
    • core
      • query
      • schema
    • dialect
    • engine
    • orm
    • tests
    • util
      • promise
  • PHP

Classes

  • ColumnRef
  • DDLQuery
  • Expression
  • Insert
  • Join
  • Predicate
  • Query
  • Scalar
  • TableRef

Interfaces

  • IQuery
  • IQueryFragment
  • IQueryValue
  • Overview
  • Namespace
  • Class
  • Tree

Class DDLQuery

Represents a DDL transformation query

Alchemy\core\Element implements Alchemy\core\IElement
Extended by Alchemy\core\query\DDLQuery implements Alchemy\core\query\IQuery
Namespace: Alchemy\core\query
Located at alchemy/core/query/DDLQuery.php
Methods summary
public
# __construct( Table $type, mixed $table )

Object constructor

Object constructor

Parameters

$type
Table
$table
$table

Overrides

Alchemy\core\Element::__construct()
public Table
# getTable( )

Returns

Table
public array
# parameters( )

Recursively get all scalar parameters used by this expression

Recursively get all scalar parameters used by this expression

Returns

array
array(Scalar, Scalar, ...)

Implementation of

Alchemy\core\query\IQueryFragment::parameters()
Methods inherited from Alchemy\core\Element
__callStatic(), __clone(), addTag(), addTags(), copy(), define(), define_alias(), getDescription(), getID(), getTag(), getType(), get_definition(), listTags(), normalize_arg()
Properties summary
protected mixed $table
#
Properties inherited from Alchemy\core\Element
$id, $tags, $type
API documentation generated by ApiGen 2.8.0