Exemple #1
0
 public static function getTablePrimaryKeys($table)
 {
     return Queries::getTablePrimaryKeys($table);
 }