Zend Framework  3.0
Public Member Functions | Public Attributes | List of all members
ExpressionInterface Interface Reference

Public Member Functions

 getExpressionData ()
 
 

Public Attributes

const TYPE_IDENTIFIER = 'identifier'
 
const TYPE_VALUE = 'value'
 
const TYPE_LITERAL = 'literal'
 
const TYPE_SELECT = 'select'
 

Member Function Documentation

getExpressionData ( )

Returns
array of array|string should return an array in the format:

array ( // a sprintf formatted string string $specification,

// the values for the above sprintf formatted string array $values,

// an array of equal length of the $values array, with either TYPE_IDENTIFIER or TYPE_VALUE for each value array $types, )

Implemented in Operator, Column, ForeignKey, Between, Expression, AbstractConstraint, Like, In, IsNull, AbstractLengthColumn, Index, Literal, Check, AbstractTimestampColumn, and Integer.

Member Data Documentation

const TYPE_IDENTIFIER = 'identifier'
const TYPE_LITERAL = 'literal'
const TYPE_SELECT = 'select'
const TYPE_VALUE = 'value'