Documentation

ISQLCondition extends ICondition

Defines a condition used for a sql repository.

Defines something like property = 'value'

Tags
deprecated

Stupid

Table of Contents

getProperty() Retrieve the property string
getOperator() Retrieve the operator ESQLOperator
getValue() Retrieve the value mixed
getCondition() Retrieve the condition as a string string
getValues() Retrieve a list of values array

Methods

getProperty()

Retrieve the property

public getProperty( ) : string
Return values
string

property

getValue()

Retrieve the value

public getValue( ) : mixed
Return values
mixed

value

getCondition()

Retrieve the condition as a string

public getCondition( ) : string
Return values
string

getValues()

Retrieve a list of values

public getValues( ) : array
Return values
array

values

Search results