Overview

Namespaces

  • None
  • Yajra
    • Oci8
      • Connectors
      • Eloquent
      • Query
        • Grammars
        • Processors
      • Schema
        • Grammars

Classes

  • Comment
  • OracleAutoIncrementHelper
  • OracleBlueprint
  • OracleBuilder
  • Sequence
  • Trigger
  • Overview
  • Namespace
  • Class

Class Trigger

Namespace: Yajra\Oci8\Schema
Located at Oci8/Schema/Trigger.php
Methods summary
public
# __construct( Illuminate\Database\Connection $connection )

Parameters

$connection
public boolean
# autoIncrement( string $table, string $column, string $triggerName, string $sequenceName )

function to create auto increment trigger for a table

function to create auto increment trigger for a table

Parameters

$table
$column
$triggerName
$sequenceName

Returns

boolean
public boolean
# drop( string $name )

function to safely drop trigger db object

function to safely drop trigger db object

Parameters

$name

Returns

boolean
Properties summary
protected Illuminate\Database\Connection $connection
#
API documentation generated by ApiGen