%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::acs_attribute ::xo::db::sql::acs_attribute → add_description → create_attribute → drop_attribute → drop_description ::xo::db::sql::acs_attribute->::xotcl::Object

Class ::xo::db::sql::acs_attribute

::xo::db::sql::acs_attribute[i] create ...

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]

Methods (to be applied on the object)

  • add_description (scripted, public)

     xo::db::sql::acs_attribute[i] add_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):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_attribute proc add_description xo::db::sql::acs_attribute proc add_description xo::db::sql::acs_attribute proc add_description->db_with_handle

    Testcases:
    No testcase defined.
  • create_attribute (scripted, public)

     xo::db::sql::acs_attribute[i] create_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):
    %3 test_xotcl_core_tutorial_2 xotcl_core_tutorial_2 (test xotcl-core) xo::db::sql::acs_attribute proc create_attribute xo::db::sql::acs_attribute proc create_attribute test_xotcl_core_tutorial_2->xo::db::sql::acs_attribute proc create_attribute db_with_handle db_with_handle (public) xo::db::sql::acs_attribute proc create_attribute->db_with_handle

    Testcases:
    xotcl_core_tutorial_2
  • drop_attribute (scripted, public)

     xo::db::sql::acs_attribute[i] drop_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):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_attribute proc drop_attribute xo::db::sql::acs_attribute proc drop_attribute xo::db::sql::acs_attribute proc drop_attribute->db_with_handle

    Testcases:
    No testcase defined.
  • drop_description (scripted, public)

     xo::db::sql::acs_attribute[i] drop_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):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_attribute proc drop_description xo::db::sql::acs_attribute proc drop_description xo::db::sql::acs_attribute proc drop_description->db_with_handle

    Testcases:
    No testcase defined.