PHP Class Storm\Drivers\Base\Relational\Queries\Bindings

Inheritance: implements ArrayAccess
Show file Open project: timetoogo/penumbra

Public Methods

Method Description
Bind ( $Value, $ParameterType = null, $ParameterKey = null )
DefaultParameterType ( &$ParameterType, $Value )
Get ( ) : Binding[]
GetParameterKeys ( )
offsetExists ( $ParameterKey )
offsetGet ( $ParameterKey )
offsetSet ( $ParameterKey, $ParameterValue )
offsetUnset ( $ParameterKey )

Private Methods

Method Description
GetDefaultParameterType ( $Value )

Method Details

Bind() public method

public Bind ( $Value, $ParameterType = null, $ParameterKey = null )

DefaultParameterType() final public method

final public DefaultParameterType ( &$ParameterType, $Value )

Get() public method

public Get ( ) : Binding[]
return Binding[]

GetParameterKeys() public method

public GetParameterKeys ( )

offsetExists() public method

public offsetExists ( $ParameterKey )

offsetGet() public method

public offsetGet ( $ParameterKey )

offsetSet() public method

public offsetSet ( $ParameterKey, $ParameterValue )

offsetUnset() public method

public offsetUnset ( $ParameterKey )