메소드 | 설명 | |
---|---|---|
GetIdentifier ( ) : string | The value identifier for the column. | |
GetName ( ) : string | Gets the name of the column. | |
GetTable ( ) : Storm\Core\Relational\ITable | null | ||
HasTable ( ) : boolean | ||
IsPrimaryKey ( ) : boolean | Whether or not the column is a primary key | |
SetName ( string $Name ) : void | Sets the name of the column. | |
SetTable ( Storm\Core\Relational\ITable $Table = null ) : void | Set the parent table. | |
ToPersistenceValue ( $Value ) | ||
ToPropertyValue ( $Value ) |
public GetIdentifier ( ) : string | ||
리턴 | string | The identifier |
public IsPrimaryKey ( ) : boolean | ||
리턴 | boolean |