- Timestamp:
- 2012/09/06 02:38:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/db/SC_DB_DBFactory.php
r21867 r22019 169 169 function initObjQuery(SC_Query &$objQuery) { 170 170 } 171 172 /** 173 * テーブル一覧を取得する 174 * 175 * @return array テーブル名の配列 176 */ 177 function listTables(SC_Query &$objQuery) { 178 $objManager =& $objQuery->conn->loadModule('Manager'); 179 return $objManager->listTables(); 180 } 171 181 }
Note: See TracChangeset
for help on using the changeset viewer.