Changeset 23605 for branches/version-2_13-dev/data/class/SC_SelectSql.php
- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_SelectSql.php
r23546 r23605 63 63 64 64 //-- 範囲検索(○ ~ ○ まで) 65 66 /** 67 * @param string $column 68 */ 65 69 public function selectRange($from, $to, $column) 66 70 { … … 87 91 88 92 //-- 期間検索(○年○月○日か~○年○月○日まで) 93 94 /** 95 * @param string $column 96 */ 89 97 public function selectTermRange($from_year, $from_month, $from_day, $to_year, $to_month, $to_day, $column) 90 98 { … … 127 135 128 136 // checkboxなどで同一カラム内で単一、もしくは複数選択肢が有る場合 例: AND ( sex = xxx OR sex = xxx OR sex = xxx) AND ... 137 138 /** 139 * @param string $ItemStr 140 */ 129 141 public function setItemTerm($arr, $ItemStr) 130 142 { … … 153 165 154 166 // NULL値が必要な場合 167 168 /** 169 * @param string $ItemStr 170 */ 155 171 public function setItemTermWithNull($arr, $ItemStr) 156 172 { … … 248 264 } 249 265 266 /** 267 * @param string $order 268 */ 250 269 public function setOrder($order) 251 270 {
Note: See TracChangeset
for help on using the changeset viewer.
