Your PHP skills tool showed me were I needed to improve and how to do it! 您的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如果为true,则表明这是一个主键字段属性 :BOOL美元isPrimaryKey :
  • bool $isForiegnKey: if true it indicates that this is foriegn key field如果为true,则表明这是外键字段属性 :BOOL美元isForiegnKey :
  • bool $isSet: if true this indicates that this field has a value如果为true,这表明这一领域有一个值属性 :BOOL元使用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 ) 构造__construct(23行)
__construct ( RocksDatabaseField __construct( , 美元的名称 ) 美元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 ( 无效 的__get( ) $名
  • 元名称
(line 38 ) __set(38行)
  • public 访问:公共
__set ( 无效 __set( , $ var的 ) $ varValue)
  • $ VAR
  • $ varValue
(line 112 ) __toString(112行)
  • public 访问:公共
__toString () 无效 __toString()

没有意见已提供。
安全形象

作者由Dominic斯金纳
最后更新:2011年10月25日16点00分38秒