PHP 클래스 Phpmig\Adapter\PDO\SqlOci

저자: omenrpg https://github.com/omenrpg
상속: extends Phpmig\Adapter\PDO\Sql
파일 보기 프로젝트 열기: davedevelopment/phpmig

공개 메소드들

메소드 설명
__construct ( PDO $connection, string $tableName ) Constructor
createSchema ( ) : self Create Schema
down ( Phpmig\Migration\Migration $migration ) : self Down
fetchAll ( ) : array Fetch all
hasSchema ( ) : boolean Does migration table exist in db?
up ( Phpmig\Migration\Migration $migration ) : self Up

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( PDO $connection, string $tableName )
$connection PDO
$tableName string

createSchema() 공개 메소드

Create Schema
public createSchema ( ) : self
리턴 self

down() 공개 메소드

Down
public down ( Phpmig\Migration\Migration $migration ) : self
$migration Phpmig\Migration\Migration
리턴 self

fetchAll() 공개 메소드

Fetch all
public fetchAll ( ) : array
리턴 array

hasSchema() 공개 메소드

Does migration table exist in db?
public hasSchema ( ) : boolean
리턴 boolean

up() 공개 메소드

Up
public up ( Phpmig\Migration\Migration $migration ) : self
$migration Phpmig\Migration\Migration
리턴 self