tsearch2_driver::install::register_fts_impl (private)

 tsearch2_driver::install::register_fts_impl

Defined in packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl

Register FtsEngineDriver service contract implementation

Returns:
Error:
Author:
Dave Bauer <dave@thedesignexperience.org>
Created:
2004-06-05

Partial Call Graph (max 5 caller/called nodes):
%3 tsearch2_driver::install::package_install tsearch2_driver::install::package_install (private) tsearch2_driver::install::register_fts_impl tsearch2_driver::install::register_fts_impl tsearch2_driver::install::package_install->tsearch2_driver::install::register_fts_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) tsearch2_driver::install::register_fts_impl->acs_sc::impl::new_from_spec

Testcases:
No testcase defined.
Source code:

    set spec {
        name "tsearch2-driver"
        aliases {
            search tsearch2::search
            index tsearch2::index
            unindex tsearch2::unindex
            update_index tsearch2::index
            summary tsearch2::summary
            info tsearch2::driver_info
        }
        contract_name "FtsEngineDriver"
        owner "tsearch2-driver"
    }

    acs_sc::impl::new_from_spec -spec $spec
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: