(Type type)
| 169 | |
| 170 | public String getColName() { return colName_; } |
| 171 | public void setType(Type type) { type_ = type; } |
| 172 | public Type getType() { return type_; } |
| 173 | public TypeDef getTypeDef() { return typeDef_; } |
| 174 | boolean isPrimaryKey() { return isPrimaryKey_; } |
no outgoing calls