PHP 클래스 Fakerino\Core\Database\DoctrineLayer

저자: Nicola Pietroluongo ([email protected])
상속: implements Fakerino\Core\Database\DbInterface
파일 보기 프로젝트 열기: fakerino/fakerino 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$conn * @var \Doctrine\DBAL\DriverManager

공개 메소드들

메소드 설명
__construct ( array | null $databaseConfig )
connect ( )
getColumnLength ( $num )
getColumnName ( $num )
getColumnType ( $num )
getFakeType ( $columnType )
getTotalColumns ( )
insert ( DbRowEntity $rows )
isColumnAutoincrement ( $num )
setTable ( $tableName )

메소드 상세

__construct() 공개 메소드

public __construct ( array | null $databaseConfig )
$databaseConfig array | null

connect() 공개 메소드

public connect ( )

getColumnLength() 공개 메소드

public getColumnLength ( $num )

getColumnName() 공개 메소드

public getColumnName ( $num )

getColumnType() 공개 메소드

public getColumnType ( $num )

getFakeType() 공개 메소드

public getFakeType ( $columnType )

getTotalColumns() 공개 메소드

public getTotalColumns ( )

insert() 공개 메소드

public insert ( DbRowEntity $rows )
$rows DbRowEntity

isColumnAutoincrement() 공개 메소드

public isColumnAutoincrement ( $num )

setTable() 공개 메소드

public setTable ( $tableName )

프로퍼티 상세

$conn 공개적으로 정적으로 프로퍼티

* @var \Doctrine\DBAL\DriverManager
public static $conn