Commit Graph

13 Commits

Author SHA1 Message Date
Alireza Ghasemi
b8e89ec381 Add tutorial files for ResultSet2JSON Article (#11912)
* Add tutorial files

* Move script to new folder

* Use Maven/H2 instead of JBang/DuckDB

* Use Java 8

* Usen an older versio of JOOQ

* Format according to Beldung Intellij guide

* Remove dangling commit

* Use 2-space indentation

* Apply formatting from Eclipse

* Add unit test

* Add assertion

* Change test names

* Change method names

Co-authored-by: root <root@localhost.localdomain>
Co-authored-by: Alireza Ghasemi <alireza.ghasemi1@swisscom.com>
2022-05-16 21:04:55 +05:30
PentaKon
9b0490392c Change log statements to assert statements on test app 2022-03-22 11:06:23 +02:00
PentaKon
b7725098e1 Decouple h2 mem db from rest of examples 2022-03-14 20:27:25 +02:00
PentaKon
0cc7491208 Example code for Get the Number of Rows in a ResultSet 2022-03-14 20:16:03 +02:00
Andres Luzuriaga
b50b6aad74 BAEL-4498 JDBC Connection Status 2022-02-03 15:12:49 -05:00
gjohnson
e74ef02463 First Draft - BAEL-4122 - A Quick Guide to Autocommit in JDBC 2021-07-23 01:00:45 +01:00
Mladen Savic
9db21e9f56 insert null into Integer column using JDBC - minor formatting 2021-06-09 10:08:55 +02:00
Mladen Savic
23d97f5cc0 insert null into Integer column using JDBC - final code review 2021-06-08 18:08:30 +02:00
Mladen Savic
77ce7acb00 insert null into Integer column using JDBC - code improvements 2021-06-03 12:26:02 +02:00
Mladen Savic
bcbc0d98f7 insert null into Integer column using JDBC 2021-05-26 00:14:14 +02:00
mdabrowski-eu
594a6daeab BAEL-4789 Check if a database table exists (#10565)
* BAEL-4789 Check if a database table exists

* BAEL-4789 fix db credentials

* BAEL-4789 fix test method name
2021-03-21 18:38:10 +01:00
Kai Yuan
1c26473ca8 [BAEL-4497] jdbc url 2020-12-13 17:22:09 +01:00
Umang Budhwar
281211a5f0 BAEL-4475 (#10151)
* Added code for checking if a class is abstract or not.

* Renamed test name as per review comments.

* Added code to get database URL from Connection object.

* Refactored code to break lines.
2020-10-16 08:52:25 -05:00