コンストラクタは、データベース·オブジェクトを構成することができます。
__construct ( string $tableName , [ string $configFileName = null ], [ string $fieldDefinition = null ], [ string $rowValues = null ]) RocksDBO __コンストラクト ( 文字列 $ tableNameの [ 文字列 $ configFileName = NULL]、[ 文字列 $ fieldDefinition = NULL]、[ 文字列 $ rowValues = NULL])
- $tableName : the table this database object should be created for 文字列 $ tableName:これデータベース·オブジェクトがために作成されるべきテーブル
- $configFileName : the configuration filename that should be used for this object, if null the default is used 文字列 $ configFileName:このオブジェクトに使用されるべきコンフィギュレーションファイル名、デフォルト値が使用されている場合はnull
- $fieldDefinition : any pre-created field definitions, this is usually used internally. 文字列 $ fieldDefinition:任意事前に作成されたフィールドの定義、これは通常、内部的に使用されます。
- $rowValues : the values of the table row that should be loaded, this is usually used internally. 文字列 $ rowValues:ロードする必要がありますテーブルの行の値は、これは通常、内部的に使用されます。
これは、このオブジェクトに設定したパラメータに一致する行を削除します。
Delete () delete()が無効
削除するフィールド定義の現在のキャッシュされたバージョンは、通常、内部のみで使用可能にする。
DeleteCurrentCache () ボイド DeleteCurrentCache()
これは、フィールド定義の配列を返します。
GetFieldDefinition () ボイド GetFieldDefinition()
これは、フィールドへのデータの連想配列をロードします。
LoadAssociativeArrayData ( array $rowValues ) ボイド LoadAssociativeArrayData( 配列 $ rowValues)
- $rowValues : the associative array to load 配列 $ rowValues:ロードするための連想配列
あなたはすでにそれが更新以外の挿入が実行されますが実行されたキーの値を持っている場合、これは、DBOに変更を保存します。
Save () Save()を無効
これは、複数の行はエラーがスローされ返された場合、設定されているプロパティを持つすべてのデータを選択します。
Select () Select()が無効
__call ( ボイド __コール ( , $ method_nameは 、 ) $パラメータ )
__get ( ボイド __取得 ( ) $名 )
__set ( ボイド _セット ( , $ nameは 、 ) $ value)を