".__("om_vues"); if(!isset($premier)) $premier=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (!isset($idxformulaire)) { $idxformulaire = ''; } if (!isset($tricol)) { $tricol = ''; } if (!isset($valide)) { $valide = ''; } // FROM $table = DB_PREFIXE."om_vues"; // SELECT $champAffiche = array( 'om_vues.table_name as "'.__("table_name").'"', 'om_vues.table_schema as "'.__("table_schema").'"', ); // $champNonAffiche = array( 'om_vues.view_definition as "'.__("view_definition").'"', ); // $champRecherche = array( 'om_vues.table_name as "'.__("table_name").'"', 'om_vues.table_schema as "'.__("table_schema").'"', ); $tri="ORDER BY om_vues.table_schema ASC NULLS LAST"; $edition="om_vues"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = "";