\Horde_Db_Value_Lob

Encapsulation object for LOB values to be used in SQL statements to ensure proper quoting, escaping, retrieval, etc.

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
$value
$stream
No constants found
No protected methods found
$_value
$_stream
N/A
No private methods found
No private properties found
N/A

Properties

$value

$value : 

The binary value as a string. @since Horde_Db 2.1.0

Type

$stream

$stream : 

The binary value as a stream. @since Horde_Db 2.4.0

Type

$_value

$_value : string

Binary scalar value to be quoted

Type

string

$_stream

$_stream : \stream

Binary stream value to be quoted

Type

\stream

Methods

__construct()

__construct(string|\stream  $binaryValue) 

Constructor

Parameters

string|\stream $binaryValue

The binary value in a string or stream resource.

__get()

__get(  $name) 

Getter for $value and $stream properties.

Parameters

$name

__set()

__set(  $name,   $value) 

Setter for $value and $stream properties.

Parameters

$name
$value