1 / 243

2005-2006 jean-pierre.perez

PL/SQL. . D

afya
Télécharger la présentation

2005-2006 jean-pierre.perez

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. PL/SQL 2005-2006 jean-pierre.perez@

    2. PL/SQL

    3. Dclarer des variables A la fin de ce chapitre, vous saurez: Identifier les diffrentes parties dun bloc PL/SQL Spcifier des variables PL/SQL Dclarer des variables intgres PL/SQL Dclarer des variables types dynamiquement Excuter un bloc PL/SQL Avec ou sans accs la base

    4. Type de bloc Anonyme Bloc sans nom (cf: exemple prcdent) Procdure & Fonction Blocs nomms et paramtrs, puis invoqus Les Triggers sont invoqus implicitement PLSP Equivalent en PL des ASP ou JSP. Ddi aux applications pour Internet ou la tlphonie mobile.

    5. Type de variables Quelques variables PL/SQL: Scalaires (colonnes dune table) Composes (RECORD) Rfrences (Pointeurs ou REF) LOB: contiennent des valeurs appeles LOCATORS qui spcifient lemplacement de Large Objects (Images). COLLECTION Des variables non-PL/SQL BIND variables ( variables htes )

    6. Dclaration de Variables et Constantes - Syntaxe Adopter des conventions pour nommer des objets. Initialiser les constantes et les variables dclares NOT NULL. Initialiser les identifiants en utilisant l'oprateur d'affectation ( := ) ou le mot rserv DEFAULT. Dclarer au plus un identifiant par ligne. Le type peut tre primitif ou objet.

More Related