Свойство | Тип | Описание | |
---|---|---|---|
$columns | column metadata of this index. Each array element is a ColumnSchema object, indexed by column names. | ||
$isRuntime | whether this index is a runtime index. | ||
$name | name of this index. | ||
$primaryKey | primary key of this index. | ||
$type | type of the index. |
Метод | Описание | |
---|---|---|
getColumn ( string $name ) : |
Gets the named column metadata. | |
getColumnNames ( ) : array | Returns the names of all columns in this table. |
public getColumnNames ( ) : array | ||
Результат | array | list of column names |
public $columns |