Home
last modified time | relevance | path

Searched refs:oracle_list_all_field_table (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/ajax/
H A Dmodule.php646 $fields_tagente_estado = oracle_list_all_field_table('tagente_estado', 'string');
647 $fields_tagente_modulo = oracle_list_all_field_table('tagente_modulo', 'string');
648 $fields_tmodule_group = oracle_list_all_field_table('tmodule_group', 'string');
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/db/
H A Doracle.php1448 function oracle_list_all_field_table($table_name, $return_mode = 'array') { function