|
| 属性(const 属性 &other) |
|
属性& | 操作符= (const property &other) |
|
| 属性 ( 属性 && other) noException |
|
属性& | 操作符= (属性&&其他)noException |
|
| 属性 (const Property &) |
|
| property (const std::string &name, type type, bool is_primary_key) |
|
| property (const std::string &name, type type, const std::string &object_name) |
|
| 操作符属性() const |
|
void | set_object_link (const std::string &) |
|
void | set_origin_property_name (const std::string &) |
|
void | set_type (type) |
|
void | set_primary_key (bool) |
|
bool | is_primary () const |
|
std::string | name () const |
|
col_key | colum_key () const |
|