/
COMPLIANCE COMPONENT COMPLIANCE COMPONENT

COMPLIANCE COMPONENT - PDF document

badra
badra . @badra
Follow
343 views
Uploaded On 2021-08-18

COMPLIANCE COMPONENT - PPT Presentation

DEFINITION Name Java DataBase Connectivity JDBC Description Java DatabBenefits JDBC Is easily used by Java programmers Enables compatibly between an extensive collection of applications across an a ID: 866134

java jdbc component statements jdbc java statements component compliance update database programs statement

Share:

Link:

Embed:

Download Presentation from below link

Download Pdf The PPT/PDF document "COMPLIANCE COMPONENT" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

1 COMPLIANCE COMPONENT DEFINITION
COMPLIANCE COMPONENT DEFINITION Name Java DataBase Connectivity (JDBC) Description Java Datab Benefits JDBC: Is easily used by Java programmers Enables compatibly between an extensive collection of applications across an array of platforms and databases. Provides an alternative to writing System API programs. SSOCIATED RCHITECTURE EVELS Specify the Product Component Name OMPLIANCE OMPONENT YPE

2 Document the Compliance Component Type
Document the Compliance Component Type Guideline JDBC connections support creating and executing statements. These statements may be update statements such as SQL INSERT, UPDATE and DELETE or they may be query statements using the SELECT statement. Additionally, stored procedures may be invoked through a statement. JDBC Use Guidelines (examples) Consider JDBC from any Java programs where access to a database