%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::acs_sc_impl ::xo::db::sql::acs_sc_impl → delete → get_id → get_name → new ::xo::db::sql::acs_sc_impl->::xotcl::Object

Class ::xo::db::sql::acs_sc_impl

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

Class Relations

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

Methods (to be applied on the object)

  • delete (scripted, public)

     xo::db::sql::acs_sc_impl[i] delete [ -dbn dbn ] \
        -impl_contract_name impl_contract_name  -impl_name impl_name 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -impl_contract_name
    (required)
    -impl_name
    (required)

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

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

     xo::db::sql::acs_sc_impl[i] get_id [ -dbn dbn ] \
        -impl_contract_name impl_contract_name  -impl_name impl_name 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -impl_contract_name
    (required)
    -impl_name
    (required)

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

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

     xo::db::sql::acs_sc_impl[i] get_name [ -dbn dbn ] -impl_id impl_id 

    Automatically generated method

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

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

    Testcases:
    No testcase defined.
    #function_args: {IMPL_ID {}}
    foreach var [list IMPL_ID]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select acs_sc_impl__get_name($_IMPL_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::acs_sc_impl[i] new [ -dbn dbn ] \
        -impl_contract_name impl_contract_name  -impl_name impl_name  \
        -impl_pretty_name impl_pretty_name  \
        -impl_owner_name impl_owner_name  [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -impl_contract_name
    (required)
    -impl_name
    (required)
    -impl_pretty_name
    (required)
    -impl_owner_name
    (required)
    -childof
    (optional)

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

    Testcases:
    No testcase defined.
    #function_args: {IMPL_CONTRACT_NAME {}} {IMPL_NAME {}} {IMPL_PRETTY_NAME {}} {IMPL_OWNER_NAME {}}
    foreach var [list IMPL_CONTRACT_NAME IMPL_NAME IMPL_PRETTY_NAME IMPL_OWNER_NAME]  {
      set varname [string tolower $var]
      if {[info exists $varname]} {
        set $var [set $varname]
        set _$var :$var
      } else {
        set _$var null
      }
    }
    set sql "
    select acs_sc_impl__new($_IMPL_CONTRACT_NAME$_IMPL_NAME$_IMPL_PRETTY_NAME$_IMPL_OWNER_NAME) 
        "
    db_with_handle -dbn $dbn db {
      #ns_log notice "--sql=$sql"
      return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ]
    }