Difference between revisions of "FR/Documentation/HSQLDB Guide/TDM"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Exemples)
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Table des matières==
+
{{DISPLAYTITLE:Guide de l'utilisateur HSQLDB: Table des matières}}
 +
<div style="float:right; background-color:lightyellow; border: 2px solid black; margin:0 1em 0 0.5em; padding:0 0.3em 0 0.3em; ">
 +
__TOC__
 +
</div>
  
===[[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Chapitre_1._Installer_et_utiliser_Hsqldb|Chapitre 1. Installer et utiliser Hsqldb]]===
+
'''Guide de l'utilisateur HSQLDB'''
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Introduction|Introduction]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Outils_d.27.C3.A9x.C3.A9cution|Outils d'éxécution]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Ex.C3.A9cution_de_Hsqldb|Exécution de Hsqldb]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Modes_de_serveur|Modes de serveur]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Serveur_Hsqldb|Serveur Hsqldb]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Serveur_Web_Hsqldb|Serveur Web Hsqldb]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Servlet_Hsqldb|Servlet Hsqldb]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Mode_.C2.AB_In-Process_.C2.BB_.28Stand-alone.29|Mode « In-Process » (Stand-alone)]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Bases_de_donn.C3.A9es_en_m.C3.A9moire_seule|Bases de données en mémoire seule]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#G.C3.A9n.C3.A9ralit.C3.A9s|Généralités]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Fermer_la_base_de_donn.C3.A9es|Fermer la base de données]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Utiliser_de_multiples_bases_de_donn.C3.A9es_dans_une_machine_virtuelle_Java|Utiliser de multiples bases de données dans une machine virtuelle Java]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Cr.C3.A9er_une_nouvelle_base_de_donn.C3.A9es|Créer une nouvelle base de données]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Utiliser_le_moteur_de_la_base_de_donn.C3.A9es|Utiliser le moteur de la base de données]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Les_diff.C3.A9rents_types_de_tables|Les différents types de tables]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Contraintes_et_Index|Contraintes et Index]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Prise_en_charge_du_SQL|Prise en charge du SQL]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch01#Prise_en_charge_de_JDBC|Prise en charge de JDBC]]
+
  
'''[http://hsqldb.org/doc/guide/ch01.html Chapter 1. Running and Using Hsqldb] - Link to Original Documentation'''
+
Aller à la [[FR/Documentation/HSQLDB_Guide|Page d'accueil]].
  
=== [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02|Chapitre 2. Problèmes liés au SQL]] ===
+
Pour éditer cette page, soyez certain d'avoir lu la section [[FR/Documentation/HSQLDB_Guide/aPropos#Balisage|Balisage]].
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#But_de_ce_document|But de ce document]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Support_du_standard_SQL|Support du standard SQL]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Contraintes_et_Index|Contraintes et Index]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Contraintes_de_clefs_primaires|Contraintes de clefs primaires]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Contrainte_UNIQUE|Contrainte UNIQUE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Index_uniques|Index uniques]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Cl.C3.A9s_externes|Clés externes]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Index_et_vitesse_d.27ex.C3.A9cution_des_requ.C3.AAtes|Index et vitesse d'exécution des requêtes]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Condition_Where_ou_jointure_.3F|Condition Where ou jointure ?]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Sous-requ.C3.AAtes_et_Jointures|Sous-requêtes et Jointures]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Types_de_champs_et_op.C3.A9rations_arithm.C3.A9tiques|Types de champs et opérations arithmétiques]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Les_nombres_entiers|Les nombres entiers]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Autres_types_num.C3.A9riques|Autres types numériques]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Les_types_Bit_et_Boolean|Les types Bit et Boolean]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Stockage_et_manipulation_des_objets_Java|Stockage et manipulation des objets Java]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Caract.C3.A9ristiques_de_taille.2C_de_pr.C3.A9cision_et_d.27.C3.A9chelle|Caractéristiques de taille, de précision et d'échelle]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#S.C3.A9quences_et_Identity|Séquences et Identity]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Champs_Identifiants_auto-incr.C3.A9ment.C3.A9s|Champs Identifiants auto-incrémentés]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#S.C3.A9quences|Séquences]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Probl.C3.A8mes_avec_les_transactions|Problèmes avec les transactions]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch02#Nouvelles_fonctionnalit.C3.A9s_et_changements|Nouvelles fonctionnalités et changements]]
+
  
'''[http://hsqldb.org/doc/guide/ch02.html Chapter 2. SQL Issues] - Link to Original Documentation'''
+
Pour en savoir plus allez voir la page [[FR/Documentation/HSQLDB_Guide/aPropos|A propos...]]
  
=== [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch04|Chapitre 4. Considérations avancées]] ===
+
==[[FR/Documentation/HSQLDB_Guide/ch01#Chapitre_1._Installer_et_utiliser_Hsqldb|Chapitre 1. Installer et utiliser HSQLDB]]==
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch04#But_de_ce_document|But de ce document]]
+
* [[FR/Documentation/HSQLDB_Guide/ch01#Introduction|Introduction]] (Première traduction)
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch04#Connexions|Connexions]]
+
* [[FR/Documentation/HSQLDB_Guide/ch01#Outils_d.27.C3.A9x.C3.A9cution|Outils d'éxécution]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch04#Propri.C3.A9t.C3.A9s_de_Connexion|Propriétés de Connexion]]
+
* [[FR/Documentation/HSQLDB_Guide/ch01#Ex.C3.A9cution_de_Hsqldb|Exécution de Hsqldb]] (Première traduction)
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch04#Fichiers_de_propri.C3.A9t.C3.A9s|Fichiers de propriétés]]
+
* [[FR/Documentation/HSQLDB_Guide/ch01#Modes_de_serveur|Modes de serveur]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch04#Les_propri.C3.A9t.C3.A9s_de_Serveur_et_de_Serveur_Web|Les propriétés de Serveur et de Serveur Web]]
+
** [[FR/Documentation/HSQLDB_Guide/ch01#Serveur_Hsqldb|Serveur Hsqldb]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch04#D.C3.A9marrer_un_serveur_depuis_votre_application|Démarrer un serveur depuis votre application]]
+
** [[FR/Documentation/HSQLDB_Guide/ch01#Serveur_Web_Hsqldb|Serveur Web Hsqldb]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch04#Propri.C3.A9t.C3.A9s_d.27une_base_de_donn.C3.A9es_individuelle|Propriétés d'une base de données individuelle]]
+
** [[FR/Documentation/HSQLDB_Guide/ch01#Servlet_Hsqldb|Servlet Hsqldb]] (Première traduction)
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch04#Commandes_SQL_pour_les_propri.C3.A9t.C3.A9s_de_base_de_donn.C3.A9es|Commandes SQL pour les propriétés de base de données]]
+
** [[FR/Documentation/HSQLDB_Guide/ch01#Mode_.C2.AB_In-Process_.C2.BB_.28Stand-alone.29|Mode « In-Process » (Stand-alone)]] (Difficulté)
 +
** [[FR/Documentation/HSQLDB_Guide/ch01#Bases_de_donn.C3.A9es_en_m.C3.A9moire_seule|Bases de données en mémoire seule]] (Première traduction)
 +
* [[FR/Documentation/HSQLDB_Guide/ch01#G.C3.A9n.C3.A9ralit.C3.A9s|Généralités]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch01#Fermer_la_base_de_donn.C3.A9es|Fermer la base de données]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch01#Utiliser_de_multiples_bases_de_donn.C3.A9es_dans_une_machine_virtuelle_Java|Utiliser de multiples bases de données dans une machine virtuelle Java]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch01#Cr.C3.A9er_une_nouvelle_base_de_donn.C3.A9es|Créer une nouvelle base de données]] (Première traduction)
 +
* [[FR/Documentation/HSQLDB_Guide/ch01#Utiliser_le_moteur_de_la_base_de_donn.C3.A9es|Utiliser le moteur de la base de données]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch01#Les_diff.C3.A9rents_types_de_tables|Les différents types de tables]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch01#Contraintes_et_Index|Contraintes et Index]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch01#Prise_en_charge_du_SQL|Prise en charge du SQL]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch01#Prise_en_charge_de_JDBC|Prise en charge de JDBC]] (Première traduction)
 +
 
 +
[http://hsqldb.org/doc/guide/ch01.html Documentation anglaise originale]
 +
 
 +
== [[FR/Documentation/HSQLDB_Guide/ch02|Chapitre 2. Problèmes liés au SQL]] ==
 +
*[[FR/Documentation/HSQLDB_Guide/ch02#But_de_ce_document|But de ce document]] (Première traduction)
 +
*[[FR/Documentation/HSQLDB_Guide/ch02#Support_du_standard_SQL|Support du standard SQL]] (Première traduction)
 +
*[[FR/Documentation/HSQLDB_Guide/ch02#Contraintes_et_Index|Contraintes et Index]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Contraintes_de_clefs_primaires|Contraintes de clefs primaires]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Contrainte_UNIQUE|Contrainte UNIQUE]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Index_uniques|Index uniques]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Cl.C3.A9s_externes|Clés externes]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Index_et_vitesse_d.27ex.C3.A9cution_des_requ.C3.AAtes|Index et vitesse d'exécution des requêtes]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Condition_Where_ou_jointure_.3F|Condition Where ou jointure ?]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Sous-requ.C3.AAtes_et_Jointures|Sous-requêtes et Jointures]] (Première traduction)
 +
*[[FR/Documentation/HSQLDB_Guide/ch02#Types_de_champs_et_op.C3.A9rations_arithm.C3.A9tiques|Types de champs et opérations arithmétiques]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Les_nombres_entiers|Les nombres entiers]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Autres_types_num.C3.A9riques|Autres types numériques]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Les_types_Bit_et_Boolean|Les types Bit et Boolean]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Stockage_et_manipulation_des_objets_Java|Stockage et manipulation des objets Java]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Caract.C3.A9ristiques_de_taille.2C_de_pr.C3.A9cision_et_d.27.C3.A9chelle|Caractéristiques de taille, de précision et d'échelle]] (Première traduction)
 +
*[[FR/Documentation/HSQLDB_Guide/ch02#S.C3.A9quences_et_Identity|Séquences et Identity]] (Première traduction)
 +
** [[FR/Documentation/HSQLDB_Guide/ch02#Champs_Identifiants_auto-incr.C3.A9ment.C3.A9s|Champs Identifiants auto-incrémentés]] (Première traduction)
 +
**[[FR/Documentation/HSQLDB_Guide/ch02#S.C3.A9quences|Séquences]] (Première traduction)
 +
*[[FR/Documentation/HSQLDB_Guide/ch02#Probl.C3.A8mes_avec_les_transactions|Problèmes avec les transactions]] (Première traduction)
 +
*[[FR/Documentation/HSQLDB_Guide/ch02#Nouvelles_fonctionnalit.C3.A9s_et_changements|Nouvelles fonctionnalités et changements]] (Première traduction)
 +
[http://hsqldb.org/doc/guide/ch02.html Documentation anglaise originale]
 +
 
 +
== [[FR/Documentation/HSQLDB_Guide/ch03|Chapitre 3. Démarrage rapide sous UNIX]] ==
 +
*[[FR/Documentation/HSQLDB_Guide/ch03#But_de_ce_chapitre|But de ce chapitre]] (Première traduction)
 +
*[[FR/Documentation/HSQLDB_Guide/ch03#Installation|Installation]] (Difficulté)
 +
*[[FR/Documentation/HSQLDB_Guide/ch03#Installer_une_instance_de_base_de_donn.C3.A9es_persistante_et_un_serveur_Hsqldb|Installer une instance de base de données persistante et un serveur Hsqldb]] (Difficulté)
 +
*[[FR/Documentation/HSQLDB_Guide/ch03#Acc.C3.A8s_.C3.A0_la_base_de_donn.C3.A9es|Accès à la base de données]](Pas commencé)
 +
*[[FR/Documentation/HSQLDB_Guide/ch03#Cr.C3.A9er_des_comptes_additionnels|Créer des comptes additionnels]] (Première traduction)
 +
*[[FR/Documentation/HSQLDB_Guide/ch03#Shutdown|Shutdown]] (Première traduction)
 +
*[[FR/Documentation/HSQLDB_Guide/ch03#Ex.C3.A9cuter_Hsqldb_comme_un_d.C3.A9mon_du_syst.C3.A8me|Exécuter Hsqldb comme un démon du système]] (Difficulté)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch03#Portabilit.C3.A9_du_script_init_de_hsqldb|Portabilité du script init de hsqldb]] (Difficulté)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch03#Proc.C3.A9dure_d.27installation_du_script_init|Procédure d'installation du script init]] (Difficulté)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch03#D.C3.A9pannage_du_script_Init|Dépannage du script Init]] (Première traduction)
 +
 
 +
[http://hsqldb.org/doc/guide/ch03.html Documentation anglaise originale]
 +
 
 +
== [[FR/Documentation/HSQLDB_Guide/ch04|Chapitre 4. Considérations avancées]] ==
 +
    [[FR/Documentation/HSQLDB_Guide/ch04#But_de_ce_document|But de ce document]] (Première traduction)
 +
     [[FR/Documentation/HSQLDB_Guide/ch04#Connexions|Connexions]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ch04#Propri.C3.A9t.C3.A9s_de_Connexion|Propriétés de Connexion]] (Première traduction)
 +
     [[FR/Documentation/HSQLDB_Guide/ch04#Fichiers_de_propri.C3.A9t.C3.A9s|Fichiers de propriétés]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ch04#Les_propri.C3.A9t.C3.A9s_de_Serveur_et_de_Serveur_Web|Les propriétés de Serveur et de Serveur Web]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ch04#D.C3.A9marrer_un_serveur_depuis_votre_application|Démarrer un serveur depuis votre application]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ch04#Propri.C3.A9t.C3.A9s_d.27une_base_de_donn.C3.A9es_individuelle|Propriétés d'une base de données individuelle]] (Difficulté)
 +
     [[FR/Documentation/HSQLDB_Guide/ch04#Commandes_SQL_pour_les_propri.C3.A9t.C3.A9s_de_base_de_donn.C3.A9es|Commandes SQL pour les propriétés de base de données]] (Première traduction)
  
 
'''[http://hsqldb.org/doc/guide/ch04.html Chapter 4. Advanced Topics] - Link to Original Documentation'''
 
'''[http://hsqldb.org/doc/guide/ch04.html Chapter 4. Advanced Topics] - Link to Original Documentation'''
  
===[[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06|Chapitre 6. Tables texte]]===
+
==[[FR/Documentation/HSQLDB_Guide/ch05|Chapitre 5. Déploiement]]==
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#L.E2.80.99impl.C3.A9mentation|L’implémentation]]
+
    [[FR/Documentation/HSQLDB_Guide/ch05#But_de_ce_document|But de ce document]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#D.C3.A9finition_des_tables|Définition des tables]]
+
    [[FR/Documentation/HSQLDB_Guide/ch05#Mode_op.C3.A9ratoire_et_tables|Mode opératoire et tables]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#Champs_d.E2.80.99applications_et_r.C3.A9assignations|Champs d’applications et réassignations]] (Scope and Reassignment)
+
          [[FR/Documentation/HSQLDB_Guide/ch05#Mode_op.C3.A9ratoire|Mode opératoire]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#Valeurs_nulles_dans_les_colonnes_de_tables_texte|Valeurs nulles dans les colonnes de tables texte]]
+
          [[FR/Documentation/HSQLDB_Guide/ch05#Tables|Tables]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#Configuration|Configuration]]
+
          [[FR/Documentation/HSQLDB_Guide/ch05#Les_grands_objets|Les grands objets]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#D.C3.A9connecter_les_tables_texte|Déconnecter les tables texte]]
+
          [[FR/Documentation/HSQLDB_Guide/ch05#Contexte_de_d.C3.A9ploiement|Contexte de déploiement]] (Première traduction)
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#Probl.C3.A8mes_li.C3.A9s_aux_fichiers_texte|Problèmes liés aux fichiers texte]]
+
    [[FR/Documentation/HSQLDB_Guide/ch05#Utilisation_de_la_m.C3.A9moire_et_du_disque|Utilisation de la mémoire et du disque]] (Première traduction)
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#Propri.C3.A9t.C3.A9s_globales_des_fichiers_texte|Propriétés globales des fichiers texte]]
+
          [[FR/Documentation/HSQLDB_Guide/ch05#Allocation_du_cache_m.C3.A9moire|Allocation du cache mémoire]] (Première traduction)
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#Importer_un_fichier_Table_texte_dans_.2F_vers_une_table_traditionnelle|Importer un fichier Table texte dans / vers une table traditionnelle]]
+
    [[FR/Documentation/HSQLDB_Guide/ch05#Gestion_des_connexions_.C3.A0_la_base_de_donn.C3.A9es|Gestion des connexions à la base de données]] (Première traduction)
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch06#Exemples_comment.C3.A9s|Exemples commentés]]
+
    [[FR/Documentation/HSQLDB_Guide/ch05#Mise_.C3.A0_jour_des_bases_de_donn.C3.A9es|Mise à jour des bases de données]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ch05#Mettre_.C3.A0_jour_par_la_commande_SCRIPT|Mettre à jour par la commande SCRIPT]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ch05#.C3.89dition_manuelle_du_fichier_.script|Édition manuelle du fichier .script]] (Première traduction)
 +
    [[FR/Documentation/HSQLDB_Guide/ch05#Copies_de_sauvegarde|Copies de sauvegarde]] (Première traduction)
 +
'''[http://hsqldb.org/doc/guide/ch05.html Chapter 5. Deployment] - Link to Original Documentation'''
 +
 
 +
==[[FR/Documentation/HSQLDB_Guide/ch06|Chapitre 6. Tables texte]]==
 +
     [[FR/Documentation/HSQLDB_Guide/ch06#L.E2.80.99impl.C3.A9mentation|L’implémentation]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ch06#D.C3.A9finition_des_tables|Définition des tables]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ch06#Champs_d.E2.80.99applications_et_r.C3.A9assignations|Champs d’applications et réassignations]] (Scope and Reassignment) (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ch06#Valeurs_nulles_dans_les_colonnes_de_tables_texte|Valeurs nulles dans les colonnes de tables texte]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ch06#Configuration|Configuration]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ch06#D.C3.A9connecter_les_tables_texte|Déconnecter les tables texte]] (Première traduction)
 +
     [[FR/Documentation/HSQLDB_Guide/ch06#Probl.C3.A8mes_li.C3.A9s_aux_fichiers_texte|Problèmes liés aux fichiers texte]] (Première traduction)
 +
     [[FR/Documentation/HSQLDB_Guide/ch06#Propri.C3.A9t.C3.A9s_globales_des_fichiers_texte|Propriétés globales des fichiers texte]] (Première traduction)
 +
     [[FR/Documentation/HSQLDB_Guide/ch06#Importer_un_fichier_Table_texte_dans_.2F_vers_une_table_traditionnelle|Importer un fichier Table texte dans / vers une table traditionnelle]] (Première traduction)
 +
     [[FR/Documentation/HSQLDB_Guide/ch06#Exemples_comment.C3.A9s|Exemples commentés]]
  
 
'''[http://hsqldb.org/doc/guide/ch06.html Chapter 6. Text Tables] - Link to Original Documentation'''
 
'''[http://hsqldb.org/doc/guide/ch06.html Chapter 6. Text Tables] - Link to Original Documentation'''
  
===[[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09|Chapitre 9. Syntaxe SQL]]===
+
==[[FR/Documentation/HSQLDB_Guide/ch07|Chapitre 7. Couche de sécurité du transport (TLS)]]==
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#Conventions_de_notations_utilis.C3.A9es_dans_ce_chapitre|Conventions de notations utilisées dans ce chapitre]]
+
     [[FR/Documentation/HSQLDB_Guide/ch07#Sp.C3.A9cifications|Spécifications]] (Première traduction)
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#Commandes_SQL|Commandes SQL]]
+
     [[FR/Documentation/HSQLDB_Guide/ch07#Encryptage_de_la_connexion_JDBC|Encryptage de la connexion JDBC]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#ALTER_INDEX|ALTER INDEX]]
+
           [[FR/Documentation/HSQLDB_Guide/ch07#C.C3.B4t.C3.A9_client|Côté client]] (Première traduction)
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#ALTER_SEQUENCE|ALTER SEQUENCE]]
+
           [[FR/Documentation/HSQLDB_Guide/ch07#Cot.C3.A9_serveur|Coté serveur]] (Première traduction)
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#ALTER_SCHEMA|ALTER SCHEMA]]
+
    [[FR/Documentation/HSQLDB_Guide/ch07#JSSE|JSSE]] (Première traduction)
           [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#ALTER_TABLE|ALTER TABLE]]
+
    [[FR/Documentation/HSQLDB_Guide/ch07#Cr.C3.A9ation_d.27un_trousseau_de_cl.C3.A9s_priv.C3.A9es|Création d'un trousseau de clés privées]] (Première traduction)
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#ALTER_USER|ALTER USER]]
+
          [[FR/Documentation/HSQLDB_Guide/ch07#Certificat_sign.C3.A9_CA|Certificat signé CA]] (Difficulté)
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CALL|CALL]]
+
          [[FR/Documentation/HSQLDB_Guide/ch07#Certification_non-sign.C3.A9e_CA|Certification non-signée CA]] (Première traduction)
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CHECKPOINT|CHECKPOINT]]
+
     [[FR/Documentation/HSQLDB_Guide/ch07#D.C3.A9marrage_automatique_de_Server_ou_WebServer_sous_UNIX|Démarrage automatique de Server ou WebServer sous UNIX]] (Première traduction)
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#COMMIT|COMMIT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CONNECT|CONNECT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CREATE_ALIAS|CREATE ALIAS]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CREATE_INDEX|CREATE INDEX]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CREATE_ROLE|CREATE ROLE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CREATE_SCHEMA|CREATE SCHEMA]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CREATE_SEQUENCE|CREATE SEQUENCE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CREATE_TABLE|CREATE TABLE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CREATE_TRIGGER|CREATE TRIGGER]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CREATE_USER|CREATE USER]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#CREATE_VIEW|CREATE VIEW]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DELETE|DELETE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DISCONNECT|DISCONNECT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DROP_INDEX|DROP INDEX]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DROP_ROLE|DROP ROLE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DROP_SEQUENCE|DROP SEQUENCE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DROP_SCHEMA|DROP SCHEMA]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DROP_TABLE|DROP TABLE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DROP_TRIGGER|DROP TRIGGER]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DROP_USER|DROP USER]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#DROP_VIEW|DROP VIEW]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#EXPLAIN_PLAN|EXPLAIN PLAN]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#GRANT|GRANT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#INSERT|INSERT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#REVOKE|REVOKE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#ROLLBACK|ROLLBACK]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SAVEPOINT|SAVEPOINT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SCRIPT|SCRIPT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SELECT|SELECT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_AUTOCOMMIT|SET AUTOCOMMIT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_DATABASE_COLLATION|SET DATABASE COLLATION]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_CHECKPOINT_DEFRAG|SET CHECKPOINT DEFRAG]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_IGNORECASE|SET IGNORECASE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_INITIAL_SCHEMA|SET INITIAL SCHEMA]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_LOGSIZE|SET LOGSIZE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_MAXROWS|SET MAXROWS]] - Non défini !
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_PASSWORD|SET PASSWORD]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_PROPERTY|SET PROPERTY]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_READONLY|SET READONLY]] - Non défini !
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_REFERENTIAL_INTEGRITY|SET REFERENTIAL_INTEGRITY]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_SCHEMA|SET SCHEMA]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_SCRIPTFORMAT|SET SCRIPTFORMAT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_TABLE_INDEX|SET TABLE INDEX]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_TABLE_READONLY|SET TABLE READONLY]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_TABLE_SOURCE|SET TABLE SOURCE]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SET_WRITE_DELAY|SET WRITE_DELAY]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#SHUTDOWN|SHUTDOWN]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#UPDATE|UPDATE]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#Nomenclature_des_objets_de_sch.C3.A9ma|Nomenclature des objets de schéma]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#Types_de_donn.C3.A9es|Types de données]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#Ligne_de_commentaire_style_SQL|Ligne de commentaire style SQL]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#Proc.C3.A9dures_stock.C3.A9es_.2F_Fonctions.|Procédures stockées / Fonctions.]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#Les_fonctions_et_proc.C3.A9dures_stock.C3.A9es_int.C3.A9gr.C3.A9es|Les fonctions et procédures stockées intégrées]]
+
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#Expression_SQL|Expression SQL]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ch09#Exemples_comment.C3.A9s|Exemples commentés]]
+
  
'''[http://hsqldb.org/doc/guide/ch09.html Chapter 9. SQL Syntax] - Link to Original Documentation'''
+
'''[http://hsqldb.org/doc/guide/ch07.html Chapter 7. TLS] - Link to Original Documentation'''
  
== Annexes ==
+
==[[FR/Documentation/HSQLDB_Guide/ch08|Chapitre 8. Manuel de SqlTool]]==
A. Building HSQLDB
+
Cette section nécessite votre aide
    Purpose
+
    Building with Ant
+
        Obtaining Ant
+
        Building Hsqldb with Ant
+
    Building with DOS Batch Files
+
    Hsqldb CodeSwitcher
+
    Building documentation
+
B. First JDBC Client Example
+
C. Hsqldb Database Files and Recovery
+
    States
+
    Procedures
+
        Clean Shutdown
+
        Startup
+
        Repair
+
D. Running Hsqldb with OpenOffice.org 1.1.x
+
    Introduction
+
    Installing
+
    Setting up OpenOffice.org
+
        On Windows
+
        On Linux
+
E. Hsqldb Test Utility
+
F. Database Manager
+
    Brief Introduction
+
    Auto tree-update
+
    Automatic Connection
+
    RC File
+
    Using the current DatabaseManagers with an older HSQLDB distribution.
+
    DatabaseManagerSwing as an Applet
+
G. Transfer Tool
+
    Brief Introduction
+
  
== Historique et changements ==
+
[http://hsqldb.org/doc/guide/ch08.html Documentation anglaise originale]
=== [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2|HSQLDB 1.7.2]] ===
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Am.C3.A9liorations_SQL_et_changements|Améliorations SQL et changements]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#DDL_.28Langage_de_d.C3.A9finition_des_donn.C3.A9es.29|DDL (Langage de définition des données)]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#VIEW|VIEW]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#CHECK|CHECK]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Traitement_des_requ.C3.AAtes|Traitement des requêtes]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Am.C3.A9liorations_pour_UPDATE_et_INSERT|Améliorations pour UPDATE et INSERT]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#AGGREGATES.2C_GROUP_BY.2C_HAVING|AGGREGATES, GROUP BY, HAVING]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Jointures|Jointures]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#NULLS|NULLS]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Cl.C3.A9_externe|Clé externe]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#SEQUENCE|SEQUENCE]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Fonctions_SQL|Fonctions SQL]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#TRIGGER|TRIGGER]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#DATETIME|DATETIME]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Autres|Autres]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Am.C3.A9liorations_JDBC|Améliorations JDBC]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Propri.C3.A9t.C3.A9_de_la_connexion|Propriété de la connexion]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#D.C3.A9clarations_pr.C3.A9par.C3.A9es|Déclarations préparées]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Transactions_via_un_serveur_Web|Transactions via un serveur Web]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Autres_am.C3.A9liorations|Autres améliorations]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Vitesse|Vitesse]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Conditionnement_de_la_base_de_donn.C3.A9es_et_modes|Conditionnement de la base de données et modes]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Les_fichiers_dans_la_jar_.28archive_Java.29|Les fichiers dans la jar (archive Java)]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Type_de_donn.C3.A9es_.27OTHER.27|Type de données 'OTHER']]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Bases_de_donn.C3.A9es_IN-MEMORY_et_SERVER_multiples|Bases de données IN-MEMORY et SERVER multiples]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#M.C3.A9tadonn.C3.A9es_de_base_de_donn.C3.A9es|Métadonnées de base de données]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Tables_texte|Tables texte]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Utilisation_de_la_m.C3.A9moire_et_groupage_d.27objets|Utilisation de la mémoire et groupage d'objets]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Persistance|Persistance]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Acc.C3.A8s_NIO_des_fichiers_.2A.data|Accès NIO des fichiers *.data]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Construction|Construction]]
+
    [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Documentation|Documentation]]
+
          [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.7.2#Utilitaires|Utilitaires]]
+
  
=== [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.8.0|HSQLDB 1.8.0]] ===
+
==[[FR/Documentation/HSQLDB_Guide/ch09|Chapitre 9. Syntaxe SQL]]==
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.8.0#Am.C3.A9liorations_SQL|Améliorations SQL]]
+
*    [[FR/Documentation/HSQLDB_Guide/ch09#Conventions_de_notations_utilis.C3.A9es_dans_ce_chapitre|Conventions de notations utilisées dans ce chapitre]] (Première traduction)
           Schémas
+
*    [[FR/Documentation/HSQLDB_Guide/ch09#Commandes_SQL|Commandes SQL]] (Première traduction)
           Roles
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_INDEX|ALTER INDEX]] (Première traduction)
           Tables temporaires globales
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_SEQUENCE|ALTER SEQUENCE]] (Première traduction)
           Commandes de manipulation de schéma
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_SCHEMA|ALTER SCHEMA]] (Première traduction)
           Manipulation de colonne
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_TABLE|ALTER TABLE]] (Première traduction)
           Ajouter ou supprimer des clés primaires
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_USER|ALTER USER]] (Première traduction)
           SIZE ENFORCEMENT
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CALL|CALL]] (Première traduction)
           Les expressions ALL et ANY
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CHECKPOINT|CHECKPOINT]] (Première traduction)
           LIMIT et OFFSET
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#COMMIT|COMMIT]] (Première traduction)
           Indexations (COLLATIONS)
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CONNECT|CONNECT]] (Première traduction)
           Résolution de nom dans les requêtes
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_ALIAS|CREATE ALIAS]] (Première traduction)
           Améliorations
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_INDEX|CREATE INDEX]] (Première traduction)
     [[Fr.openoffice.org/FAQ/Base/Guide_HSQLDB/ChangeLog1.8.0#R.C3.A9parations_de_bogues|Réparations de bogues]]
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_ROLE|CREATE ROLE]] (Première traduction)
           Amélioration du stockage et de la persistance
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_SCHEMA|CREATE SCHEMA]] (Première traduction)
           JDBC et autres améliorations
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_SEQUENCE|CREATE SEQUENCE]] (Première traduction)
           Réparation de bogue
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_TABLE|CREATE TABLE]] (Première traduction)
           Mettre à jour les bases de données
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_TRIGGER|CREATE TRIGGER]] (Première traduction)
           Intégration dans OpenOffice.org
+
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_USER|CREATE USER]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_VIEW|CREATE VIEW]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DELETE|DELETE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DISCONNECT|DISCONNECT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DROP_INDEX|DROP INDEX]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DROP_ROLE|DROP ROLE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DROP_SEQUENCE|DROP SEQUENCE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DROP_SCHEMA|DROP SCHEMA]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DROP_TABLE|DROP TABLE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DROP_TRIGGER|DROP TRIGGER]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DROP_USER|DROP USER]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#DROP_VIEW|DROP VIEW]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#EXPLAIN_PLAN|EXPLAIN PLAN]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#GRANT|GRANT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#INSERT|INSERT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#REVOKE|REVOKE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#ROLLBACK|ROLLBACK]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SAVEPOINT|SAVEPOINT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SCRIPT|SCRIPT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SELECT|SELECT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_AUTOCOMMIT|SET AUTOCOMMIT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_DATABASE_COLLATION|SET DATABASE COLLATION]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_CHECKPOINT_DEFRAG|SET CHECKPOINT DEFRAG]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_IGNORECASE|SET IGNORECASE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_INITIAL_SCHEMA|SET INITIAL SCHEMA]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_LOGSIZE|SET LOGSIZE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_MAXROWS|SET MAXROWS]] - Non défini !
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_PASSWORD|SET PASSWORD]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_PROPERTY|SET PROPERTY]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_READONLY|SET READONLY]] - Non défini !
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_REFERENTIAL_INTEGRITY|SET REFERENTIAL_INTEGRITY]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_SCHEMA|SET SCHEMA]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_SCRIPTFORMAT|SET SCRIPTFORMAT]] (Première traduction)
 +
**        [[FR/Documentation/HSQLDB_Guide/ch09#SET_TABLE_INDEX|SET TABLE INDEX]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_TABLE_READONLY|SET TABLE READONLY]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_TABLE_SOURCE|SET TABLE SOURCE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SET_WRITE_DELAY|SET WRITE_DELAY]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#SHUTDOWN|SHUTDOWN]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#UPDATE|UPDATE]] (Première traduction)
 +
*    [[FR/Documentation/HSQLDB_Guide/ch09#Nomenclature_des_objets_de_sch.C3.A9ma|Nomenclature des objets de schéma]] (Première traduction)
 +
*    [[FR/Documentation/HSQLDB_Guide/ch09#Types_de_donn.C3.A9es|Types de données]] (Première traduction)
 +
*    [[FR/Documentation/HSQLDB_Guide/ch09#Lignes_de_commentaire_SQL|Lignes de commentaire SQL]] (Première traduction)
 +
*    [[FR/Documentation/HSQLDB_Guide/ch09#Proc.C3.A9dures_stock.C3.A9es_.2F_Fonctions.|Procédures stockées / Fonctions.]] (Première traduction)
 +
*  [[FR/Documentation/HSQLDB_Guide/ch09#Les_fonctions_et_proc.C3.A9dures_stock.C3.A9es_int.C3.A9gr.C3.A9es|Les fonctions et procédures stockées intégrées]] (Première traduction)
 +
*    [[FR/Documentation/HSQLDB_Guide/ch09#Expression_SQL|Expression SQL]] (Première traduction)
 +
*    [[FR/Documentation/HSQLDB_Guide/ch09#Exemples_comment.C3.A9s|Exemples commentés]]
 +
 
 +
[http://hsqldb.org/doc/guide/ch09.html Documentation anglaise originale]
 +
 
 +
== Historique et changements ==
 +
=== [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2|HSQLDB 1.7.2]] ===
 +
     [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Am.C3.A9liorations_SQL_et_changements|Améliorations SQL et changements]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#DDL_.28Langage_de_d.C3.A9finition_des_donn.C3.A9es.29|DDL (Langage de définition des données)]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#VIEW|VIEW]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#CHECK|CHECK]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Traitement_des_requ.C3.AAtes|Traitement des requêtes]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Am.C3.A9liorations_pour_UPDATE_et_INSERT|Améliorations pour UPDATE et INSERT]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#AGGREGATES.2C_GROUP_BY.2C_HAVING|AGGREGATES, GROUP BY, HAVING]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Jointures|Jointures]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#NULLS|NULLS]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Cl.C3.A9_externe|Clé externe]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#SEQUENCE|SEQUENCE]] (Première traduction)
 +
    [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Fonctions_SQL|Fonctions SQL]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#TRIGGER|TRIGGER]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#DATETIME|DATETIME]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Autres|Autres]] (Première traduction)
 +
    [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Am.C3.A9liorations_JDBC|Améliorations JDBC]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Propri.C3.A9t.C3.A9_de_la_connexion|Propriété de la connexion]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#D.C3.A9clarations_pr.C3.A9par.C3.A9es|Déclarations préparées]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Transactions_via_un_serveur_Web|Transactions via un serveur Web]] (Première traduction)
 +
     [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Autres_am.C3.A9liorations|Autres améliorations]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Vitesse|Vitesse]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Conditionnement_de_la_base_de_donn.C3.A9es_et_modes|Conditionnement de la base de données et modes]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Les_fichiers_dans_la_jar_.28archive_Java.29|Les fichiers dans la jar (archive Java)]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Type_de_donn.C3.A9es_.27OTHER.27|Type de données 'OTHER']] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Bases_de_donn.C3.A9es_IN-MEMORY_et_SERVER_multiples|Bases de données IN-MEMORY et SERVER multiples]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#M.C3.A9tadonn.C3.A9es_de_base_de_donn.C3.A9es|Métadonnées de base de données]] (Première traduction)
 +
           [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Tables_texte|Tables texte]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Utilisation_de_la_m.C3.A9moire_et_groupage_d.27objets|Utilisation de la mémoire et groupage d'objets]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Persistance|Persistance]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Acc.C3.A8s_NIO_des_fichiers_.2A.data|Accès NIO des fichiers *.data]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Construction|Construction]] (Première traduction)
 +
    [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Documentation|Documentation]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.7.2#Utilitaires|Utilitaires]] (Difficulté)
  
{{Info|Voir aussi, en anglais, sur la 1.8.0 : [http://hsqldb.org/doc/changelist_1_8_0.txt Chronological Change List]}}
+
=== [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0|HSQLDB 1.8.0]] ===
 +
    [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Am.C3.A9liorations_SQL|Améliorations SQL]]
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Sch.C3.A9mas|Schémas]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#R.C3.B4les|Rôles]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Tables_temporaires_globales|Tables temporaires globales]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Commandes_de_manipulation_de_sch.C3.A9ma|Commandes de manipulation de schéma]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Manipulation_de_colonne|Manipulation de colonne]] (Difficulté)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Ajouter_ou_supprimer_des_cl.C3.A9s_primaires|Ajouter ou supprimer des clés primaires]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#SIZE_ENFORCEMENT|SIZE ENFORCEMENT]] (Difficulté)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Les_expressions_ALL_et_ANY|Les expressions ALL et ANY]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#LIMIT_et_OFFSET|LIMIT et OFFSET]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Indexations_.28COLLATIONS.29|Indexations (COLLATIONS)]] (Difficulté)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#R.C3.A9solution_de_nom_dans_les_requ.C3.AAtes|Résolution de nom dans les requêtes]] (Difficulté)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Am.C3.A9liorations|Améliorations]] (Première traduction)
 +
    [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#R.C3.A9parations_de_bogues|Réparations de bogues]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Am.C3.A9lioration_du_stockage_et_de_la_persistance|Amélioration du stockage et de la persistance]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#JDBC_et_autres_am.C3.A9liorations|JDBC et autres améliorations]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#R.C3.A9paration_de_bogue|Réparation de bogue]] (Difficulté)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Mettre_.C3.A0_jour_les_bases_de_donn.C3.A9es|Mettre à jour les bases de données]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ChangeLog1.8.0#Int.C3.A9gration_dans_OpenOffice.org|Intégration dans OpenOffice.org]] (Première traduction)
  
== Exemples ==
+
{{Info|'''Related Links...'''
  
=== Liste des tables (en) ===
+
* Voir aussi, en anglais, sur la 1.8.0 : [http://hsqldb.org/doc/changelist_1_8_0.txt Chronological Change List]
 +
* Liste des nouvelles fonctionnalités de la 1.9.0 : [http://hsqldb.org/web/features190.html features190]}}
  
  1. Alternate formats of this document
+
== Exemples commentés ==
4.1. Hsqldb URL Components
+
4.2. Connection Properties
+
4.3. Hsqldb Server Properties Files
+
4.4. Property File Properties
+
4.5. Server Property File Properties
+
4.6. WebServer Property File Properties
+
4.7. Database-specific Property File Properties
+
4.8. SQL command properties
+
9.1. Data Types
+
  
=== Liste des Exemples (en) ===
+
[http://user.services.openoffice.org/fr/forum http://user.services.openoffice.org/fr/forum/styles/prosilver/imageset/new_logo_forum_fr.gif]
  
1.1. Java code to connect to the local Server above
+
*[http://user.services.openoffice.org/fr/forum/ftopic3600.html ''Attacher des tables HSQL''] de Cyril BEAUSSIER le 24 Jan 2007 17:03
2.1. Column values which satisfy a 2-column UNIQUE constraint
+
*[http://user.services.openoffice.org/fr/forum/ftopic6460.html ''Débuter à partir d'une application exemple commentée''] de Pierre-Yves SAMYN le 10 Sep 2007 13:48
2.2. Query comparison
+
*[http://www.formation-openoffice.fr/obtenir.php?id=2 ''Débuter avec OOo Base''] du Centre de documentation du Forum
2.3. Numbering returned rows of a SELECT in sequential order
+
3.1. server.properties fragment
+
3.2. example sqltool.rc stanza
+
7.1. Exporting certificate from the server's keystore
+
7.2. Adding a certificate to the client keystore
+
7.3. Specifying your own trust store to a JDBC client
+
7.4. Running an Hsqldb server with TLS encryption
+
7.5. Getting a pem-style private key into a JKS keystore
+
8.1. Sample RC File
+
8.2. Defining and using a PL alias (PL variable)
+
8.3. Inserting binary data into database from a file
+
8.4. Downloading binary data from database to a file
+
8.5. Piping input into SqlTool
+
8.6. Valid comment example
+
8.7. Invalid comment example
+
8.8. Simple SQL file using PL
+
8.9. SQL File showing use of most PL features
+
8.10. Single-line chunking example
+
8.11. Multi-line chunking example
+
8.12. Interactive Raw Mode example
+
8.13. PL/SQL Example
+
8.14. DSV Export Example
+
8.15. DSV Import Example
+
8.16. DSV Export of an Arbitrary SELECT Statement
+
8.17. Sample DSV headerswitch settings
+
8.18. DSV targettable setting
+
A.1. Buiding the standard Hsqldb jar file with Ant
+
A.2. Example source code before CodeSwitcher is run
+
A.3. CodeSwitcher command line invocation
+
A.4. Source code after CodeSwitcher processing
+
A.5. Building HTML User Guides
+
A.6. Building User Guides in all formats
+
B.1. JDBC Client source code example
+
  
{{Info|Voir aussi (en anglais) : [http://hsqldb.org/doc/hsqlFindFile.html Find File Exemple]}}
+
[[Category:FR/HSQLDB_Guide]]

Latest revision as of 14:27, 27 November 2011

Guide de l'utilisateur HSQLDB

Aller à la Page d'accueil.

Pour éditer cette page, soyez certain d'avoir lu la section Balisage.

Pour en savoir plus allez voir la page A propos...

Chapitre 1. Installer et utiliser HSQLDB

Documentation anglaise originale

Chapitre 2. Problèmes liés au SQL

Documentation anglaise originale

Chapitre 3. Démarrage rapide sous UNIX

Documentation anglaise originale

Chapitre 4. Considérations avancées

   But de ce document (Première traduction)
   Connexions (Première traduction)
         Propriétés de Connexion (Première traduction)
   Fichiers de propriétés (Première traduction)
         Les propriétés de Serveur et de Serveur Web (Première traduction)
         Démarrer un serveur depuis votre application (Première traduction)
         Propriétés d'une base de données individuelle (Difficulté)
   Commandes SQL pour les propriétés de base de données (Première traduction)

Chapter 4. Advanced Topics - Link to Original Documentation

Chapitre 5. Déploiement

   But de ce document (Première traduction)
   Mode opératoire et tables (Première traduction)
         Mode opératoire (Première traduction)
         Tables (Première traduction)
         Les grands objets (Première traduction)
         Contexte de déploiement (Première traduction)
   Utilisation de la mémoire et du disque (Première traduction)
         Allocation du cache mémoire (Première traduction)
   Gestion des connexions à la base de données (Première traduction)
   Mise à jour des bases de données (Première traduction)
         Mettre à jour par la commande SCRIPT (Première traduction)
         Édition manuelle du fichier .script (Première traduction)
   Copies de sauvegarde (Première traduction)

Chapter 5. Deployment - Link to Original Documentation

Chapitre 6. Tables texte

   L’implémentation (Première traduction)
         Définition des tables (Première traduction)
         Champs d’applications et réassignations (Scope and Reassignment) (Première traduction)
         Valeurs nulles dans les colonnes de tables texte (Première traduction)
         Configuration (Première traduction)
         Déconnecter les tables texte (Première traduction)
   Problèmes liés aux fichiers texte (Première traduction)
   Propriétés globales des fichiers texte (Première traduction)
   Importer un fichier Table texte dans / vers une table traditionnelle (Première traduction)
   Exemples commentés

Chapter 6. Text Tables - Link to Original Documentation

Chapitre 7. Couche de sécurité du transport (TLS)

   Spécifications (Première traduction)
   Encryptage de la connexion JDBC (Première traduction)
         Côté client (Première traduction)
         Coté serveur (Première traduction)
   JSSE (Première traduction)
   Création d'un trousseau de clés privées (Première traduction)
         Certificat signé CA (Difficulté)
         Certification non-signée CA (Première traduction)
   Démarrage automatique de Server ou WebServer sous UNIX (Première traduction)

Chapter 7. TLS - Link to Original Documentation

Chapitre 8. Manuel de SqlTool

Cette section nécessite votre aide

Documentation anglaise originale

Chapitre 9. Syntaxe SQL

Documentation anglaise originale

Historique et changements

HSQLDB 1.7.2

   Améliorations SQL et changements (Première traduction)
         DDL (Langage de définition des données) (Première traduction)
         VIEW (Première traduction)
         CHECK (Première traduction)
         Traitement des requêtes (Première traduction)
         Améliorations pour UPDATE et INSERT (Première traduction)
         AGGREGATES, GROUP BY, HAVING (Première traduction)
         Jointures (Première traduction)
         NULLS (Première traduction)
         Clé externe (Première traduction)
         SEQUENCE (Première traduction)
   Fonctions SQL (Première traduction)
         TRIGGER (Première traduction)
         DATETIME (Première traduction)
         Autres (Première traduction)
   Améliorations JDBC (Première traduction)
         Propriété de la connexion (Première traduction)
         Déclarations préparées (Première traduction)
         Transactions via un serveur Web (Première traduction)
   Autres améliorations (Première traduction)
         Vitesse (Première traduction)
         Conditionnement de la base de données et modes (Première traduction)
         Les fichiers dans la jar (archive Java) (Première traduction)
         Type de données 'OTHER' (Première traduction)
         Bases de données IN-MEMORY et SERVER multiples (Première traduction)
         Métadonnées de base de données (Première traduction)
         Tables texte (Première traduction)
         Utilisation de la mémoire et groupage d'objets (Première traduction)
         Persistance (Première traduction)
         Accès NIO des fichiers *.data (Première traduction)
         Construction (Première traduction)
   Documentation (Première traduction)
         Utilitaires (Difficulté)

HSQLDB 1.8.0

   Améliorations SQL
         Schémas (Première traduction)
         Rôles (Première traduction)
         Tables temporaires globales (Première traduction)
         Commandes de manipulation de schéma (Première traduction)
         Manipulation de colonne (Difficulté)
         Ajouter ou supprimer des clés primaires (Première traduction)
         SIZE ENFORCEMENT (Difficulté)
         Les expressions ALL et ANY (Première traduction)
         LIMIT et OFFSET (Première traduction)
         Indexations (COLLATIONS) (Difficulté)
         Résolution de nom dans les requêtes (Difficulté)
         Améliorations (Première traduction)
   Réparations de bogues (Première traduction)
         Amélioration du stockage et de la persistance (Première traduction)
         JDBC et autres améliorations (Première traduction)
         Réparation de bogue (Difficulté)
         Mettre à jour les bases de données (Première traduction)
         Intégration dans OpenOffice.org (Première traduction)
Interesting.png Related Links...

Exemples commentés

new_logo_forum_fr.gif

Personal tools