I regularly use your site to answer my PHP problems! "私は定期的に私の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:trueの場合、これは主キーフィールドであることを示します
  • bool $isForiegnKey: if true it indicates that this is foriegn key field プロパティ:ブール値$ isForiegnKey:trueの場合、これは外部キーフィールドであることを示します
  • bool $isSet: if true this indicates that this field has a value プロパティ:ブール値$かどうかの判断:trueの場合、これは、このフィールドに値が ​​あることを示しています
  • Dominic Skinner 著者:ドミニクスキナー
  • 0.2.1 バージョン:0.2.1

) / RocksDatabaseField.php(15行目)に位置して

メソッドの概要
__construct ( RocksDatabaseField __construct , $ nameは ) isPrimaryKey $)
getParameter () ボイド のgetParameter ()
getQuotedValue () ボイド getQuotedValue ()
__clone () ボイド __clone ()
__get ( ボイド __get ) $名
__set ( ボイド __set , $ VAR、 ) $ varValue)
__toString () ボイド __toString ()
の方法
(line 23 ) コンストラクタ__construct(23行目)
__construct ( RocksDatabaseField __construct( , $ nameは ) 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()

コメントが提供されていない。
セキュリティイメージ

ドミニクスキナーによって書か
最終更新日:2011年10月25日午後04時00分38秒を