프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 |