I had no idea at all about PHP or programming until I started reading your website! 我不知道,在所有關於PHP編程,直到我開始讀你的網站!”
斯科特

RocksDatabaseField類

描述

這個類代表在數據庫由RocksDBO數據庫領域

  • string $name: the name of the field 屬性:字符串名稱:字段名稱
  • mixed $value: the value of the field 屬性:混合$值:字段值
  • bool $isPrimaryKey: if true it indicates that this is a primary key field 屬性:布爾元isPrimaryKey:如果是真的,它表明這是一個主鍵字段
  • bool $isForiegnKey: if true it indicates that this is foriegn key field 屬性:布爾元isForiegnKey:如果屬實,則表明這是何瑞明關鍵領域
  • bool $isSet: if true this indicates that this field has a value 屬性:布爾元使用isset:如果屬實,這表明這一領域有一個值
  • Dominic Skinner 作者:多米尼克·斯金納
  • 0.2.1 版本:0.2.1

)位於/ RocksDatabaseField.php(第15行)

方法摘要
__construct ( RocksDatabaseField __construct , 美元的名稱 ) 美元isPrimaryKey)
getParameter () 無效 的getParameter ()
getQuotedValue () :無效 getQuotedValue ()
__clone () 無效 __clone ()
__get ( 無效 __get ) $名
__set ( 無效 __set , $ var的 ) $ varValue)
__toString () 無效 __toString ()
方法
(line 23 ) 構造_建設 (第23行)
__construct ( RocksDatabaseField _構造 , 美元的名稱 ) 美元isPrimaryKey)
  • 元名稱
  • 美元isPrimaryKey
(line 58 ) getParameter(58行)

作為一個在where子句中使用的參數,這將返回的領域。 這通常是在內部使用。

  • public 訪問:公眾
getParameter () 無效 的getParameter()
(line 76 ) getQuotedValue(76行)

作為一個在INSERT或UPDATE語句中使用的參數,這將返回的領域。 這通常是在內部使用。

  • public 訪問:公眾
getQuotedValue () :無效 getQuotedValue()
(line 49 ) __clone(49線)

這必須使用克隆數據庫中的字段類,否則,它會導致值被複製

  • public 訪問:公眾
__clone () 無效 __的clone()
(line 29 ) __get(29行)
  • public 訪問:公眾
__get ( 函數void __得到 ) $名
  • 元名稱
(line 38 ) __set(38行)
  • public 訪問:公眾
__set ( 函數void __集 , $ var的 ) $ varValue)
  • $ var的
  • 美元varValue
(line 112 ) __toString(112行)
  • public 訪問:公眾
__toString () 無效 的__toString()

已提供任何意見。
安全形象

書面由多米尼克·斯金納
最後更新:2011年10月25日十六點00分38秒