PHP Класс Yajra\Oci8\Schema\OracleBuilder

Наследование: extends Illuminate\Database\Schema\Builder
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$comment Comment
$helper OracleAutoIncrementHelper

Открытые методы

Метод Описание
__construct ( Connection $connection )
create ( string $table, Closure $callback ) : Illuminate\Database\Schema\Blueprint Create a new table on the schema.
drop ( string $table ) : Illuminate\Database\Schema\Blueprint Drop a table from the schema.
dropIfExists ( string $table ) : Illuminate\Support\Fluent Indicate that the table should be dropped if it exists.
getColumnListing ( string $table ) : array Get the column listing for a given table.
hasTable ( string $table ) : boolean Determine if the given table exists.
table ( string $table, Closure $callback ) : Illuminate\Database\Schema\Blueprint Changes an existing table on the schema.

Защищенные методы

Метод Описание
createBlueprint ( string $table, Closure $callback = null ) : Illuminate\Database\Schema\Blueprint Create a new command set with a Closure.

Описание методов

__construct() публичный Метод

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

create() публичный Метод

Create a new table on the schema.
public create ( string $table, Closure $callback ) : Illuminate\Database\Schema\Blueprint
$table string
$callback Closure
Результат Illuminate\Database\Schema\Blueprint

createBlueprint() защищенный Метод

Create a new command set with a Closure.
protected createBlueprint ( string $table, Closure $callback = null ) : Illuminate\Database\Schema\Blueprint
$table string
$callback Closure
Результат Illuminate\Database\Schema\Blueprint

drop() публичный Метод

Drop a table from the schema.
public drop ( string $table ) : Illuminate\Database\Schema\Blueprint
$table string
Результат Illuminate\Database\Schema\Blueprint

dropIfExists() публичный Метод

Indicate that the table should be dropped if it exists.
public dropIfExists ( string $table ) : Illuminate\Support\Fluent
$table string
Результат Illuminate\Support\Fluent

getColumnListing() публичный Метод

Get the column listing for a given table.
public getColumnListing ( string $table ) : array
$table string
Результат array

hasTable() публичный Метод

Determine if the given table exists.
public hasTable ( string $table ) : boolean
$table string
Результат boolean

table() публичный Метод

Changes an existing table on the schema.
public table ( string $table, Closure $callback ) : Illuminate\Database\Schema\Blueprint
$table string
$callback Closure
Результат Illuminate\Database\Schema\Blueprint

Описание свойств

$comment публичное свойство

public Comment,Yajra\Oci8\Schema $comment
Результат Comment

$helper публичное свойство

public OracleAutoIncrementHelper,Yajra\Oci8\Schema $helper
Результат OracleAutoIncrementHelper