Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

jdbc interface

-Connection = Helps our java project
connect to database

-Statement = Helps to write and execute SQL query

-ResultSet = A DataStructure where
the data from query result stored
 
PREVIOUS NEXT
Tagged: #jdbc #interface
ADD COMMENT
Topic
Name
7+4 =