\Fuman_Db_Parameter

Object which holds values for a prepared statement. A unique key will be generated for every added column

Summary

Methods
Properties
Constants
__construct()
getKey()
getValue()
getDataType()
No public properties found
KEY_PREFIX
No protected methods found
No protected properties found
N/A
No private methods found
$_key
$_value
$_dataType
N/A

Constants

KEY_PREFIX

KEY_PREFIX

Properties

$_key

$_key : 

Type

$_value

$_value : 

Type

$_dataType

$_dataType : 

Type

Methods

__construct()

__construct(string  $key, string|integer|null  $value, \Fuman_Db_DataType  $dataType) 

Constructor

Parameters

string $key
string|integer|null $value
\Fuman_Db_DataType $dataType

getKey()

getKey() : string

Get key

Returns

string

getValue()

getValue() : mixed

Get value

Returns

mixed

getDataType()

getDataType() : \Fuman_Db_DataType

Get data type

Returns

\Fuman_Db_DataType