- Timestamp:
- 2007/09/13 12:53:39 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/db/SC_DB_DBFactory.php
r15532 r15692 15 15 * @package DB 16 16 * @author LOCKON CO.,LTD. 17 * @version $Id $17 * @version $Id:SC_DB_DBFactory.php 15532 2007-08-31 14:39:46Z nanasess $ 18 18 */ 19 19 class SC_DB_DBFactory { … … 109 109 */ 110 110 function sfGetColumnList($table_name) { return array(); } 111 112 /** 113 * テーブルを検索する. 114 * 115 * 引数に部分一致するテーブル名を配列で返す. 116 * 117 * @param string $expression 検索文字列 118 * @return array テーブル名の配列 119 */ 120 function findTableNames($expression) { return array(); } 111 121 } 112 122 ?>
Note: See TracChangeset
for help on using the changeset viewer.
