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 プロパティ:文字列$ name:フィールドの名前
  • mixed $value: the value of the field プロパティ:ミックス$値:フィールドの値
  • bool $isPrimaryKey: if true it indicates that this is a primary key field プロパティの型bool $ isPrimaryKey:trueの場合、これは主キーフィールドであることを示しています
  • bool $isForiegnKey: if true it indicates that this is foriegn key field プロパティの型bool $ isForiegnKey:trueの場合、これはforiegnキーフィールドであることを示しています
  • bool $isSet: if true this indicates that this field has a value プロパティの型bool $かどうかの判断: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 ) コンストラクタ__コンストラクト (23行目)
__construct ( RocksDatabaseField __コンストラクト , $ nameは ) $ isPrimaryKey)
  • $ nameに
  • $ 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 ( ボイド __取得 ) $名
  • $ nameに
(line 38 ) __set(ライン38)
  • public アクセス:公共
__set ( ボイド _セット , $ varは ) $ varValue)
  • $ varの
  • $ varValue
(line 112 ) __toString(ライン112)
  • public アクセス:公共
__toString () ボイド の__toString()

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

ドミニクスキナーによって書かれた
最終更新日:2011年10月25日午前16時○○分38秒を