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

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

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

Свойство Тип Описание
$comment string Table comment.
$commentColumns array Column comments

Защищенные свойства (Protected)

Свойство Тип Описание
$prefix string Database prefix variable.

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

Метод Описание
nvarchar2 ( string $column, integer $length = 255 ) : Illuminate\Support\Fluent Create a new nvarchar2 column on the table.
setTablePrefix ( string $prefix = '' ) Set table prefix settings.

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

Метод Описание
createIndexName ( string $type, array $columns ) : string Create a default index name for the table.

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

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

Create a default index name for the table.
protected createIndexName ( string $type, array $columns ) : string
$type string
$columns array
Результат string

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

Create a new nvarchar2 column on the table.
public nvarchar2 ( string $column, integer $length = 255 ) : Illuminate\Support\Fluent
$column string
$length integer
Результат Illuminate\Support\Fluent

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

Set table prefix settings.
public setTablePrefix ( string $prefix = '' )
$prefix string

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

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

Table comment.
public string $comment
Результат string

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

Column comments
public array $commentColumns
Результат array

$prefix защищенное свойство

Database prefix variable.
protected string $prefix
Результат string