Package giis.demo.jdbc.ut
Class TestDemoJdbc
java.lang.Object
giis.demo.jdbc.ut.TestDemoJdbc
Ejecuta las demo de acceso a base de datos con JDBC
(no compara resultados, solo se usa como ejecutor de los demos)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoid
-
Constructor Details
-
TestDemoJdbc
public TestDemoJdbc()
-
-
Method Details
-
testDemo1Basic
@Test public void testDemo1Basic() -
testDemo2TryWithResources
@Test public void testDemo2TryWithResources() -
testDemo3Parameters
@Test public void testDemo3Parameters() -
testDemo4DbUtils
@Test public void testDemo4DbUtils() -
testDemo5Autoincrement
@Test public void testDemo5Autoincrement()
-