xo::ProtocolHandler instproc unknown (private)

 <instance of xo::ProtocolHandler[i]> unknown method args \
    [ args... ]

Defined in packages/xotcl-core/tcl/50-protocol-handler-procs.tcl

Return connection information similar to ad_conn

Parameters:
method
args

Partial Call Graph (max 5 caller/called nodes):
%3 ad_conn ad_conn (public) xo::ProtocolHandler instproc unknown xo::ProtocolHandler instproc unknown xo::ProtocolHandler instproc unknown->ad_conn

Testcases:
No testcase defined.
Source code:
:log "--[self class] unknown called with '$method' <$args>"
switch -- [llength $args] {
  0 {
    if {[info exists :$method]} {
      return ${:method}
    }
    return [ad_conn $method]
  }
  1 {set :method $args}
  default {:log "--[self class] ignoring <$method> <$args>"}
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: