- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::acs_attribute
::xo::db::sql::acs_attributecreate ...
Class Relations
Methods (to be applied on the object)
add_description (scripted, public)
xo::db::sql::acs_attributeadd_description [ -dbn dbn ] \ -object_type object_type -attribute_name attribute_name \ -description_key description_key -description description
Automatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- -attribute_name
(required)- -description_key
(required)- -description
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
create_attribute (scripted, public)
xo::db::sql::acs_attributecreate_attribute [ -dbn dbn ] \ -object_type object_type -attribute_name attribute_name \ -datatype datatype -pretty_name pretty_name \ [ -pretty_plural pretty_plural ] [ -table_name table_name ] \ [ -column_name column_name ] [ -default_value default_value ] \ [ -min_n_values min_n_values ] [ -max_n_values max_n_values ] \ [ -sort_order sort_order ] [ -storage storage ] \ [ -static_p static_p ] [ -create_column_p create_column_p ] \ [ -database_type database_type ] [ -size size ] [ -null_p null_p ] \ [ -references references ] [ -check_expr check_expr ] \ [ -column_spec column_spec ]
Automatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- -attribute_name
(required)- -datatype
(required)- -pretty_name
(required)- -pretty_plural
(optional)- -table_name
(optional)- -column_name
(optional)- -default_value
(optional)- -min_n_values
(defaults to"1"
) (optional)- -max_n_values
(defaults to"1"
) (optional)- -sort_order
(optional)- -storage
(defaults to"type_specific"
) (optional)- -static_p
(defaults to"f"
) (optional)- -create_column_p
(defaults to"f"
) (optional)- -database_type
(optional)- -size
(optional)- -null_p
(defaults to"t"
) (optional)- -references
(optional)- -check_expr
(optional)- -column_spec
(optional)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- xotcl_core_tutorial_2
drop_attribute (scripted, public)
xo::db::sql::acs_attributedrop_attribute [ -dbn dbn ] \ -object_type object_type -attribute_name attribute_name \ [ -drop_column_p drop_column_p ]
Automatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- -attribute_name
(required)- -drop_column_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
drop_description (scripted, public)
xo::db::sql::acs_attributedrop_description [ -dbn dbn ] \ -object_type object_type -attribute_name attribute_name \ -description_key description_key
Automatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- -attribute_name
(required)- -description_key
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables