jdbc api interface code example
Example: 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
-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