PHP 클래스 Yajra\Oci8\Schema\Trigger

파일 보기 프로젝트 열기: yajra/laravel-oci8 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$connection Illuminate\Database\Connection | yajra\Oci8\Oci8Connection

공개 메소드들

메소드 설명
__construct ( Connection $connection )
autoIncrement ( string $table, string $column, string $triggerName, string $sequenceName ) : boolean Function to create auto increment trigger for a table.
drop ( string $name ) : boolean Function to safely drop trigger db object.

보호된 메소드들

메소드 설명
wrapValue ( string $value ) : string Wrap value if reserved word.

메소드 상세

__construct() 공개 메소드

public __construct ( Connection $connection )
$connection Illuminate\Database\Connection

autoIncrement() 공개 메소드

Function to create auto increment trigger for a table.
public autoIncrement ( string $table, string $column, string $triggerName, string $sequenceName ) : boolean
$table string
$column string
$triggerName string
$sequenceName string
리턴 boolean

drop() 공개 메소드

Function to safely drop trigger db object.
public drop ( string $name ) : boolean
$name string
리턴 boolean

wrapValue() 보호된 메소드

Wrap value if reserved word.
protected wrapValue ( string $value ) : string
$value string
리턴 string

프로퍼티 상세

$connection 보호되어 있는 프로퍼티

protected Connection,Illuminate\Database|Oci8Connection,Yajra\Oci8 $connection
리턴 Illuminate\Database\Connection | yajra\Oci8\Oci8Connection