構築
unknown_type
__construct
()
グルーピング列追加
unknown_type
addGroupBy
($expr $expr)
ソート列追加
unknown_type
addOrderBy
($expr $expr, [$direction $direction = "ASC"])
-
$expr
$expr
-
$direction
$direction: "ASC" or "DESC"
条件を解析する
unknown_type
assemble
()
group by句の生成
unknown_type
assembleGroupBy
()
having句の生成
unknown_type
assembleHaving
()
order by句の生成
unknown_type
assembleOrderBy
()
where句の生成
unknown_type
assembleWhere
()
条件解析後の式を取得
unknown_type
getGroupByExpression
()
条件解析後の式を取得
unknown_type
getHavingExpression
()
条件解析後の式を取得
unknown_type
getLimit
()
条件解析後の式を取得
unknown_type
getOffset
()
条件解析後の式を取得
unknown_type
getOrderByExpression
()
条件解析後の式を取得(逆ソート)
unknown_type
getOrderByReverseExpression
()
この条件に設定されたパラメータを取得する
unknown_type
getParameters
()
条件解析後の式を取得
unknown_type
getWhereExpression
()
読み取りサイズ 設定
unknown_type
setLimit
($limit $limit)
読み取り開始位置設定
unknown_type
setOffset
($offset $offset)
クエリーに付けるオプション
unknown_type
setQueryOption
($option $option)