[CFW_Data] element index

Package indexes

All elements
a b c d e f g i l m n o p q r s t u v _
_
top
$_connection
実際のPHP接続
$_parameters
$exprに対して設定されるパラメータ
__construct
__construct
構築
__construct
__construct
構築
__construct
__construct
構築
a
top
addGroupBy
グルーピング列追加
addHaving
集計抽出条件追加
addHavingAnd
集計抽出条件追加
addHavingOr
集計抽出条件追加
addOrderBy
ソート列追加
addParameter
パラメータを追加する
addWhere
WHERE句に条件を追加
addWhereAnd
WHERE句にANDで条件追加
addWhereOr
WHERE句にORで条件追加
assemble
条件を解析する
assembleGroupBy
group by句の生成
assembleHaving
having句の生成
assembleOrderBy
order by句の生成
assembleWhere
where句の生成
b
top
beginTransaction
トランザクション開始
bindParameters
パラメータをステートメントオブジェクトにバインド
buildConfigKey
buildConfigKey
buildCountQuery
件数取得用選択クエリー組み立て
buildDeleteQuery
削除クエリー組み立て
buildInsertQuery
挿入クエリー組み立て
buildSelectQuery
選択クエリー組み立て
buildUpdateQuery
更新クエリー組み立て
c
top
$catalog
カタログ
$clientCharset
DBクライアント(つまりPHP側)
$config
設定
$configSection
$configSection
$connection
データベースへの接続
$connection
$countQuery
$createdAtField
$current
現在の行データ
CFW_Data_Command
CFW_Data_Command in Command.php
データベース実行command
CFW_Data_Connection
CFW_Data_Connection in Connection.php
データベース接続
CFW_Data_ConnectionFactory
CFW_Data_ConnectionFactory in ConnectionFactory.php
接続生成クラス
CFW_Data_Criteria
CFW_Data_Criteria in Criteria.php
SQLデータベース用検索条件
CFW_Data_DataSource
CFW_Data_DataSource in DataSource.php
データソース基本機能
CFW_Data_DataSourceFactory
CFW_Data_DataSourceFactory in DataSourceFactory.php
データソース生成
CFW_Data_Parameter
CFW_Data_Parameter in Parameter.php
データベース実行commandが使用するパラメータ
CFW_Data_Reader
CFW_Data_Reader in Reader.php
読み取り専用前進カーソルデータリーダー
commitTransaction
トランザクションコミット
connect
接続
connect
接続オープン
createCommand
createPrimaryKeyCriteria
主キーによる選択条件を作る
Command.php
Command.php in Command.php
Connection.php
Connection.php in Connection.php
ConnectionFactory.php
ConnectionFactory.php in ConnectionFactory.php
Criteria.php
Criteria.php in Criteria.php
d
top
$deleteQuery
DataSource.php
DataSource.php in DataSource.php
DataSourceFactory.php
DataSourceFactory.php in DataSourceFactory.php
decode
サーバー側文字セットからクライアント文字セットにデコード
decodeVariables
サーバー側文字セットにエンコード
delete
データの削除
describe
DIRECTION_ASC
DIRECTION_DESC
disconnect
接続を閉じる
disconnect
接続解除
e
top
$entityProperty
encode
サーバー側文字セットにエンコード
encodeVariables
サーバー側文字セットにエンコード
executeQuery
問い合わせを実行してデータの配列を返す。
executeQuery
executeQueryAsObject
問い合わせを実行して指定クラス名のオブジェクトの配列を返す。
executeReader
問い合わせを実行してデータリーダーを作る
executeScalar
問い合わせを実行してデータの配列を返す。
executeUpdate
更新処理を実行する。
executeUpdate
f
top
find
CFW_Data_DataSource::find() in DataSource.php
データの検索
findByPk
主キーによる検索
g
top
get
現在の行の列データ取得
getConfig
指定名称の設定を取得する。
getConfig
指定名称の設定を取得する。
getConnection
指定名称を持つ接続を取得する
getCount
件数取得
getDataSource
指定データソース名のデータソースを取得
getDb
getGroupByExpression
条件解析後の式を取得
getHavingExpression
条件解析後の式を取得
getLimit
条件解析後の式を取得
getOffset
条件解析後の式を取得
getOrderByExpression
条件解析後の式を取得
getOrderByReverseExpression
条件解析後の式を取得(逆ソート)
getParameters
パラメータコレクションを取得する。
getParameters
この条件に設定されたパラメータを取得する
getSelectFields
選択列取得
getWhereExpression
条件解析後の式を取得
i
top
$insertQuery
insert
データの追加
l
top
lastIdentity
最後のID
LIMIT_INFINITE
m
top
$modifiedAtField
n
top
$name
CFW_Data_Parameter::$name in Parameter.php
パラメータ名称
o
top
OPERATOR_AND
OPERATOR_BETWEEN
OPERATOR_EQ
OPERATOR_GE
OPERATOR_GT
OPERATOR_IN
OPERATOR_LE
OPERATOR_LIKE
OPERATOR_LT
OPERATOR_NE
OPERATOR_NONE
OPERATOR_NOT
OPERATOR_NOT_IN
OPERATOR_OR
OPTION_DISTINCT
p
top
Parameter.php
Parameter.php in Parameter.php
parametersToArray
q
top
$queryOption
quote
文字列引用符付加処理
r
top
Reader.php
Reader.php in Reader.php
read
カーソルを移動して現在の行を設定
rollbackTransaction
トランザクションロールバック
s
top
$schema
スキーマ
$selectFields
$selectQuery
$serverCharset
DBサーバー文字セット
$statement
実行したステートメント
save
CFW_Data_DataSource::save() in DataSource.php
エンティティを保存する.
setConnection
対象の接続を設定する
setConnection
既存の接続を設定する.
setLimit
読み取りサイズ 設定
setOffset
読み取り開始位置設定
setProperty
既存のプロパティを設定する。
setQueryOption
クエリーに付けるオプション
setupProperty
プロパティ構築
systemDate
システム日付取得
t
top
$tableName
u
top
$updateFields
$updateQuery
update
データの更新
v
top
$value
a b c d e f g i l m n o p q r s t u v _