source: branches/feature-module-update/data/class/db/dbfactory/SC_DB_DBFactory_PGSQL.php @ 15123

Revision 15123, 609 bytes checked in by nanasess, 17 years ago (diff)

db パッケージ追加(クラス定義のみ)

  • Property charset set to UTF-8'
  • Property svn:keywords set to Id Revision Date
  • Property svn:mime-type set to 'application/x-httpd-php
Line 
1<?php
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7
8
9// {{{ requires
10require_once(CLASS_PATH . "db/SC_DB_DBFactory.php");
11
12/**
13 * PostgreSQL 固有の処理をするクラス.
14 *
15 * このクラスを直接インスタンス化しないこと.
16 * 必ず SC_DB_DBFactory クラスを経由してインスタンス化する.
17 * また, SC_DB_DBFactory クラスの関数を必ずオーバーライドしている必要がある.
18 *
19 * @package DB
20 * @author LOCKON CO.,LTD.
21 * @version $Id$
22 */
23class SC_DB_DBFactory_PGSQL extends SC_DB_DBFactory {
24
25}
26?>
Note: See TracBrowser for help on using the repository browser.