Overview

Namespaces

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

Classes

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

Class OracleBuilder

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

Parameters

$connection
public Illuminate\Database\Schema\Blueprint
# create( string $table, Closure $callback )

Create a new table on the schema.

Create a new table on the schema.

Parameters

$table
$callback

Returns

Illuminate\Database\Schema\Blueprint
protected Illuminate\Database\Schema\Blueprint
# createBlueprint( string $table, Closure $callback = null )

Create a new command set with a Closure.

Create a new command set with a Closure.

Parameters

$table
$callback

Returns

Illuminate\Database\Schema\Blueprint
public Illuminate\Database\Schema\Blueprint
# table( string $table, Closure $callback )

Changes an existing table on the schema.

Changes an existing table on the schema.

Parameters

$table
$callback

Returns

Illuminate\Database\Schema\Blueprint
public Illuminate\Database\Schema\Blueprint
# drop( string $table )

Drop a table from the schema.

Drop a table from the schema.

Parameters

$table

Returns

Illuminate\Database\Schema\Blueprint
public Illuminate\Support\Fluent
# dropIfExists( string $table )

Indicate that the table should be dropped if it exists.

Indicate that the table should be dropped if it exists.

Parameters

$table

Returns

Illuminate\Support\Fluent
public boolean
# hasTable( string $table )

Determine if the given table exists.

Determine if the given table exists.

Parameters

$table

Returns

boolean
public array
# getColumnListing( string $table )

Get the column listing for a given table.

Get the column listing for a given table.

Parameters

$table

Returns

array
Properties summary
public Yajra\Oci8\Schema\OracleAutoIncrementHelper $helper
#
public Yajra\Oci8\Schema\Comment $comment
#
API documentation generated by ApiGen