Headline

Database programming with JDBC

Characteristics

We use JDBC/SQL for data processing. That is, we use embedded SQL in Java.

Usage

  • You need a suitable JDBC Driver for MySQL
    • An appropriate driver is available here: http://dev.mysql.com/downloads/connector/j/
    • Some version of that driver is readily included into the project.
  • Set up a company database.
    • Follow the steps described here Contribution:mySqlMany to set up the company database. That is, stop after populating the tables.
  • There are JUnit tests available as the package org.softlang.tests.
    • Run class Query first to exercise query features.
    • Run class Transform next to modify the database state.
    • Query does not succeed anymore once Transform was executed.

There are no revisions for this page.

User contributions

    This user never has never made submissions.

    User edits

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.

    Syntax for editing wiki

    For you are available next options:

    will make text bold.

    will make text italic.

    will make text underlined.

    will make text striked.

    will allow you to paste code headline into the page.

    will allow you to link into the page.

    will allow you to paste code with syntax highlight into the page. You will need to define used programming language.

    will allow you to paste image into the page.

    is list with bullets.

    is list with numbers.

    will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.

    will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.

    will allow your to insert code snippets from @worker.