%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::composition_rel ::xo::db::sql::composition_rel → check_index → check_path_exists_p → check_representation → delete → new ::xo::db::sql::composition_rel->::xotcl::Object

Class ::xo::db::sql::composition_rel

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

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]
::xo::db::Class create ::xo::db::sql::composition_rel \
     -superclass ::xotcl::Object

Methods (to be applied on the object)

  • check_index (scripted, public)

     xo::db::sql::composition_rel[i] check_index [ -dbn dbn ] \
        -component_id component_id  -container_id container_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -component_id
    (required)
    -container_id
    (required)

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

    Testcases:
    No testcase defined.
    #function_args: {COMPONENT_ID {}} {CONTAINER_ID {}}
    foreach var [list COMPONENT_ID CONTAINER_ID]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select composition_rel__check_index($_COMPONENT_ID$_CONTAINER_ID) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }
  • check_path_exists_p (scripted, public)

     xo::db::sql::composition_rel[i] check_path_exists_p [ -dbn dbn ] \
        -component_id component_id  -container_id container_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -component_id
    (required)
    -container_id
    (required)

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

    Testcases:
    No testcase defined.
    #function_args: {COMPONENT_ID {}} {CONTAINER_ID {}}
    foreach var [list COMPONENT_ID CONTAINER_ID]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select composition_rel__check_path_exists_p($_COMPONENT_ID$_CONTAINER_ID) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }
  • check_representation (scripted, public)

     xo::db::sql::composition_rel[i] check_representation [ -dbn dbn ] \
        -rel_id rel_id 

    Automatically generated method

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

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

    Testcases:
    No testcase defined.
    #function_args: {REL_ID {}}
    foreach var [list REL_ID]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select composition_rel__check_representation($_REL_ID) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }
  • delete (scripted, public)

     xo::db::sql::composition_rel[i] delete [ -dbn dbn ] -rel_id rel_id 

    Automatically generated method

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

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

    Testcases:
    No testcase defined.
    #function_args: {REL_ID {}}
    foreach var [list REL_ID]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select composition_rel__delete($_REL_ID) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }
  • new (scripted, public)

     xo::db::sql::composition_rel[i] new [ -dbn dbn ] [ -rel_id rel_id ] \
        [ -rel_type rel_type ] -object_id_one object_id_one  \
        -object_id_two object_id_two  [ -creation_user creation_user ] \
        [ -creation_ip creation_ip ] [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -rel_id
    (optional)
    -rel_type
    (defaults to "composition_rel") (optional)
    -object_id_one
    (required)
    -object_id_two
    (required)
    -creation_user
    (optional)
    -creation_ip
    (optional)
    -childof
    (optional)

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

    Testcases:
    No testcase defined.
    #function_args: {REL_ID null} {REL_TYPE composition_rel} {OBJECT_ID_ONE {}} {OBJECT_ID_TWO {}} {CREATION_USER null} {CREATION_IP null}
    foreach var [list REL_ID REL_TYPE OBJECT_ID_ONE OBJECT_ID_TWO CREATION_USER CREATION_IP]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select composition_rel__new($_REL_ID$_REL_TYPE$_OBJECT_ID_ONE$_OBJECT_ID_TWO$_CREATION_USER$_CREATION_IP) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }