Class ::xo::db::sql::acs_rel_type

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

Class Relations

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

Methods (to be applied on the object)

  • create_role (scripted, public)

     xo::db::sql::acs_rel_type[i] create_role [ -dbn dbn ] -role role  \
        [ -pretty_name pretty_name ] [ -pretty_plural pretty_plural ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -role
    (required)
    -pretty_name
    (optional)
    -pretty_plural
    (optional)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_rel_type proc create_role xo::db::sql::acs_rel_type proc create_role xo::db::sql::acs_rel_type proc create_role->db_with_handle

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

     xo::db::sql::acs_rel_type[i] create_type [ -dbn dbn ] -rel_type rel_type  \
        -pretty_name pretty_name  -pretty_plural pretty_plural  \
        [ -supertype supertype ] -table_name table_name  \
        -id_column id_column  -package_name package_name  \
        -object_type_one object_type_one  [ -role_one role_one ] \
        -min_n_rels_one min_n_rels_one  -max_n_rels_one max_n_rels_one  \
        -object_type_two object_type_two  [ -role_two role_two ] \
        -min_n_rels_two min_n_rels_two  -max_n_rels_two max_n_rels_two  \
        [ -composable_p composable_p ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -rel_type
    (required)
    -pretty_name
    (required)
    -pretty_plural
    (required)
    -supertype
    (defaults to "relationship") (optional)
    -table_name
    (required)
    -id_column
    (required)
    -package_name
    (required)
    -object_type_one
    (required)
    -role_one
    (optional)
    -min_n_rels_one
    (required)
    -max_n_rels_one
    (required)
    -object_type_two
    (required)
    -role_two
    (optional)
    -min_n_rels_two
    (required)
    -max_n_rels_two
    (required)
    -composable_p
    (defaults to "t") (optional)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_rel_type proc create_type xo::db::sql::acs_rel_type proc create_type xo::db::sql::acs_rel_type proc create_type->db_with_handle

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

     xo::db::sql::acs_rel_type[i] drop_role [ -dbn dbn ] -role role 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -role
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_rel_type proc drop_role xo::db::sql::acs_rel_type proc drop_role xo::db::sql::acs_rel_type proc drop_role->db_with_handle

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

     xo::db::sql::acs_rel_type[i] drop_type [ -dbn dbn ] -rel_type rel_type  \
        [ -cascade_p cascade_p ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -rel_type
    (required)
    -cascade_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_rel_type proc drop_type xo::db::sql::acs_rel_type proc drop_type xo::db::sql::acs_rel_type proc drop_type->db_with_handle

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

     xo::db::sql::acs_rel_type[i] role_pretty_name [ -dbn dbn ] -role role 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -role
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_rel_type proc role_pretty_name xo::db::sql::acs_rel_type proc role_pretty_name xo::db::sql::acs_rel_type proc role_pretty_name->db_with_handle

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

     xo::db::sql::acs_rel_type[i] role_pretty_plural [ -dbn dbn ] -role role 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -role
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_rel_type proc role_pretty_plural xo::db::sql::acs_rel_type proc role_pretty_plural xo::db::sql::acs_rel_type proc role_pretty_plural->db_with_handle

    Testcases:
    No testcase defined.