Replication
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- authorityValidation() : mixed
- buildCreateTableSql() : string
- テーブル作成クエリの組み立て
- buildInsertSql() : void
- データ投入sqlの組み立て
- dropAllTables() : void
- 全テーブルの削除
- dropCashTable() : void
- 一時テーブルの削除
- getTableList() : array<string|int, mixed>
- 全テーブルの取得
- renameAllTable() : void
- 全テーブルのリネーム
- rewriteDomain() : void
- ドメインの書き換え
Properties
$db
protected
Base
$db
$dbName
protected
string
$dbName
$dsn
protected
array<string|int, mixed>
$dsn
Methods
__construct()
public
__construct([mixed $dsn = null ]) : mixed
Parameters
- $dsn : mixed = null
authorityValidation()
public
authorityValidation() : mixed
Tags
buildCreateTableSql()
テーブル作成クエリの組み立て
public
buildCreateTableSql() : string
Return values
stringbuildInsertSql()
データ投入sqlの組み立て
public
buildInsertSql(string $table, resource &$handle) : void
Parameters
- $table : string
- $handle : resource
dropAllTables()
全テーブルの削除
public
dropAllTables() : void
dropCashTable()
一時テーブルの削除
public
dropCashTable() : void
getTableList()
全テーブルの取得
public
getTableList() : array<string|int, mixed>
Return values
array<string|int, mixed>renameAllTable()
全テーブルのリネーム
public
renameAllTable() : void
rewriteDomain()
ドメインの書き換え
public
rewriteDomain(string $new_domain, string $name) : void
Parameters
- $new_domain : string
- $name : string