DB
[ class tree: DB ] [ index: DB ] [ all elements ]

Element index for package DB

[ c ] [ d ] [ f ] [ g ] [ i ] [ o ] [ r ] [ s ] [ u ]

c

$columns
in file SC_DB_MasterData.php, variable SC_DB_MasterData::$columns
    デフォルトのテーブルカラム名
clearCache
in file SC_DB_MasterData.php, method SC_DB_MasterData::clearCache()
    マスタデータのキャッシュを消去する.
createCache
in file SC_DB_MasterData.php, method SC_DB_MasterData::createCache()
    マスタデータのキャッシュを生成する.
createTableIndex
in file SC_DB_DBFactory_PGSQL.php, method SC_DB_DBFactory_PGSQL::createTableIndex()
    インデックスを作成する.
createTableIndex
in file SC_DB_DBFactory_MYSQL.php, method SC_DB_DBFactory_MYSQL::createTableIndex()
    インデックスを作成する.
createTableIndex
in file SC_DB_DBFactory.php, method SC_DB_DBFactory::createTableIndex()
    インデックスを作成する.
top

d

deleteMasterData
in file SC_DB_MasterData.php, method SC_DB_MasterData::deleteMasterData()
    マスタデータを削除する.
top

f

findTableNames
in file SC_DB_DBFactory_PGSQL.php, method SC_DB_DBFactory_PGSQL::findTableNames()
    テーブルを検索する.
findTableNames
in file SC_DB_DBFactory_MYSQL.php, method SC_DB_DBFactory_MYSQL::findTableNames()
    テーブルを検索する.
findTableNames
in file SC_DB_DBFactory.php, method SC_DB_DBFactory::findTableNames()
    テーブルを検索する.
top

g

getCharSet
in file SC_DB_DBFactory_PGSQL.php, method SC_DB_DBFactory_PGSQL::getCharSet()
    文字コード情報を取得する
getCharSet
in file SC_DB_DBFactory_MYSQL.php, method SC_DB_DBFactory_MYSQL::getCharSet()
    文字コード情報を取得する
getDbMasterData
in file SC_DB_MasterData.php, method SC_DB_MasterData::getDbMasterData()
    DBからマスタデータを取得する.
getDefaultColumnName
in file SC_DB_MasterData.php, method SC_DB_MasterData::getDefaultColumnName()
    デフォルトのカラム名の配列を返す.
getDSN
in file SC_DB_DBFactory.php, method SC_DB_DBFactory::getDSN()
    データソース名を取得する.
getInstance
in file SC_DB_DBFactory.php, method SC_DB_DBFactory::getInstance()
    DB_TYPE に応じた DBFactory インスタンスを生成する.
getMasterData
in file SC_DB_MasterData.php, method SC_DB_MasterData::getMasterData()
    マスタデータを取得する.
getTableExistsSql
in file SC_DB_DBFactory_PGSQL.php, method SC_DB_DBFactory_PGSQL::getTableExistsSql()
    テーブルの存在チェックを行う SQL 文を返す.
getTableExistsSql
in file SC_DB_DBFactory_MYSQL.php, method SC_DB_DBFactory_MYSQL::getTableExistsSql()
    テーブルの存在チェックを行う SQL 文を返す.
getTableExistsSql
in file SC_DB_DBFactory.php, method SC_DB_DBFactory::getTableExistsSql()
    テーブルの存在チェックを行う SQL 文を返す.
getTableIndex
in file SC_DB_DBFactory_MYSQL.php, method SC_DB_DBFactory_MYSQL::getTableIndex()
    インデックスの検索結果を配列で返す.
getTableIndex
in file SC_DB_DBFactory.php, method SC_DB_DBFactory::getTableIndex()
    インデックスの検索結果を配列で返す.
getTableIndex
in file SC_DB_DBFactory_PGSQL.php, method SC_DB_DBFactory_PGSQL::getTableIndex()
    インデックスの検索結果を配列で返す.
top

i

insertMasterData
in file SC_DB_MasterData.php, method SC_DB_MasterData::insertMasterData()
    マスタデータを追加する.
top

o

$objQuery
in file SC_DB_MasterData.php, variable SC_DB_MasterData::$objQuery
    SC_Query インスタンス
top

r

registMasterData
in file SC_DB_MasterData.php, method SC_DB_MasterData::registMasterData()
    マスタデータをDBに追加する.
top

s

SC_DB_DBFactory_MYSQL.php
procedural page SC_DB_DBFactory_MYSQL.php
SC_DB_DBFactory_PGSQL.php
procedural page SC_DB_DBFactory_PGSQL.php
SC_DB_DBFactory.php
procedural page SC_DB_DBFactory.php
SC_DB_MasterData.php
procedural page SC_DB_MasterData.php
SC_DB_DBFactory
in file SC_DB_DBFactory.php, class SC_DB_DBFactory
    DBに依存した処理を抽象化するファクトリークラス.
SC_DB_DBFactory_MYSQL
in file SC_DB_DBFactory_MYSQL.php, class SC_DB_DBFactory_MYSQL
    MySQL 固有の処理をするクラス.
SC_DB_DBFactory_PGSQL
in file SC_DB_DBFactory_PGSQL.php, class SC_DB_DBFactory_PGSQL
    PostgreSQL 固有の処理をするクラス.
SC_DB_MasterData
in file SC_DB_MasterData.php, class SC_DB_MasterData
    マスタデータを扱うクラス.
sfChangeMySQL
in file SC_DB_DBFactory.php, method SC_DB_DBFactory::sfChangeMySQL()
    MySQL 用の SQL 文に変更する.
sfGetColumnList
in file SC_DB_DBFactory_PGSQL.php, method SC_DB_DBFactory_PGSQL::sfGetColumnList()
    テーブルのカラム一覧を取得する.
sfGetColumnList
in file SC_DB_DBFactory_MYSQL.php, method SC_DB_DBFactory_MYSQL::sfGetColumnList()
    テーブルのカラム一覧を取得する.
sfGetColumnList
in file SC_DB_DBFactory.php, method SC_DB_DBFactory::sfGetColumnList()
    テーブルのカラム一覧を取得する.
sfGetDBVersion
in file SC_DB_DBFactory.php, method SC_DB_DBFactory::sfGetDBVersion()
    DBのバージョンを取得する.
sfGetDBVersion
in file SC_DB_DBFactory_PGSQL.php, method SC_DB_DBFactory_PGSQL::sfGetDBVersion()
    DBのバージョンを取得する.
sfGetDBVersion
in file SC_DB_DBFactory_MYSQL.php, method SC_DB_DBFactory_MYSQL::sfGetDBVersion()
    DBのバージョンを取得する.
sfViewWhere
in file SC_DB_DBFactory_MYSQL.php, method SC_DB_DBFactory_MYSQL::sfViewWhere()
    View の WHERE 句を置換する.
top

u

updateMasterData
in file SC_DB_MasterData.php, method SC_DB_MasterData::updateMasterData()
    マスタデータを更新する.
top

Documentation generated on Fri, 24 Feb 2012 13:58:21 +0900 by Seasoft