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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Chapitre 1. Installer et utiliser Hsqldb)
 
(66 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Chapitre 1. Installer et utiliser Hsqldb==
+
{{DISPLAYTITLE:Guide de l'utilisateur HSQLDB: Table des matières}}
    [[FAQ/Base/Guide_HSQLDB/ch01#Chapitre_1._Installer_et_utiliser_HsqldbChapitre|1. Installer et utiliser Hsqldb
+
<div style="float:right; background-color:lightyellow; border: 2px solid black; margin:0 1em 0 0.5em; padding:0 0.3em 0 0.3em; ">
    Introduction]]
+
__TOC__
    Exécution des outils (Running Tools)
+
</div>
    Exécution de Hsqldb
+
          Note
+
    Modes de serveur
+
          Serveur Hsqldb
+
          Serveur Web Hsqldb
+
          Servlet Hsqldb
+
                Se connecter à  une base de données exécutée comme un serveur.
+
                Considérations de sécurité
+
          Mode « In-Process » (Stand-alone)
+
          Bases de données en mémoire seule
+
    Généralités
+
          Fermer la base de données
+
          Utiliser de multiples bases de données dans une machine virtuelle Java
+
          Créer une nouvelle base de données
+
    Utiliser le moteur de la base de données
+
          Les différents types de tables
+
          Constraints and Indexes
+
          SQL Support
+
          JDBC Support
+
  
==Chapter 1. Running and Using Hsqldb==
+
'''Guide de l'utilisateur HSQLDB'''
[http://hsqldb.org/doc/guide/ch01.html#N1009E Introduction]
+
 
[http://hsqldb.org/doc/guide/ch01.html#N100B7 Running Tools]
+
Aller à la [[FR/Documentation/HSQLDB_Guide|Page d'accueil]].
[http://hsqldb.org/doc/guide/ch01.html#N100F3 Running Hsqldb]
+
 
[http://hsqldb.org/doc/guide/ch01.html#N1013D Server Modes]
+
Pour éditer cette page, soyez certain d'avoir lu la section [[FR/Documentation/HSQLDB_Guide/aPropos#Balisage|Balisage]].
    [http://hsqldb.org/doc/guide/ch01.html#N10148 Hsqldb Server]
+
 
    [http://hsqldb.org/doc/guide/ch01.html#N10157 Hsqldb Web Server]
+
Pour en savoir plus allez voir la page [[FR/Documentation/HSQLDB_Guide/aPropos|A propos...]]
    [http://hsqldb.org/doc/guide/ch01.html#N10168 Hsqldb Servlet]
+
 
     [http://hsqldb.org/doc/guide/ch01.html#N101A8 In-Process (Standalone) Mode]
+
==[[FR/Documentation/HSQLDB_Guide/ch01#Chapitre_1._Installer_et_utiliser_Hsqldb|Chapitre 1. Installer et utiliser HSQLDB]]==
     [http://hsqldb.org/doc/guide/ch01.html#N101CA Memory-Only Databases]
+
* [[FR/Documentation/HSQLDB_Guide/ch01#Introduction|Introduction]] (Première traduction)
[http://hsqldb.org/doc/guide/ch01.html#N101D8 General]
+
* [[FR/Documentation/HSQLDB_Guide/ch01#Outils_d.27.C3.A9x.C3.A9cution|Outils d'éxécution]] (Première traduction)
     [http://hsqldb.org/doc/guide/ch01.html#N101DB Closing the Database]
+
* [[FR/Documentation/HSQLDB_Guide/ch01#Ex.C3.A9cution_de_Hsqldb|Exécution de Hsqldb]] (Première traduction)
     [http://hsqldb.org/doc/guide/ch01.html#N101E6 Using Multiple Databases in One JVM]
+
* [[FR/Documentation/HSQLDB_Guide/ch01#Modes_de_serveur|Modes de serveur]] (Première traduction)
     [http://hsqldb.org/doc/guide/ch01.html#N101EF Creating a New Database]
+
** [[FR/Documentation/HSQLDB_Guide/ch01#Serveur_Hsqldb|Serveur Hsqldb]] (Première traduction)
[http://hsqldb.org/doc/guide/ch01.html#N10202 Using the Database Engine]
+
** [[FR/Documentation/HSQLDB_Guide/ch01#Serveur_Web_Hsqldb|Serveur Web Hsqldb]] (Première traduction)
    [http://hsqldb.org/doc/guide/ch01.html#N1023C Different Types of Tables]
+
** [[FR/Documentation/HSQLDB_Guide/ch01#Servlet_Hsqldb|Servlet Hsqldb]] (Première traduction)
     [http://hsqldb.org/doc/guide/ch01.html#N10255 Constraints and Indexes]
+
** [[FR/Documentation/HSQLDB_Guide/ch01#Mode_.C2.AB_In-Process_.C2.BB_.28Stand-alone.29|Mode « In-Process » (Stand-alone)]] (Difficulté)
    [http://hsqldb.org/doc/guide/ch01.html#N10268 SQL Support]
+
** [[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)
    [http://hsqldb.org/doc/guide/ch01.html#N10281 JDBC Support]
+
* [[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'''
 +
 
 +
==[[FR/Documentation/HSQLDB_Guide/ch05|Chapitre 5. Déploiement]]==
 +
    [[FR/Documentation/HSQLDB_Guide/ch05#But_de_ce_document|But de ce document]] (Première traduction)
 +
    [[FR/Documentation/HSQLDB_Guide/ch05#Mode_op.C3.A9ratoire_et_tables|Mode opératoire et tables]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ch05#Mode_op.C3.A9ratoire|Mode opératoire]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ch05#Tables|Tables]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ch05#Les_grands_objets|Les grands objets]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ch05#Contexte_de_d.C3.A9ploiement|Contexte de déploiement]] (Première traduction)
 +
     [[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/Documentation/HSQLDB_Guide/ch05#Allocation_du_cache_m.C3.A9moire|Allocation du cache mémoire]] (Première traduction)
 +
    [[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/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'''
 +
 
 +
==[[FR/Documentation/HSQLDB_Guide/ch07|Chapitre 7. Couche de sécurité du transport (TLS)]]==
 +
    [[FR/Documentation/HSQLDB_Guide/ch07#Sp.C3.A9cifications|Spécifications]] (Première traduction)
 +
     [[FR/Documentation/HSQLDB_Guide/ch07#Encryptage_de_la_connexion_JDBC|Encryptage de la connexion JDBC]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ch07#C.C3.B4t.C3.A9_client|Côté client]] (Première traduction)
 +
          [[FR/Documentation/HSQLDB_Guide/ch07#Cot.C3.A9_serveur|Coté serveur]] (Première traduction)
 +
    [[FR/Documentation/HSQLDB_Guide/ch07#JSSE|JSSE]] (Première traduction)
 +
    [[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/Documentation/HSQLDB_Guide/ch07#Certificat_sign.C3.A9_CA|Certificat signé CA]] (Difficulté)
 +
          [[FR/Documentation/HSQLDB_Guide/ch07#Certification_non-sign.C3.A9e_CA|Certification non-signée CA]] (Première traduction)
 +
    [[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)
 +
 
 +
'''[http://hsqldb.org/doc/guide/ch07.html Chapter 7. TLS] - Link to Original Documentation'''
 +
 
 +
==[[FR/Documentation/HSQLDB_Guide/ch08|Chapitre 8. Manuel de SqlTool]]==
 +
Cette section nécessite votre aide
 +
 
 +
[http://hsqldb.org/doc/guide/ch08.html Documentation anglaise originale]
 +
 
 +
==[[FR/Documentation/HSQLDB_Guide/ch09|Chapitre 9. Syntaxe 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)
 +
*    [[FR/Documentation/HSQLDB_Guide/ch09#Commandes_SQL|Commandes SQL]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_INDEX|ALTER INDEX]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_SEQUENCE|ALTER SEQUENCE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_SCHEMA|ALTER SCHEMA]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_TABLE|ALTER TABLE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#ALTER_USER|ALTER USER]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CALL|CALL]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CHECKPOINT|CHECKPOINT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#COMMIT|COMMIT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CONNECT|CONNECT]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_ALIAS|CREATE ALIAS]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_INDEX|CREATE INDEX]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_ROLE|CREATE ROLE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_SCHEMA|CREATE SCHEMA]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_SEQUENCE|CREATE SEQUENCE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_TABLE|CREATE TABLE]] (Première traduction)
 +
**          [[FR/Documentation/HSQLDB_Guide/ch09#CREATE_TRIGGER|CREATE TRIGGER]] (Première traduction)
 +
**          [[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é)
 +
 
 +
=== [[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)
 +
 
 +
{{Info|'''Related Links...'''
 +
 
 +
* 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]}}
 +
 
 +
== Exemples commentés  ==
 +
 
 +
[http://user.services.openoffice.org/fr/forum http://user.services.openoffice.org/fr/forum/styles/prosilver/imageset/new_logo_forum_fr.gif]
 +
 
 +
*[http://user.services.openoffice.org/fr/forum/ftopic3600.html ''Attacher des tables HSQL''] de Cyril BEAUSSIER le 24 Jan 2007 17:03
 +
*[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
 +
*[http://www.formation-openoffice.fr/obtenir.php?id=2 ''Débuter avec OOo Base''] du Centre de documentation du Forum
 +
 
 +
[[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