MssqlSchema
extends CMssqlSchema
in package
Table of Contents
Methods
- __construct() : mixed
- createTable() : mixed
- getColumnType() : mixed
- getCompositePrimaryKey() : string
- Get composite primary key definition.
Methods
__construct()
public
__construct(mixed $conn) : mixed
Parameters
- $conn : mixed
createTable()
public
createTable(mixed $table, mixed $columns[, mixed $options = null ]) : mixed
Parameters
- $table : mixed
- $columns : mixed
- $options : mixed = null
getColumnType()
public
getColumnType(mixed $type) : mixed
Parameters
- $type : mixed
getCompositePrimaryKey()
Get composite primary key definition.
public
getCompositePrimaryKey(array<string|int, mixed> $columns) : string
Parameters
- $columns : array<string|int, mixed>