public class TableColumnMeta extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getComments() |
List<ForeignKeyMeta> |
getForeignKeys() |
String |
getName() |
boolean |
isAllExcluded() |
boolean |
isExcluded() |
boolean |
isImpliedChildrenDisabled() |
boolean |
isImpliedParentsDisabled() |
boolean |
isPrimary() |
public String getName()
public String getComments()
public boolean isPrimary()
public List<ForeignKeyMeta> getForeignKeys()
public boolean isExcluded()
public boolean isAllExcluded()
public boolean isImpliedParentsDisabled()
public boolean isImpliedChildrenDisabled()
Copyright © 2016. All Rights Reserved.